TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Coding Best Practices
FOLLOW
Welcome to Performance & Best Practices section of C# Corner. In this section, you will find various Performance & Best Practices related source code samples, articles, tutorials, and tips.
Articles
(138)
Blogs
(68)
Resources
(16)
Videos
(20)
News
(1)
Articles
Add and handle connection strings in an application configuration file: Part I
There are two ways to save data and parameters. In this case we save application parameters like information entered by the user during the installation process.
Bechir Bejaoui
Apr 17, 2008
.NET String Immutability and Related .NET Framework Bugs
This article which explains several aspects of the .NET String class internal structure. Examples and workarounds are given for three distinct manifestations of a reported bug related to the TextRe...
Zoran Horvat
Dec 12, 2010
Managed Static Code Analysis in VSTS: Part I
This article attempts to explain the concept of static code analysis and tools that can be used to realize it with a focus on managed code analysis.
Usama Mosaad
Sep 24, 2007
The C# Asynchronous Programming Model
This article will start by examining how to use the Asynchronous Programming Model (APM) to perform an asynchronous compute-bound operation, then describe the three styles of programming with the A...
Dave Richter
Jul 27, 2009
Best Practices of Coding
This document covers a few recommendations to leverage the quality of the code in .NET using FXCop 1.30 and how to write custom rules through an introspection engine.
Anand Kumar Rao
Apr 13, 2005
Best Practices of Compact Framework
This shares a few recommendations for use in our day to day development of Compact Framework applications.
Anand Kumar
May 17, 2006
Iterations and Performance in .NET
I’ve been implementing numerical libraries in .NET and have come to some conclusions about iteration performance.
Trevor Misfeldt
Apr 15, 2003
Debugging a Compiled Component
After an assembly is compiled into a dll in a release mode, it is very difficult to gather information from it such as runtime performance, parameters values, etc.
Wdenton
Feb 02, 2004
How to Architect an Application
In this article let’s get into the business of how to architect an application.
Nazimuddin Tajuddin Basha
Apr 28, 2010
Faster Performance of Deployed ASP.Net Sites
This article provides a few tips to ensure your deployed ASP.Net always runs with the best possible performance and no security information leakages.
Tanima
May 14, 2009
Customizing GridView Control For Data Modifications
This article is intended to illustrate how to customize GridView controls for data modification.
John Charles Olamendy
Jan 28, 2009
Custom Generic EventArgs
Before .NET 2.0, I found myself frequently creating custom EventArgs classes just to return a value from an event and would end of with a lot of extra classes bloating my code base that all basical...
Matthew Cochran
May 14, 2007
The Architecture of Visual SourceSafe 2005
In this article, I want to take a look at the architecture of Visual SourceSafe 2005; an important package which can be used in software development projects as a source control system.
John Charles Olamendy
Sep 11, 2009
Difference Between && And &, || And |
In this article we will learn a very important and basic part of the and and or operators.
Arpit Jain
Sep 13, 2013
Best Practices - Exception Handling in C# .NET
This article talks about best practices of exception handling, and guides you for some common programming mistakes developers do, as that seems appropriate in most of the application written.
Vidya Vrat Agarwal
Jun 25, 2013
Code Review Checklist and Guidelines for C# Developers
This is a general Code Review checklist and guidelines for C# Developers, that will serve as a reference point during development.
Mohammed Hameed
Jun 08, 2013
Code Optimization Techniques
Optimization of code is done by applying code transformations to improve performance, like execution time, code size, minimum resource utilization etcetera. These transformations can be made either...
Surjeet Yadav
May 29, 2013
Introduction to Memento Pattern
This article explains about Memento Pattern and its Implementation in C#
Sateesh Arveti
Feb 24, 2009
Introduction to Template Method Pattern
This article explains about Template Method Pattern in C#
Sateesh Arveti
Feb 27, 2009
.NET Best Practice No: 1:- Detecting High Memory consuming functions in .NET code
This article discusses the best practices involved using CLR profiler for studying memory allocation.
Shivprasad
Aug 15, 2009
No Records Available.
81
-
100
of
138
<<
3
4
5
6
7
>>
Learn Internet of Things in 21 Days
Challenge yourself
Coding Best Practices
E-Book Download
Get Certified
Windows Services