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
C# Heap(ing) Vs Stack(ing) In .NET - Part Three
Having a basic understanding of how memory management works will help explain the behavior of the variables we work with in every program we write. In this article we’ll cover an issue that arises...
Matthew Cochran
Jan 15, 2006
Custom WSE 3.0 Policy Assertion - Modifying the Security Header Generated by WSE
Recently I encoutered an issue in the WSE security header of an ASP.Net application consuming a Java web service using WSE 3.0 involving the automatic addition of a timestamp in the security header...
Pradeep Chandraker
May 04, 2010
For Developers Everywhere: Experience the Power of GitHub CoPilot
Unlock the power of GitHub and take your development projects to the next level with GitHub CoPilot. Get faster and streamlined results with the assistance of powerful and intuitive tools and strea...
Chris Love
Jan 18, 2023
Understanding And Handling HTTP Errors
This article provides a comprehensive guide to understanding and handling HTTP errors. It explains what HTTP errors are, the different types of codes that can be returned, and how to properly handl...
Muhammad Omer Khan
Jan 23, 2023
A Strategy for Using Delegates in C#
In a recent article comment I was asked for a sample of how to use a delegate and so I wanted to put together a sample of how we can use delegates in order to implement a strategy pattern in a way ...
Matthew Cochran
Jun 15, 2007
WEB farm - Load Balancing in Asp.net
The concept behind the web farm is that a number of different web sites share pooled resources. They typically share a common front-end dispatcher to perform load control and distribute customer re...
P Gopenath
Jul 27, 2007
5 Simple Productivity Tips For Developers
Being as productive as possible is a goal of every developer. Why? Well, the list of benefits is long and includes your own well-being and work satisfaction. The tips I prepared for you today are w...
Thomas Scott
Apr 25, 2022
How to serialize an object using an ISerializable interface
In this article I will show you how to serialize an object using ISerializable interface with a very simple manner.
Bechir Bejaoui
Feb 27, 2008
Circular Dependency - The result of a poor design
Circular dependency issues can be seen in all tech stacks ( be it Java, C# or even Javascript). This happens because of poor design/implementation of a software. The article tries to explain what ...
Ranganath Prasad
Jan 15, 2022
Inspecting Tail Recursion
In the article we will inspect tail recursion, we will understand the concept pragmatically by deep-diving into some of the examples.
Sameer Shukla
Dec 28, 2021
Common Software Engineering Practices For Production Code
In this article, we’ll learn about various software engineering practices common in software industry today. This will help improve the standard of code, code quality and practices which will enabl...
Ojash Shrestha
Jul 02, 2021
Klocwork - Get Started With A Static Code Analyzer
This article helps you get started with a static code analyzer. It begins with the theoretical concepts and ends with a static code analyzer's practical usage using Klocwork.
Jin Necesario
Nov 06, 2020
Tips For Effective Code Reviews
This article will list down most common and important tips which one needs to take care while performing code reviews
Shweta Lodha
Oct 13, 2020
Measuring Code Quality With Visual Studio
In this article, you will learn how to measure code quality with Visual Studio.
Atul Sharma
Aug 27, 2020
NDepend - A Complete Static Code Analysis Tool
A few months ago, I came across one static code analysis tool named NDepend and found this to be the next level of static code analysis
Atul Sharma
Aug 18, 2020
Coding Standards Gone Bad
In this article, you will learn about the Coding Standards Gone Bad.
Monica Rathbun
Apr 23, 2020
What Can Be Done To Make Code Quality Better
In this article, you will learn what can be done to make code quality better.
David Mccarter
Dec 29, 2019
Code Quality Is A Feature, Not An Afterthought
In this article you will learn that code quality is a feature, not an afterthought.
David Mccarter
Jun 10, 2019
Some Real Differences Between Structures and Classes
This article lists some differences between classes and structures. In this article, we will see what is the difference between a structure and a class.
Bechir Bejaoui
Mar 02, 2009
All About OWASP #3 - Sensitive Data Exposure
In this part of the study of OWASP Top 10 Threats, we will understand Threat # 3 – Sensitive Data Exposure.
Atul Sharma
Apr 24, 2019
No Records Available.
21
-
40
of
138
<<
1
2
3
4
5
>>
C# Asynchronous Programming
Challenge yourself
Coding Best Practices
E-Book Download
Get Certified
Unity