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!

You might also like...

Comments

About the author

James Yang Australia

James is a student at Georgia Institute of Technology, majoring in Computer Science. He is an MCSE, MCDBA, MCSA and CCNA.

Interested in writing for us? Find out more.

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Every language has an optimization operator. In C++ that operator is ‘//’”