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
Introduction to Async and Await in C# 5.0
Async and await in C# 5.0 revolutionized asynchronous programming, simplifying complex tasks by allowing developers to write asynchronous code as if it were synchronous. These keywords enable effic...
Scott Lysle
Jul 11, 2013
Scraping Web site Dynamic Data using WATIN
Learn how to scrape web pages using Watin and NUnit in C# ASP.NET. Explore techniques for efficient scraping, including navigation, HTML parsing with regular expressions, and utilizing third-party...
Vatsal Shah
Mar 30, 2013
When to Delay Sign Assemblies
Delay signing assemblies is useful when collaborating with third-party developers or in scenarios requiring assembly testing before final signing. It allows development to proceed while ensuring ev...
Vandita Pandey
Aug 03, 2006
Complex Custom Validation Attribute Specific to Entity
Complex custom validation attributes tailored for entities in Entity Framework enable validation logic beyond standard rules. These attributes empower precise data validation, ensuring compliance w...
Pranay Rana
Mar 07, 2015
Data Annotations For Web Forms in .NET 4.5
Learn to implement data annotations for enhanced validation in ASP.NET web forms. Utilize Entity Data Model for database setup, GridView for data display, and C# for code-behind logic. Explore com...
Vijay Prativadi
Oct 08, 2012
Seed Databases in EntityFramework
Seeding databases in Entity Framework simplifies initial data setup. Utilize migrations and DbContext to seed essential data, ensuring a consistent database state. This approach streamlines develop...
Munesh Sharma
Jun 20, 2015
.NET 8 Keyed Services in Dependency Injection
.NET 8 introduces Keyed Services in Dependency Injection, enabling registration of multiple implementations for the same interface using a key. Enhance flexibility in dependency injection for dynam...
Allani Saikumar
Apr 29, 2024
Handling UI Control's Events in ViewModel (Prism 5.0)
This article explains how to data bind a command from my viewModel to an event. In other words, how to make the code-behind not contain any code related to event handlers of a control.
Shweta Lodha
Nov 22, 2014
Dynamically Generate Multiple TextBoxes in ASP.Net
Learn how to dynamically generate multiple TextBox controls in ASP.NET using C# (or VB.NET). This tutorial covers server-side control creation, event handling, and UI manipulation.
Shaina Arora
Sep 04, 2013
Import Data to Excel SpreadSheet in .NET
Learn how to import data into Excel spreadsheets using C# and . NET. Explore Excel interop, data manipulation, and CSV handling. Automate data import/export tasks, manage connections, and format da...
Gaurav Gupta
Oct 29, 2012
Upload a File and Then Create Zip File in .NET 4.5
Learn file upload and zip file creation using DotNetZip Library in ASP.NET application. Setup library reference, add file upload control, and implement zip file creation logic. Utilize System.IO f...
Anubhav Chaudhary
Jul 19, 2013
What, Why and How: SOA With Microsoft
Explore Service-Oriented Architecture (SOA) with Microsoft for streamlined, modular applications. Harness Microsoft technologies like Azure and BizTalk Server to design, implement, and integrate se...
Vidya Vrat Agarwal
Jul 22, 2014
Entity Framework - Database First Approach
Learn Database First approach with Entity Framework. Utilize existing databases to create entity models. Use the ADO.Net Entity Data Model to connect. Customize model options including pluralizing...
Rahul Sahay
Jul 29, 2015
Difference Between ReadOnly and Constant in .NET C#
In C#, `readonly` and `const` keywords declare values with key differences. `const` is compile-time, immutable, and static, while `readonly` is runtime, set in constructors, and can vary. Choose ba...
Jaimin Shethiya
Apr 26, 2024
Enabling WCF Net.Tcp Port Sharing for Multi-Process Port Sharing
In today's article you will learn how to enable the Net.Tcp Port Sharing Service, so that it can be used by WCF for Port Sharing across multiple processes.
Anubhav Chaudhary
Apr 12, 2013
How To Develop Match Making Game Using C# in .Net 4.5
Develop a matchmaking game in C# using .NET 4.5, implementing multiplayer functionality and client-server architecture. Utilize algorithms for player pairing, networking for real-time interaction, ...
Anubhav Chaudhary
Feb 13, 2013
4 Real Time Use of Partial Classes and Partial Method
Learn how to leverage partial classes and partial methods in real-time applications with C#. Explore their use for modular design, event-driven programming, and code organization. Discover how they...
Shivprasad
Jan 13, 2012
Create Fixed Size Cropper Using ASP.Net and jQuery
Create a fixed-size cropper using ASP.NET and jQuery to enable users to precisely crop images. This frontend UI component allows selecting and manipulating image regions within predefined dimension...
Anubhav Chaudhary
Aug 02, 2013
Event Handling In .NET
Explore event handling in .NET, a fundamental aspect of event-driven programming. Learn about event handlers, delegates, and the EventSource class, diving into the publisher-subscriber pattern and ...
Naveed Zaman
Oct 24, 2017
TreeView Explorer Control For Windows Applications
The TreeView Explorer Control is a graphical user interface element primarily used in Windows applications. It provides a hierarchical view of data, typically resembling a folder structure, enablin...
Manoj Bhoir
Apr 12, 2015
No Records Available.
381
-
400
of
1568
<<
18
19
20
21
22
>>
React.js for Beginners
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Full Stack