Sample Asp.net application
-
Will anyone help me in building a sample website in Asp.net with c# or VB.net code behind, where the application has to follow the .net layers, a simple web service.. i need that the UI interact with a web servivce and web service interact with business layer, and business layer interat with data layer and database. The database can be simple database with one or two table and a stored procedure in it..We ghave to call only the sp to store and fetch the datas from UI. The main purpose , i want to understand the .net layers concept through this application.. Will anyone plzz guide me in this... Advance thanks umashanker
-
Will anyone help me in building a sample website in Asp.net with c# or VB.net code behind, where the application has to follow the .net layers, a simple web service.. i need that the UI interact with a web servivce and web service interact with business layer, and business layer interat with data layer and database. The database can be simple database with one or two table and a stored procedure in it..We ghave to call only the sp to store and fetch the datas from UI. The main purpose , i want to understand the .net layers concept through this application.. Will anyone plzz guide me in this... Advance thanks umashanker
Hi, This is typical N-Tier application and it is easy to implement. Please refer the below site http://msdn2.microsoft.com/en-us/library/ms973279.aspx[^] Regards Rakheesh
-
Will anyone help me in building a sample website in Asp.net with c# or VB.net code behind, where the application has to follow the .net layers, a simple web service.. i need that the UI interact with a web servivce and web service interact with business layer, and business layer interat with data layer and database. The database can be simple database with one or two table and a stored procedure in it..We ghave to call only the sp to store and fetch the datas from UI. The main purpose , i want to understand the .net layers concept through this application.. Will anyone plzz guide me in this... Advance thanks umashanker
The link explain the N-tier Application in VB.net windows application. What i need is the same concept implemented in ASP.net web application. If anyone provides me, its more useful.. Anyway thanks Rakeesh for your kind help.. Advance thx to anyone gives me the sample in ASP.net web application with C# or vb. net code behind..