Click here to Skip to main content
15,886,362 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: any one tell me how to make online exam test using mvc asp.net and database SQL? Pin
babarkhalid1-Feb-13 20:57
babarkhalid1-Feb-13 20:57 
Questionuse of SECTION in Html 5 Pin
Swinkaran25-Jan-13 14:35
professionalSwinkaran25-Jan-13 14:35 
AnswerRe: use of SECTION in Html 5 Pin
Ankur\m/28-Jan-13 20:03
professionalAnkur\m/28-Jan-13 20:03 
GeneralRe: use of SECTION in Html 5 Pin
JohanTerink29-Jan-13 12:38
JohanTerink29-Jan-13 12:38 
AnswerRe: use of SECTION in Html 5 Pin
erikroyall4-Feb-13 6:51
erikroyall4-Feb-13 6:51 
Questionsubir archivos en php Pin
Member 978298924-Jan-13 3:41
Member 978298924-Jan-13 3:41 
Questionasp.net security in 3 tier.. Pin
shafeeq_dba21-Jan-13 2:21
shafeeq_dba21-Jan-13 2:21 
AnswerRe: asp.net security in 3 tier.. Pin
Sandeep Mewara21-Jan-13 5:23
mveSandeep Mewara21-Jan-13 5:23 
shafeeq_dba wrote:
in 3 tier

3 tier is nothing but how code is managed and decoupled. Any of the above asked feature will not change because of it. There are number of articles on memebership, role, profile, SiteMap and Menu on web. Go through them and use them. Post specific issue if you face.

For 3 tier:
Create a class library - BusinessLogic. Add a reference of it in UI layer project.
Create a class library - DataAccess. Add a reference of it in BL layer project.

Now, from your UI, use the object model and pass on to BusinessLogic project class. This class is a Business logic class. Do the changes as per your need here.
Now, pass on the changed data from business logic class to dataAccess project class. In this class, use ADO.NET and pass on the needed values to Stored Procedure.

For getting back data, it will be transferred from DA to BL and then BL to UI layer.
Have a look at these, explaination with samples:
3-tier architecture in C#[^]
3-Tier Architecture Examples[^]
3-Tier Architecture in ASP.NET with C#[^]
Sandeep Mewara
Microsoft ASP.NET MVP 2012 & 2013


[My Latest Article(s)]:
How to extend a WPF Textbox to Custom Picker
Server side Delimiters in ASP.NET

AnswerRe: asp.net security in 3 tier.. Pin
Rahul Rajat Singh22-Jan-13 19:43
professionalRahul Rajat Singh22-Jan-13 19:43 
QuestionPasting screen shot in text field in web application Pin
Pramod K Singh20-Jan-13 22:17
Pramod K Singh20-Jan-13 22:17 
AnswerRe: Pasting screen shot in text field in web application Pin
Sandeep Mewara20-Jan-13 22:46
mveSandeep Mewara20-Jan-13 22:46 
QuestionCreating Mobile Apps with HTML5 Pin
Sunitha2716-Jan-13 5:11
Sunitha2716-Jan-13 5:11 
AnswerRe: Creating Mobile Apps with HTML5 Pin
Sandeep Mewara16-Jan-13 6:12
mveSandeep Mewara16-Jan-13 6:12 
AnswerRe: Creating Mobile Apps with HTML5 Pin
Richard MacCutchan16-Jan-13 6:13
mveRichard MacCutchan16-Jan-13 6:13 
QuestionHTML5 Audio Stream Pin
Adam Jasper16-Jan-13 2:14
Adam Jasper16-Jan-13 2:14 
QuestionAbout mobile web debugger Pin
tidelgl13-Jan-13 19:23
tidelgl13-Jan-13 19:23 
QuestionUnable to start service using WMI Pin
only1rb11-Jan-13 6:22
only1rb11-Jan-13 6:22 
QuestionHelp! Pin
crood5-Jan-13 20:05
crood5-Jan-13 20:05 
AnswerRe: Help! Pin
Sandeep Mewara5-Jan-13 20:27
mveSandeep Mewara5-Jan-13 20:27 
Questiondrop down menu pushes the content down similar to ibm.com Pin
Mohamed Samir29-Dec-12 23:59
Mohamed Samir29-Dec-12 23:59 
AnswerRe: drop down menu pushes the content down similar to ibm.com Pin
Sandeep Mewara30-Dec-12 0:13
mveSandeep Mewara30-Dec-12 0:13 
Questiongoogle map include in contact.aspx page Pin
Member 819678127-Dec-12 20:50
Member 819678127-Dec-12 20:50 
AnswerRe: google map include in contact.aspx page Pin
vbmike28-Dec-12 8:59
vbmike28-Dec-12 8:59 
AnswerRe: google map include in contact.aspx page Pin
Sandeep Mewara5-Jan-13 20:28
mveSandeep Mewara5-Jan-13 20:28 
AnswerRe: google map include in contact.aspx page Pin
Zamshed Farhan15-Jan-13 4:12
Zamshed Farhan15-Jan-13 4:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.