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
-
Binary Studio | software development outsourcing Ukraine
by shane124 (4 replies)
-
Research topic in software
by reachsangeethamathew (0 replies)
-
career improvement advice
by hnasr82 (0 replies)
-
Advice on studying and preparing for interviews
by caryatid (0 replies)
-
Chart insertation in a windows form...
by pdhanik (1 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
-
Nov
18
15 Minutes of Fame
Dresher, United States
This is a yearly tradition. We select 10 of the favorite speakers from monthly meetings, code camps, and hands on labs. Each one does a 15 minute talk on their favorite .NET technology. This is our 10th anniversary so we plan a gala event with special prizes and refreshments.
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.