I am a begginer in ASp.net. I have made a website which is a simple E-Commerce application. I have used only aspx and aspx.cs files. All the code is done in aspx.cs files.
Most of the code is ado.net,Datatable and some basic concepts of c# like if/else,switch etc.
I want to use other advance c# techniques like classes,structs,delegates,intefaces,exception handling etc in this project and other important files like global.asax, webusercontrol and other available files which i am not aware off. Basically i want to
implement n-tier architecture but i am very confused how to implement these concepts,what are the advantages and how its gonna help me in effective programming and best practices .
chandan777
Member
189 Points
256 Posts
Using C# in E-Commerce Application
Dec 03, 2012 06:27 AM|LINK
Hi
I am a begginer in ASp.net. I have made a website which is a simple E-Commerce application. I have used only aspx and aspx.cs files. All the code is done in aspx.cs files.
Most of the code is ado.net,Datatable and some basic concepts of c# like if/else,switch etc.
I want to use other advance c# techniques like classes,structs,delegates,intefaces,exception handling etc in this project and other important files like global.asax, webusercontrol and other available files which i am not aware off. Basically i want to implement n-tier architecture but i am very confused how to implement these concepts,what are the advantages and how its gonna help me in effective programming and best practices .
Please Help!
chandan777
Member
189 Points
256 Posts
Re: Using C# in E-Commerce Application
Dec 03, 2012 08:56 AM|LINK
Isn't there anybody who have any solution for my problem?
itsvineethpv
Member
142 Points
144 Posts
Re: Using C# in E-Commerce Application
Dec 03, 2012 09:08 AM|LINK
http://www.asp.net/web-forms/tutorials/tailspin-spyworks
Refer this stuff from ap.net. It will help you a lot.
christiandev
Star
8607 Points
1841 Posts
Re: Using C# in E-Commerce Application
Dec 03, 2012 09:17 AM|LINK
There's a tutorial here:
http://www.codeproject.com/Articles/36847/Three-Layer-Architecture-in-C-NET
Regards, Christiandev (@chrisdev80), MCPD Web (2 & 4) & MCTS Windows (www.ScoreDonkey.com)
chandan777
Member
189 Points
256 Posts
Re: Using C# in E-Commerce Application
Dec 03, 2012 09:50 AM|LINK
Thank You So Much!