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
OpenID Connect Availability in OWIN Security Components
Discover the integration of OpenID Connect with OWIN security components for robust authentication and authorization in .NET applications. Enhance identity management and security with seamless int...
Nimit Joshi
Mar 31, 2014
Palindrome in C# GUI
Create a C# GUI application to check if a user-entered string is a palindrome. Implement a Windows Forms interface with a textbox for input and a button to trigger palindrome verification.
Adarsh Acharya
Mar 13, 2011
NHibernate in Details: Part 2
Dive deeper into NHibernate with Part 2, exploring advanced topics like session management, querying, and performance optimization. Uncover the intricacies of this powerful object-relational mappin...
Ravi Shukla
Jan 26, 2015
Single, SingleOrDefault, First, and FirstOrDefault in Linq .NET C#
LINQ's element operators like Single, SingleOrDefault, First, FirstOrDefault, Last, and LastOrDefault provide specific functionalities for retrieving elements from collections in C#. Here's...
Jaimin Shethiya
Apr 30, 2024
6 Ways of Doing Locking in .NET (Pessimistic and Optimistic)
This article talks about 6 ways of doing locking in .NET. It starts with concurrency problems and then discusses about 3 ways of doing optimistic locking.
Shivprasad
Sep 28, 2010
Automated UI Test With WatiN and Specflow in .Net: Part 1
Explore automated UI testing with WatiN in .NET for web applications. Set up a test project, install WatiN, and create test methods to verify UI elements and interactions. Ensure robust code throug...
André de Mattos Ferraz
Apr 11, 2015
Code First Migrations With Entity Framework
This article will provide answers to the following questions relevant to relationships in Entity Framework: whether or not to create a database, how to add / remove a field from an existing table, ...
Sandeep Singh Shekhawat
Jul 20, 2014
Step By Step SSRS in 11 Hours: Hour 11
Step By Step SSRS in 11 Hours: Hour 11" is the final installment in a comprehensive tutorial series on SQL Server Reporting Services (SSRS). Dive deep into advanced report development, data vi...
Akshay Patel
Mar 27, 2015
Guessing Game: Levels, Logic & Forms
In this article, we will know Guessing Game" is an interactive and fun challenge where players try to predict a hidden element, often a number or object, based on clues or random guesses.
Priyanka Jain
Sep 11, 2013
Assemblies In .NET Application
Understand Assemblies in .NET, including Private and Shared types, managing in Global Assembly Cache, generating Public Key with Sn.exe, versioning with AssemblyInfo.cs, and installing with Gacutil...
Surya Kant
Aug 14, 2016
Learn about jQuery Ajax in ASP.Net
Learn how to utilize jQuery Ajax in ASP.Net for efficient client-server communication. Explore sending asynchronous HTTP requests, handling responses, and updating web content dynamically without f...
Navneet Mitawa
Mar 21, 2014
Learn about Task Dialogs in C#
Explore using Task Dialogs in C# to create responsive user interfaces for error handling, user interaction, and custom dialogs. Task Dialogs offer more flexibility than traditional message boxes, a...
Ibrahim Ersoy
Jul 09, 2012
Learn Parallel Programming in .NET
.NET parallel programming techniques like Task Parallelism and Concurrent Collections. Utilize BlockingCollection to manage concurrent tasks. Explore Task.Factory.StartNew for task creation, Collec...
Akkiraju Ivaturi
Sep 08, 2012
Enterprise Library New Version 6
Enterprise Library Version 6 is a Microsoft .NET Framework library offering application blocks for logging, caching, data access, security, and more. It provides configurable components for common ...
Anil Kumar
Aug 18, 2013
Preparing .NET Interview - Part 1 (Framework)
Preparing for a .NET interview (Part 1 - Framework) involves understanding key concepts like CLR, BCL, assemblies, and memory management. Familiarize with C#, garbage collection, reflection, and .N...
Prakash Tripathi
Jan 11, 2016
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
No Records Available.
341
-
360
of
1543
<<
16
17
18
19
20
>>
Learn Python
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
.NET Developer