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
.NET Best Practice No: 3:- Using performance counters to gather performance data
This article discusses how we can use performance counter to gather data from an application. So we will first understand the fundamentals and then we will see a simple example from which we will c...
Shivprasad
Sep 02, 2009
Automatic Validation of Objects
When we deal with objects, we are forced to do validations of values set to its properties (or public members) before doing any data layer activities. How better would it be if there is an automat...
Santhosh Veeraraman
May 14, 2008
Speed of Lambda
In this article I am trying to compare the speed difference of Lambda expressions with traditional programming. The results are mind-blowing.
Jean Paul
Nov 01, 2010
Marshaling with C# - Chapter 2: Marshaling Simple Types
This chapter discusses the nitty-gritty part of marshaling process. It is the base for the rest of discussion about marshaling. It is about marshaling simple data types.
Mohammad Elsheimy
Mar 11, 2010
AUDIT TRAIL SYSTEM
In this article I will explain the method I prefer for implementing an audit trail. Next, I will introduce a script to automate the implementation of the audit trail in the database.
Abdul Malik
Mar 10, 2010
Refactoring: Magic Numbers
Learn how to improve your code using Magic Numbers refactoring.
Mohammad Elsheimy
Sep 14, 2009
Guide to Improving Code Performance in .NET: Part II
This article explains about better Exception Handling practices in C#.
Sateesh Arveti
Sep 01, 2009
Guide to Improving Code Performance in .NET: Part I
This article explains about benefits of using StringBuilder instead of string.
Sateesh Arveti
Aug 25, 2009
.NET Best Practice No: 2:- Improve garbage collector performance using finalize/dispose pattern
In this article we will first understand the concept of generations and then we will see the finalize dispose pattern. I am sure this article will change your thought process regarding destructor, ...
Shivprasad
Aug 23, 2009
System components performance in ASP.NET using C#
This article shows how to retrieve system properties in a webpage on just singleclick of mouse.
Sateesh Arveti
Jul 01, 2006
Introduction to Loosely Coupled Collections
This article explains about Implementation of Loosely Coupled Collections in C#.
Sateesh Arveti
Feb 16, 2009
.NET Best Practices
The attached white paper with this article discusses .NET best practices.
Murali Poola
Sep 17, 2008
Software Design Guidelines for .NET
Through this article I will attempt to break down this fire breathing dragon. And hopefully at the end of it, you would feel confident of riding this dragon towards glory and respect.
Avinash Tauro
Sep 02, 2008
Choosing between Convert and TryParse
A brief story about using TryParse instead of Convert to make life easy.
Sunny
Jul 01, 2008
Using the default keyword in C#
The keyword default plays several and important roles in the C# language, therefore, I will enumerate some cases where the default keyword is used.
Bechir Bejaoui
May 22, 2008
Save the application settings for subsequents sessions
It is very important to save the application settings established by the user in the current session, in order to avoid the application pattern establishment for each time a new session is opened.
Bechir Bejaoui
Apr 19, 2008
Configuration Sections- Create a configuration section group and retrieve configuration informati...
In the previous article , we demonstrate how to create a custom section with custom attributes using the ConfigurationSection class and IConfigurationSectionHandler interface.
Bechir Bejaoui
Apr 18, 2008
Get the machine configuration file information using ConfigurationManager class
This article tells you how to retrive information of configuration file which is applied to the entire application.
Bechir Bejaoui
Apr 17, 2008
Compilation Life cycle of Asp.Net 2.0 Web Site
This article explains you the order of compilation in an asp.net application.
Gourav Kumar
Feb 05, 2008
Running the command prompt from visual studio tools menu
This article tells you how to run visual studio command prompt from inside the visual studio.
Matthew Cochran
Jan 17, 2008
No Records Available.
101
-
120
of
138
<<
3
4
5
6
7
>>
Learn Machine Learning With Python
Challenge yourself
Coding Best Practices
E-Book Download
Get Certified
EF Core