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
About C# Code
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sourav Kayal (6)
Rob Moulis (1)
Ziggy Rafiq (1)
Abhishek Kumar Ravi (1)
Pritam Zope (1)
Jay Krishnareddy (1)
Rathrola Prem Kumar (1)
Sai Kumar Koona (1)
Faisal Pathan (1)
Amit Kumar (1)
Bhuvanesh Mohankumar (1)
Kishor Bikram Oli (1)
Douglas Miller (1)
Mahesh Chand (1)
Manoj S Pant (1)
Fijo Francis (1)
Abhishek Bhat (1)
Amit Choudhary (1)
Sathyaish Chakravarthy (1)
Shivprasad Koirala (1)
Related resources for C# Code
No resource found
Beginner's guide for creating standalone .rdlc reports with ssrs
6/18/2024 8:05:49 AM.
Learn how to create standalone SSRS reports using dummy data sources and access them via C# code. This article covers setting up .rdlc reports, mapping datasets, creating test harness in Visual Studio
Record and Pattern Matching in C# 9
4/16/2024 10:08:20 AM.
Unlock the elegance of C# 9 with this article on Records and Pattern Matching. Learn how to craft concise and readable code using the simplicity of Records for immutable data structures and the enhanc
Get IP Address Using C#
10/20/2023 8:23:38 AM.
In this article, we find the IP Address of the local device.
Creating Code Completion In C#
9/11/2023 5:30:07 AM.
In this article we will create a code completion window using C# that automatically pops up the list of syntax or keywords and inserts those keywords into a RichTextBox and removes that list once the
Tips To Write Clean C# Code
9/5/2023 6:34:43 AM.
This article helps you to write a clean and robust C# code using some tips and tricks.
Masterful C# Performance Tips for All Developers
8/23/2023 6:34:39 AM.
Unlock the Power of Performant C# Coding: Mastering essential techniques for faster, more efficient applications. Optimize string handling, memory usage, value types, and asynchronous operations. Boos
C# Code Performance Improvement With Span <T> Type
10/18/2022 9:28:05 AM.
A new structure Span<T> was introduced since C# 7.2. The main goal of it is to avoid allocating new objects on heap memory when working with the contiguous region of arbitrary memory requirement
C# Coding Standards 😎
3/30/2022 10:29:30 AM.
In this article, we’ll learn how we can optimize lines of code, which we should follow to write better, more clear code
5 Tips to Improve Performance of C# Code
11/22/2021 10:48:00 AM.
In this article, I show you 5 best practices of C# programming.
5 tips to improve performance of C# code: Part 4
8/13/2018 4:18:36 AM.
In this article, I will show a few ADO.NET tips to improve performance. A connection object is one of the most resource consuming objects in ADO.NET. So we need to manage this object very carefully.
5 Tips to Improve Your C# Code: Part 2
8/13/2018 4:04:49 AM.
In this article I would like to show memory consumption of various code snippets.
5 Tips to Improve Your C# Code: Part 1
8/13/2018 3:51:14 AM.
Dear reader, in this article I provide a few best practices in C# programming.
5 Tips to Improve Performance of C# Code: Part 3
8/13/2018 3:27:34 AM.
Welcome to the C# Performance Improvement Article Series. This is my third presentation.
Best Practices Of Writing C# Code
5/15/2018 11:20:35 PM.
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
C# Code Review And Best Suggested Review Guidelines
5/12/2016 11:44:04 AM.
In this article you will learn about C# Code Review and best suggested Review Guidelines.
WinJS application With Windows Runtime Component To Access Native C# Code
4/21/2016 11:12:10 AM.
In this article we will learn how to connect WinJS project with Windows Runtime Component to access native C# code.
CSharp Code For Making a Double Entry General Ledger Posting (Method 1)
10/15/2015 12:55:14 AM.
In this article we will learn about a C# Code for making a Double Entry General Ledger Posting (Method 1).
How to become a C# Programmer
9/12/2015 8:18:55 AM.
So you want to be a C# programmer? In this article, I will try to answer this question with some real world examples.
How to Set Formats In Excel File From C# Code
9/21/2014 2:14:53 PM.
In this article you will learn how to set formats in an Excel file from C# code.
Look Under the Hood For C# .NET Developers
6/26/2013 12:13:26 PM.
In this article I am going to disclose few behind the code concept of C# programming language and .NET framework.
Using Auto Intelligence Using C# Code Snippet for Faster Coding in C#.Net
10/13/2012 4:55:30 AM.
It is a developer's tendency to achieve functionality and forget the basic structure required in the project. Later we need to add region, try blocks and copyright information to make it professional. I myself have done many of these reworks, so my current project inspired me to think of different directions to implement an Auto Intelligence to avoid such situations.
Code Analysis using VS.Net 2010
2/3/2011 1:52:29 AM.
The Code Analysis tool is available as part of Visual Studio. When we enable code analysis, our code is validated against the rule defined in Microsft FxCop (current version is 1.36).
How to get list of Tables in MS Access using C# code
2/10/2010 1:55:09 AM.
In this article you will learn how to get list of Tables in MS Access using C# code.
How to check someone else's checked out code into CVS
7/27/2009 2:35:21 AM.
If you copied the source code you're working on, from another developer on your team and you you're trying to check it in, into CVS, and you can't, because CVS won't let you, this article is just the right solution to your problem.
C# Code reviews using StyleCop
11/14/2008 6:22:54 AM.
In this article we will discuss an upcoming code review tool StyleCop. We will understand the basics and do a small sample of code review practically to understand how StyleCop works.