Library tutorials & articles
Boosting Your .NET Application Performance
Conclusion
In this article we've looked at a variety of issues relating to the .NET web application architecture, including tiers, security, and class design. Hopefully the tips and tricks that I've drawn from my own personal experience as a .NET developer have helped you better evaluate the design for your next project or application.
Related articles
Related discussion
-
VS.NET/sql server installation problem
by daspeac (4 replies)
-
Unable to access AxInterop.AcoPdflib.dll on 64 bit OS
by Shaila14041981 (0 replies)
-
connect to .dbf files
by daspeac (5 replies)
-
Binary Studio | software development outsourcing Ukraine
by shane124 (4 replies)
-
Research topic in software
by reachsangeethamathew (0 replies)
Related podcasts
-
More jQuery in ASP.NET
In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, and Scott Koon conclude their discussion of Microsoft's jQuery in ASP.NET announcement1.This episode of the Alt.NET Podcast is brought to you by LLBLGen Pro, the most mature O/R mapper and code generator out there.Are ...
Events coming up
-
Dec
9
GL.net Group Meeting - December 2009
Gloucester, United Kingdom
The beginning of this year holiday season will belong to mocks. Ronnie and Stephen will take us for a tour around exciting world of unit testing.
This is one of the BEST article on 3-Tier design.....
Excellent Efforts....
Thanks a lot,
Dattaprasad
Thanks,
Anmol Gupta
Tier and layer do NOT mean the same thing . According to http://codebetter.com/blogs/david.hayden/archive/2005/07/23/129745.aspx
Tier is more about where the code / processes run (physical location), and Layer is more about how the code is logically grouped.
Hi
Of Course it is a very useful topic from the point of view of an interview also. It provides a great help.
Thanks
The topic explained is very useful especially for a .Net beginner. Practically these things counts a lot when working on big application\projects.
A helpful practice I first read about in Advanced Visual Basic 6.0 by the Mandlebrot Set Intl. Ltd. was to store the recordset/dataset/custom collection data in the collection class and make the properties of the contained object point back to a row or item in that set. Saves many, many data operations over time, and thus boosts performance.
-rory 8)
This thread is for discussions of Boosting Your .NET Application Performance.