All posts in C#

Tiered Architecture in C#.NET (DataAccess, Business, UI, Entity)

archi-thumb

Download the Code Here

This post includes a sample download and tutorial of how to build a neat and clean tiered architecture using C#.NET. A good introductory example of building an Elegant Data Access layer can be found at the following location in C-SharpCorner:

 

 

http://www.c-sharpcorner.com/UploadFile/rmcochran/elegant_dal05212006130957PM/elegant_dal.aspx

Many thanks to Matthew Cochran for posting such an excellent article on Data Access layer.

I have used his idea to build the DataAccess Layer with lots of modifications and additional functinalities. Read more…

Some helpful tips from Senior software developer on C# and ASP.net

dotnet-thumb

How I solve/ed my C#, ASP.NET problems?

Since I started looking into Dot Net, my concepts towards the Microsoft technologies have changed a lot. The standard frameworks and lots of support from Microsoft and other websites inspired me a lot to keep hanging on to Dot Net. Few years before when I was just a beginner in Dot Net, I used to have many problems solving issues related to Dot Net applications development. Search engines have made it so easy to find information about any issues you have in almost any topics. To solve the problems, I used to refer to different Dot Net books and experts. Read more…