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
All About OWASP #1 - SQL Injection Attack
Considering security as the most important aspect of an application and as the First step in SOUND Programming Methodology, we will be covering SQL Injection Attack and Prevention.
Atul Sharma
Feb 13, 2019
All About OWASP #2 - Broken Authentication
In this article, we will learn about Secure Programming of SOUND programming methodology. We will cover Broken Authentication from OWASP's top 10 security threats.
Atul Sharma
Apr 01, 2019
An Effective Coding And Code Review Technique
Coding and Code review are the most basic building blocks of any software product. Any lapse may severely affect the schedule, quality, and of course the cost. Not only in the review but a few issu...
Atul Sharma
Jan 09, 2019
Generics in C# 2.0
In this article, I specifically talk about Generics and how they improve upon arraylists and how they solve the issues posed by ArrayLists.
Saurabh
Apr 17, 2006
Best Practices No 5: Detecting .NET application memory leaks
In this article we are going to detect the .NET application memory leaks.
Shivprasad
Sep 29, 2009
Presenting Code Samples With A Dark Theme...Please Do Not
For all of you who code using apps like Visual Studio or VS Code, please don’t present code in a meeting or conference session using a dark theme! I know I am going to get a lot of push back from t...
David Mccarter
Nov 09, 2018
String and StringBuilder Classes
Here I'm going to tell you about what is String and StringBuilder and what the differences between String and StringBuilder classes.
Jiteendra Sampathirao
Nov 12, 2010
How To Write Effective Code
How To Write Effective Code. The key to writing effective code is Delete Unnecessary Code, use clean code, learn coding from masters, Meaningful Code Commenting, Debug code and Trace, Unit Testing,...
Sahil Sharma
Jun 03, 2017
How To Improve Execution Performance Of An Application
For every application could be small or medium or a big enterprises application the major non-functional requirement will be a good code performance. In some cases, companies will hire a special te...
Sai Kumar Koona
Aug 31, 2018
Git For Absolute Beginners With Command Line Interface
Explore Git via CLI like programmers, and learn black magic done by Git GUI clients.
Ashish Vishwakarma
Jun 19, 2018
Best Practices Of Writing C# Code
Anyone can write code with a few months of programming experience. But some developers know the coding standard and naming convention but not everyone follows the best practices
Amit Kumar
May 12, 2018
Defensive Programming - Let Type Checking Work For You
Since I have been a speaker and a teacher, I have always stressed the importance of practicing proper object-oriented programming (OOP) techniques. If you don’t practice OOP, no matter what languag...
David Mccarter
Mar 19, 2018
Five Easy Rules For Your Source Control Repository
I have been using source control programs for a very long time. I believe the first one was Visual Source Safe (don’t laugh, it was a painful experience). Early in my career and throughout I have l...
David Mccarter
Mar 04, 2018
When To Use "Var" As A Type
It has been quite a long time since "var" was introduced, yet it is still a topic of debate among .net developers.
Gaurav Gahlot
Jul 05, 2017
SQL Coding Best Practices
While executing your procedure, the system will first scan through all system procedures and then user defined procedures. This means that the procedure might take more time for execution thus decr...
Karishma Gajula
Feb 14, 2018
Code Metrics Cyclomatic Complexity
Let's learn about Code Metrics Cyclomatic Complexity in this write-up.
Sagar Shinde
Dec 28, 2017
Confessions Of An Angry Programmer
Recently, after doing the keynote session about code quality at a conference in Denver, I received a comment from one of the attendees. He said my session was “too much angry coder”. After receivin...
David Mccarter
Jul 23, 2017
Best Practices For MVC
Add a class library project to the solution, named Store.Model. This library is where we ‘ll keep all of our domain objects. Entity Framework will count on them in order to build the database but w...
Pankaj Sapkal
Jul 14, 2017
My Workflow Before I Submit Code Changes
In this article, you will learn about my Workflow before I submit code changes.
David Mccarter
Jun 25, 2017
A Day With A Software Engineer Who Changes Text Labels Only
This article will explain the way Software Engineers, who never focus on technical learning and remain busy in text label changing only.
Gul Md Ershad
Jun 16, 2017
No Records Available.
41
-
60
of
138
<<
1
2
3
4
5
>>
Crystal Reports Tutorials
Challenge yourself
Coding Best Practices
E-Book Download
Get Certified
Python - Beginner Level