Answer Questions
Scheinka OOP Design Question - Need an opinion...
I know there is no "100% correct" way to design the following but any suggestions or shared opinions would be appreciated: I want to create a Customer business entity. Should this Customer class only contain properties and simple validation or should it also contain all the business logic and CRUD functions Should I create a separate class called CustomerService that handles logic by passing around and working with the Customer entity Example: How to add a new Customer 1) All domain logic in one Customer object . Customer.Name = "Bla" Customer.Save OR 2) Customer object to hold properties and Service object to perform business logic. Customer.Name = "Bla" CustomerFactory.AddCu ...Show All
IndianScorpion Difference between OH-SBE in 2.5 Vs 3.0?
Urgently need this information how different is OH-SBE between CSF version 2.5 Vs 3.0. What all we should take care if we work with 2.5 as compared to 3.0. hello, we have developed using oh sbe 2.5 and we are passing to 3.0. Reading development guide is not clear how to configure oh sbe using the configuration tool. There are few lines about it and we don't understand which are the actions to execute for configuring sbe. For example using oh sbe 2.5 we map an order (using productid and action) with a template manifest to pass to session. Really i don't understand how to associate a template manifest to an order using oh sbe 3.0. it seems that we can associate template manifest in system configur ...Show All
Damien fromOZ MOSS 2007 farm installation issue
We have installed MOSS 2007 Farm setup having 4 servers in total as follows. 1. SRV1 - Acting as SQLServer 2. SRV2 - Acting as SSP Server and hosting Admin site, search and indexing services 3. WEBFRONT01 - Web frontend server running 'Web Application Service' 4. WEBFRONT02 - Web frontend server running 'Web Application Service' When I create a web application and site collection through Admin site, the site gets created on both the web frontend servers, which is fine. But only one of the web frontend servers is able to serve incoming request. i.e. If I try http://WEBFRONT01 I get to the page, but when I try http://WEBFRONT02 I automatically get redirected to http://WEBFRONT01 and I get to see the page. If I swi ...Show All
zerovelocity wss 3.0 database install location
In 2.0, I could tell the setup program where to put the database (I don't want it on the system partition). How can I do that with 3.0 I am not having much luck searching on these forums, any pointers appreciated. Lou Thank you very much. I had bumped into this as well and it is not a bad alternative. I used their procedure to move the content and search database/log files and it worked fine. I will now move the other 2 WSS db's. Would still like to see an install option. Thanks again for the tip. read about moving the database the other day... http://www.wssdemo.com/blog/Lists/Posts/Post.aspx List=d5813c18-934f-4fd6-9068-5cdd59ce56ba&ID=231 ...Show All
c0d3bl00d3d CSF, OCS & LCS
How does OCS fit into the CSF framework And a follow-u question, how are LCS and OCS linked in a CSF framework. CSF helps to come up with composite services qucikly by aggregating various values added services . LCS, IPTV, Office live meeting, EVS etc are some of these value added services. CSF helps in doing provision and billing of these or any well enabled services. Please refer to CSf Developers Guide for further details. Nataraj, how can CSF helps in doing billing of all the VASes. From what i read about Billing SBE is that if the services send any billing info, instead of VASes sending billing info directly to the billing system, ur billing SBE can act as an ...Show All
William Vaughn DotNet windows application data Layer Class Design
Hi All, I have a question.Is it a good practice to have separate data layer classes for insert,update and delete operations in dot net 2.0 windows applications Please throw some light on this. Appreciate if i could able to get the light at the earliest. Thanks&Regards, Arun Hi Deborahk, Really thanks for your valuable information which i was expecting. Even i too had the same thought which you shared now.Now im clear with the doubt. Once again thanks Deborahk. Regards, Arun Yes, its usually appropriate. If you are looking for a simple layer, look into the Enterprise Library. Go here . If you are looking for a data abstration layer that takes care of data manipulation for y ...Show All
Sam Gentile MVP - Solutions Arch What are "Newly Added Programs"?
All I can seem to find is how to enable/disable the highlighting of "Newly added programs". How exactly does Windows determine that a program is "newly added". I like the feature, but I need to know why some things are highlighted and some are not. I manage a Terminal Server environment and have redirected to a custom Start Menu and now lots of stuff shows as newly added when it in fact is not. How can I set/reset a program as newly added I would like to 'clear' that flag on everything so it starts fresh and only shows new programs as I install them. I checked dates on the shortcuts, etc., but it is still not consistent (IE shows as "new", Excel shows as "old") Samm ...Show All
mr3 Learning design patterns
Hi all, I'm very interesting of learning design patterns. I need your help please with two things : 1. Guid me start with easy patterns to understand then go harder. So if you have a list sorted by easy levels. 2. If you have links for concrete exampls for each design. Please help. Best regards... For a more in depth and practicle study of design patterns I recommend "Holub on Patterns - learning design patterns by looking at code". This is not suitable for beginners though. The Design Patterns Study Group of New York City has got some information about this. The best way to learn Patterns is to use them write some code, look at it and start refactoring ...Show All
slimjen1 rockford lhotka architecture ppt required
hi everybody, can anybody provide me a link from where i can download a presentation given by Rockford Lhotka namely Putting .NET to Work: Apps & Architecture it was present on vs live at the following URl but not able to run it from there. Putting .NET to Work: Apps & Architecture it was present on vs live at the following URl but not able to run it from there. http://www.ftponline.com/conferences/vslive/ so if somebody can share this ppt with me, that would be really nice. regards ...Show All
Gravy Looking for guidance
Hi, I am developing a ASP.net 2.0 web app in C#.I am going to use MVP pattern.I am designing,my domain model first.I have 2 questions.. 1. I want to use 2- way databinding,with gridview,for which I can use objectdatasource..should i create an objectdatasource object representing my domain,since my classes in domain wont follow pattern required by objectdatasdource.. 2...In MVP pattern,how to trransfer data from presenter to model..use a dto,or directly model classes.. thks I think you mean MVC. In fact, if you are using code-behind model, you are using a variation of MVC (Model-View-Controller) pattern. If you put your data access coding into another class, your can further decouple model with controller. For m ...Show All
JLarkin MCSF Installation problem
We get the following error while installing MCSF. MCSF was already installed on the system and we uninstalled the same. While installing it this time we have selected the option which does not create anything at active directory because AD was already configured. We first get the following error. 1. Error 1001:Unable to get installer types in the C:\...\Microsoft.connectedservices.connector.session.dll assembly.Unable to load one or more requested types.retrieve the loaderexceptions property for more info After this we get the following error and installation process halts. 2. could not find file"C:/Windows/system32/mmcfxcommon.InstallState" Hi Sachin, Could you run the installer in logging mode a ...Show All
RobMillray Install Problems and Fixes with WSS 3.0
Just thought I would share this in case anyone else has these problems: 1. When installing WSS 3.0 on a Win2003 SP1 server, WSS complains ASP.net 2.0 isn't set to "Allow" in IIS. You open IIS, and under Web Services Extensions, ASP.net 1.x is listed, but not 2.x. Since I had already installed .net 3.0 (a requirement of Sharepoint Services 3.0), I uninstalled .net 3.0, uninstalled .net 2.0, then reinstalled .net 2.0 and reinstalled .net 3.0. I then opened IIS and sure enough, ASP.net 2.0 was now listed. I changed it to allow, and Sharepoint installed OK. So, before installing Sharepoint, open IIS and check if ASP.net 2.0 is listed in Web Services Extensions . If not, uninstall .net 2.0 and reinstall it (do this before ...Show All
jsstone pattern based code generation
Hi Everybody, I need a tool which can generate pattern based C# code (for vs.net2005 if possible). Please pour in with your inputs. regards Hi Peter, I tried hard but wasn't been able to download the two mentioned by you. Can you give me the link of their download page. One more stypid question- difference between these two.I understood that software factories are something realted to patterns but wasn't been able to understand what is DSL.As i am requiring pattern based cod geenarting like visitor, singleton,observer pattern.So how DSL will help me in this I am sure you can adcise me in this regards You might want to look a Domain Specific Langu ...Show All
pat capozzi When does WSS 3 Beta 2 (Not TR) expire?
Can someone please tell me when WSS 3 Beta 2 (not tech refresh) will expire Thank you, Alex Hi, See this: http://support.microsoft.com/default.aspx/kb/924613 ? 2007 Microsoft Office Beta 2: February 1, 2007 ? 2007 Microsoft Office Beta 2 Technical Refresh: March 31, 2007 Bye ricardo guerra freitas www.ricardoguerra.net Microsoft Student Partner / Brasil February 1st 2007, so if you have one, yours is already expired :) I do have and it's still running. How is that possible Thank you. Alex ...Show All
PedroCGD Designing real time database for financial organization
Hello Guys I know this is basic and different people do that in different ways according to their needs; but I would like to know about the best practices to design a highly scalable real time enterprise databases for financial institutions. When are we making transaction how the record is kept and tables are designed This is must not be basic ER solutions. Some experts thinks this must be blend of Transactional Database and analytical database (OLTP and OLAP). Whatever it it, the database must be designed to ensure a highly scalable,high performance and high throughput one. Here is a sceniario. When millions of people are making transactions for their day-to-day saving accounts how the records are kept on the tables and ...Show All
