-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: RedSunBeer
Message 2 in Discussion

1. How to Implement the  Different Views for a Single Model in MVC. ans 1.) what do u 
mean by 'different views'. In mvc model you can have a set of controllers which decide 
what business class/method to call. The client would talk to each controller 
preferably through interfaces.   
2. Is it Possible to Test the Model (Code Behind) without the UI. 
ans 2.) use stubs to replace data that would have been sent by the client. In visual 
studio .net you can step through the code to see line by line outcome. 
3. What is exactly Data Table Gateway ( Separation of SQL Statements from the C# 
code?). If it is Stored Procedure How to Implement the DTG. 
ans 3.) You would need a (data tier) component through which the required stored 
procedure is called. Your business method would pass an key (some string or number) to 
this data component which then maps it to the required stored procedure/sql. This way 
your business methods need not be database aware. The data tier component could reside 
in the database as a stored proc. 
4. What is Bound Data Control 
ans 4.) Sounds like a control which is bound to a datatable or collection via its 
databind feature.

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDotNet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to