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
(1568)
Blogs
(901)
Resources
(333)
Videos
(190)
News
(120)
Articles
DriveInfo Class in C# with an Example
The DriveInfo class in C# allows accessing and managing disk drive information such as available space, drive type, and volume details. With its methods and properties, it enables efficient disk sp...
Senthilkumar
Dec 15, 2011
Efficient Data Copying with AutoMapper in C#
Discover how to configure profiles, handle complex mappings, customize type conversions, and utilize features like flattening, null substitution, and reverse mapping for efficient data transformati...
Vipul Malhotra
Feb 25, 2016
Create Word Reports Without Microsoft Word Using Spire.doc
Spire.doc provides a robust solution for generating reports as Word documents without relying on Microsoft Word. Utilizing the .NET framework and C# programming, it offers efficient document proces...
Ankur Mistry
Dec 21, 2015
Convert A Single PDF Into Number Of Pages As PDF Using iTextSharp
In this article, we will learn how to efficiently convert a single PDF document into multiple PDF files, each representing a single page, using iTextSharp.
Salman Beg
Sep 21, 2016
Learn about Components Of .NET
The .NET ecosystem comprises various components facilitating software development across platforms. Key elements include the .NET Framework with its Common Language Runtime (CLR) and Base Class Lib...
Sandeep Kumar
Dec 17, 2015
Using the Web Services in ASP.NET
Explore the creation of Web Services with ASP.Net, their architecture, and usage. Learn about SOAP protocol, WSDL, and UDDI for service description and discovery. See how to create and consume Web ...
Prashant Nimbare
Jul 31, 2013
Learn Simple MVVM and Command Bindings in 15 Mins
MVVM, a pattern for WPF/Silverlight, separates Model, View, and ViewModel, simplifying UI development. Models represent entities, Views are UI designs, ViewModels manage data binding, and Binders c...
Selva Ganapathy
Apr 21, 2015
Media CSS For Print The Web Page in Customized Format
Utilize CSS media queries to craft print stylesheets for customized web page printing. Tailor typography, layout, margins, and colors for optimal print output. Ensure cross-browser compatibility an...
Senthilkumar
Apr 26, 2012
NLOG New Utility For Smart Logging
NLOG introduces a groundbreaking utility for smart logging, revolutionizing how you manage and enhance your logs. This cutting-edge tool offers efficient automation, empowering you with advanced ca...
Amit Choudhary
Dec 27, 2012
Exploring the BlockingCollection<T> Class in .NET
In the world of concurrent programming in .NET, developers often encounter scenarios where multiple threads need to communicate and synchronize access to shared data structures. In this article, we...
Jitendra Mesavaniya
Apr 25, 2024
Text Encrypt and Decrypt With a Specified Key
Encrypting and decrypting text with a specified key involves using cryptographic algorithms to convert plain text into cipher text and vice versa, ensuring data security. The key serves as the para...
Shubham Kumar
Apr 08, 2015
Database First Approach in MVC 5: Part 3
Learn advanced techniques in database design, Entity Framework Designer, and building robust Data Access Layers within the Model-View-Controller architecture.
Nimit Joshi
Oct 10, 2013
Deleting List Items in SharePoint 2013 Using REST API
Learn how to delete list items in SharePoint 2013 effortlessly using the REST API. Utilizing SP.RequestExecutor, this guide walks you through the process of making cross-domain requests, initializi...
Lakshmanan Sethu Sankaranarayan
Jun 11, 2014
Unloading Assemblies in C#
Unloading an Application Domain is crucial for releasing resources. Unlike assemblies, Application Domains can be unloaded, aiding in resource management. However, the default CLR-created domain is...
Ibrahim Ersoy
Jul 08, 2012
Simple TIFF Viewer: Basic .NET Solution for Viewing TIFF Files
Poor Man's TIFF Viewer" is a minimalist, lightweight image viewer tailored for viewing TIFF files without the need for expensive software. Designed with simplicity in mind, it offers basic...
Bedri Egrilmez
Oct 26, 2015
Efficient Data Manipulation: Using Square Brackets in DataTable Compute
Square brackets are used in programming for indexing and accessing elements in lists, arrays, or other data structures. They provide a concise and intuitive way to reference specific elements based...
Manoj S Pant
Oct 14, 2014
Implementing Equality For Reference Types
Learn how to implement equality for reference types in C# to compare objects based on their values rather than their references. Understand the complexities introduced by inheritance and null handl...
Ehsan Sajjad
Mar 26, 2018
Validation Application Block (Enterprise Library 5.0)
Validation is a process that ensures the sanity of data entered, received, or processed by a software module, class, or class members.Some examples of validation are length check, range check, Null...
Vidya Vrat Agarwal
Jun 21, 2013
Using The Complex Type to Solve Quadratic Equations
One of the more interesting types introduced in .NET Framework 4.0 is the Complex structure which models the mathematical entity known as a 'complex number'. This is a number of the form a ...
Vulpes
Mar 14, 2011
Table Splitting in Entity Framework
Entity Splitting in Entity Framework involves mapping an entity across multiple database tables, aiding in organizing data and optimizing performance. Table Splitting divides a single table into tw...
Munesh Sharma
May 17, 2016
No Records Available.
421
-
440
of
1568
<<
20
21
22
23
24
>>
Mastering SQL
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Web Development