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
.NET
FOLLOW
Microsoft .NET Framework is software development framework developed by Microsoft to build Windows client, enterprise, and web applications. Follow this category to keep up to date with .NET Framework news and tutorials.
Articles
(1543)
Blogs
(897)
Resources
(333)
Videos
(190)
News
(120)
Articles
Working With Change Tracking Proxy in Entity Framework 6.0
In this article, you will learn about Proxy Objects, ObjectStateManager, and EntityState to leverage advanced tracking features for data manipulation and performance optimization in your .NET appli...
Jignesh Trivedi
Jul 10, 2014
Dynamically Creating Applications Using System.CodeDom
System.CodeDom in .NET enables dynamic application creation by programmatically generating and compiling code at runtime, facilitating flexible and customizable software development processes.
Subburam Karthikeyan
May 21, 2005
Entity Framework: Code First Data Annotations
Entity Framework code First approach allows us to use our POCO (domain) classes as model and Entity framework is use this classes to querying data, change tracking and other updating function.
Jignesh Trivedi
Aug 13, 2014
Implicitly Typed Local Variable In .NET
Implicitly Typed Local Variables in .NET allow declaration without specifying the variable's data type explicitly, enhancing code readability and reducing verbosity, improving developer product...
Pankaj Kumar Choudhary
Jan 02, 2016
Get Comma Separated Values From SQL Server Using Entity Framework (EF)
Learn how to retrieve data from SQL Server using Entity Framework (EF) in C#. This tutorial covers querying with LINQ, transforming results into comma-separated values (CSV), and leveraging EF'...
Manish Kumar Choudhary
Sep 11, 2014
How to Create an HTML Report by Using Inline Code in ASP.NET
Learn to generate HTML reports in ASP.NET by embedding server-side code directly into HTML markup, enabling dynamic content creation and data presentation seamlessly within web applications.
Anubhav Chaudhary
May 07, 2013
.NET Standard / .NET Standard Library
.NET Standard is a set of APIs that define the base class libraries available across different .NET implementations, ensuring compatibility and portability between platforms like .NET Framework, .N...
Shashangka Shekhar
Nov 19, 2016
Inserting Data Into Multiple Tables In MSSQL At Once In .NET (Affecting Multiple Rows)
Efficiently insert data into multiple SQL tables in .NET using ADO.NET transactions, ensuring atomicity and data integrity across affected rows for robust database operations.
Rajneesh Chaubey
Feb 26, 2018
Export Data Into Excel in a Pre-defined Template Using StreamWriter
Export data into Excel with predefined formatting using C#'s StreamWriter. Streamline data presentation, formatting, and integration into Excel templates for efficient data management and analy...
Pradip Pandey
Feb 11, 2013
Display Google Map With Multiple Location in ASP.NET
Learn how to integrate Google Maps into your ASP.NET application to display multiple locations. Use Google Maps API with ASP.NET, JavaScript, and marker clustering for efficient mapping. Geocode ad...
Krishna Garad
Apr 02, 2012
Performance Tip - For Vs Foreach In Microsoft .NET
Consider loop efficiency: 'for' is faster for arrays, 'for each' for collections. Optimize performance by choosing the right loop type in .NET programming.
David Mccarter
Jun 24, 2019
Working With Stored Procedures Using Entity Framework: Part 1
Learn how to leverage Entity Framework for interacting with stored procedures in your .NET applications. This tutorial explores integrating stored procedures into your data access layer, optimizing...
Nimit Joshi
Jul 04, 2014
3 Ways of Doing Optimistic Locking in .NET
In this article we will touch base 3 ways of doing optimistic locking i.e. Using ADO.NET dataset, SQL Server Timestamp check and old / new value check.
Shivprasad
Sep 18, 2010
Introduction To ActionResult Method in MVC
ActionResult in MVC determines the type of response sent to the client. It facilitates rendering views, redirecting, returning JSON or content, and handling file downloads, enhancing the flexibilit...
Nimit Joshi
Nov 01, 2013
Add Details of an Employee With Image and Display it Into a Gridview
This Flutter app enables adding employee details, including images, and displays them in a GridView layout. Users can upload employee information conveniently, and the app organizes and presents it...
Satyapriya Nayak
Feb 23, 2012
Get All Installed Printers in C#
Learn how to retrieve a list of all installed printers using C#. Explore printer management in C# using the System. Printing namespace to enumerate and gather information about installed printers.
Ibrahim Ersoy
Jul 09, 2012
String in .NET C#: Usage, and Example
A string in C# is an object belonging to the String class that symbolizes a string of characters. Numerous operations, including length, concatenation, comparison, obtaining substring, search, trim...
Jaimin Shethiya
May 16, 2024
Alfresco Integration With .NET Using CMIS
Learn how to integrate Alfresco, a powerful ECM platform, with .NET using CMIS (Content Management Interoperability Services). Discover the capabilities of CMIS to enable seamless connectivity betw...
Surya Prakash
Mar 14, 2012
Dynamically Call a Function in C#
In this article, we will learn how to dynamically call a function in C# using reflection and delegates. By leveraging reflection, you can discover and invoke methods at runtime based on their names...
Ibrahim Ersoy
Jul 08, 2012
MSIL Programming: Part 1
Learn MSIL programming fundamentals in this comprehensive series. Explore Microsoft Intermediate Language (MSIL) concepts, .NET assembly structure, IL instructions, and .NET runtime.
Ajay Yadav
Nov 15, 2014
No Records Available.
221
-
240
of
1543
<<
10
11
12
13
14
>>
Learn C# 8.0
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
.NET Architect