Library tutorials & articles
Boosting Your .NET Application Performance
Introduction
I often ask other developers which phase of the development process is the most difficult and most important. 90% of the time the answer is the planning and design phase, not the building/programming phase. Then I ask them another question. "Which part of the development phase do you enjoy the most?". Most developers answer "the planning and designing part".
In this article I want to introduce intermediate .NET developers to the world of professional ASP.NET development with C#. I will introduce and expand on many topics that relate to the planning and design phase of software development, and also share my experience on it. Throughout the article I will also try and show "the Microsoft way" of doing things.
Well... let's get into it!
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.