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
(899)
Resources
(333)
Videos
(190)
News
(120)
Articles
.NET Serialization
Serialization in .NET facilitates object state persistence, enabling transmission across networks or storage in various formats like binary and XML. It ensures data integrity, exemplified by the US...
Vidya Vrat Agarwal
Apr 30, 2013
Entity Framework Code First Example
Explore an Entity Framework Code First example to understand database modeling in C#. This tutorial demonstrates object-relational mapping (ORM) techniques, using .NET Framework to create entity cl...
Prashant Shinde
Jan 19, 2015
Assembly in .NET 2.0
In .NET 2.0, assemblies play a crucial role, containing code and metadata for applications. They support versioning, security, and deployment, with features like strong naming and the Global Assemb...
Gaurav Tomar
Nov 13, 2007
Migrating Java RMI to .NET Remoting
.Net Remoting and Java RMI are mechanisms that allow the user to invoke method/methods in another address space. The other address space could be on the same machine or a different one. These two m...
Laishram Priyokumar Singh
Jan 16, 2006
Data Annotations and Code First Migration in Entity Framework
Explore the seamless integration of Data Annotations and Code First Migration within the Entity Framework. Learn how to leverage annotations to define data models and relationships, and master the ...
Azeem Anzari
Aug 24, 2015
Improve Performance of .NET Application
Enhance .NET application performance through techniques like code profiling, caching, asynchronous programming, and database query optimization. Implementing these strategies boosts efficiency and ...
Sourav Kayal
Oct 22, 2013
Get Client Side and Server Side Data in Grid View Using jQuery and Ajax
Learn how to efficiently manage data in a grid view by combining client-side and server-side approaches using jQuery and Ajax. This tutorial guides you through the process of retrieving data from b...
Anubhav Chaudhary
Jul 05, 2013
Entity Framework 6 CRUD Stored Procedures: Code-First Approach
Learn how to implement Insert, Update, and Delete operations using stored procedures in Entity Framework 6 with a Code First approach. This tutorial covers setting up stored procedures, mapping the...
Gaurav Gupta
Jul 08, 2013
Group Box and Picture Box in Windows Forms
Combine Group Box & Picture Box in Windows Forms for organized UI & image display. Utilize Group Box for visual grouping & Picture Box for image rendering, enhancing user experience in ...
Munesh Sharma
Apr 12, 2014
Creating Picture Viewer Using C# in .NET 4.5
Create a sleek Picture Viewer in C# using .NET 4.5. This project blends UI development with graphics programming, offering a seamless interface for viewing and managing images. Dive into image proc...
Anubhav Chaudhary
Feb 19, 2013
ASP.Net 4.0 ClientId
In ASP.Net 4.0, ClientId is a crucial feature enabling the unique identification of HTML elements rendered by server controls. It facilitates client-side scripting by providing a predictable naming...
Pradeep Chandraker
May 12, 2010
.NET Remoting: The Interface Approach
.NET Remoting offers efficient remote object interaction, ideal for network resource access. Compared to SOAP-based web services, it's lighter. While easier than Java's RMI, it's more c...
Shripad Kulkarni
Mar 26, 2002
Working with Registry Using .NET
Explore efficient ways to interact with the Windows Registry using the .NET framework. Learn how to perform key management, editing, and manipulation operations seamlessly in C#. Master registry ac...
Kothai Krishnamoorthy
Aug 19, 2015
.NET 4.5 Read-Only Interfaces
.NET Framework 4.5 introduced read-only interfaces, facilitating immutability in C#. These interfaces enforce that implementing classes cannot modify properties, enhancing code predictability and s...
Tom Mohan
Mar 26, 2015
SoapFormatter in C#
Learn to serialize and deserialize objects using SOAPFormatter in .NETFramework. Understand the usage of the IFormatter interface with Serialize and Deserialize functions. Implement serialization ...
Ibrahim Ersoy
Jul 08, 2012
Starting & Stopping Specific Application Under Website Root Node
To start or stop a specific application under a website root node, utilize IIS management tools like the Management Console or PowerShell. Navigate to the application's settings to initiate or ...
Nilesh Avhad
Apr 24, 2014
Office 365 - SharePoint Central Admin Configuration
Configuring SharePoint 2013 Central Administration in Office 365 involves settings for site collections, service applications, timer jobs, and health analysis. It manages farm-wide settings and ser...
Gowtham Rajamanickam
May 05, 2016
Binary Cracking and Byte Patching With IDA Pro
This dissertation explores binary patching techniques using IDA Pro, emphasizing reverse engineering, byte-level manipulation, and assembly code analysis. It covers configuring IDA Pro for patchin...
Ajay Yadav
Nov 19, 2014
Demystifying Iron Ruby in .NET
IronRuby, a dynamic language for .NET platform, as this guide demystifies its integration with the Common Language Runtime (CLR). Explore seamless interoperability, scripting capabilities, and the ...
Ajay Yadav
Oct 18, 2014
Preview of Dynamic Data and Entity Data For EF 6
The preview of Dynamic Data and Entity Data for EF 6 introduces efficient database connectivity and modeling within the .NET Framework. It enables seamless integration of data with code through Ent...
Nimit Joshi
Jan 31, 2014
No Records Available.
441
-
460
of
1557
<<
21
22
23
24
25
>>
Learn Angular 8 In 25 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
ADO.NET