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
(1557)
Blogs
(900)
Resources
(333)
Videos
(190)
News
(120)
Articles
.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
New Features in .NET 4.5 and 5.0
Discover the latest enhancements in .NET with versions 4.5 and 5.0. Explore async programming using async/await, improved performance, Entity Framework updates, ASP.NET Core (in .NET 5.0), enhanced...
Princy Gupta
Mar 20, 2014
Get All Installed Fonts in C#
To retrieve all installed fonts in C#, you can use the InstalledFontCollection class from the System.Drawing.Text namespace. This class provides access to the fonts installed on the system. By crea...
Ibrahim Ersoy
Jul 09, 2012
Getting Started With Elastic In Using .NET Nest Client
This article demonstrate how to use elastic search in .net application using nest client. How to set up Elastic search in developer machine and how to communicate with elastic from .net application.
Jignesh Kumar
Dec 01, 2020
Getting Started With Intranet Application in MVC 4
In this article I am describing authentication and authorization for intranet applications using the ASP.NET Web application based on the MVC project template.
Nimit Joshi
Oct 07, 2013
Understanding OLTP vs OLAP Practices
OLTP and OLAP, rooted in distinct eras, serve crucial roles in data management. OLTP ensures swift transactional operations, while OLAP offers in-depth analytics for informed decision-making, evolv...
Ayush Gupta
May 15, 2024
Entity Framework: DbComparisonExpression Requires Arguments With Comparable Types
The "DbComparisonExpression Requires Arguments With Comparable Types" error in Entity Framework indicates a type mismatch in a query comparison. It occurs when attempting to compare two v...
Rahul Kumar Saxena
May 27, 2015
No Records Available.
241
-
260
of
1557
<<
11
12
13
14
15
>>
Learn Machine Learning With Python
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
SharePoint