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
(1558)
Blogs
(899)
Resources
(333)
Videos
(190)
News
(120)
Articles
Log Parser Usage Details For IIS Logs
Explore Log Parser for IIS logs: Analyze, extract, and transform data effortlessly. Master command-line tools for detailed log analysis and troubleshooting. Unlock insights from your log files effi...
bhavin
Apr 21, 2017
To Find Installed Version of .Net Framework Using CLR Version Tool
Learn about Clrver.exe utility to identify .NET Framework versions. Use MSCorEE.dll presence in system directories. Visual Studio command prompt access. View installed .NET versions and CLR versio...
Sachin Kalia
Jun 14, 2013
How to Write Testable Code in .NET
Learn the art of writing testable code in .NET for robust software. Discover techniques like dependency injection and unit testing for improved code quality and easier maintenance. Master the princ...
Deepak Kumar
Dec 16, 2019
How to Get All the Site Permission Levels in SharePoint 2013 Online Using REST API
Learn how to utilize SharePoint 2013's REST API to access site permission levels remotely. Explore creating apps with NAPA Tool, handling cross-domain requests, executing CRUD operations, retr...
Vijai Anand Ramalingam
Apr 24, 2014
.NET Remoting
.NET Remoting facilitates communication between .NET objects in different application domains or processes across a network. It provides a versatile mechanism for remote procedure calls, supporting...
ksasikumar
Sep 02, 2004
Create Facebook App using ASP.NET MVC
Learn to integrate a Facebook app with your ASP.NET MVC project using Visual Studio 2012 and MVC 4 template. Follow step-by-step instructions to set up SSL, register as a developer, configure app ...
Anubhav Chaudhary
May 09, 2013
Distributed Computing Using .NET Remoting
AppDomain is an isolated environment for executing Managed code. Objects within same AppDomain are considered as local whereas object in a different AppDomain is called Remote object.
Amit Kumar Agrawal
Jan 05, 2004
Visual Studio and .NET's Unit Test Framework
This article outlines the process of automating tests using Microsoft Visual Studio's Unit Testing Framework. It covers the fundamentals of test automation, explains the structure of test cases...
Vidya Vrat Agarwal
Jun 08, 2016
Introducing RX For Collections
Discover the power of Reactive Extensions (Rx) for efficient and responsive collection handling. Learn how Rx enables event-driven, asynchronous data processing, transforming collections into dynam...
Roland Pheasant
Feb 01, 2015
SQL Server Primary & Foreign Key Association: Visual C# Entity Framework
Learn how to establish primary key and foreign key relationships in SQL Server using Visual C# 2010 and Entity Framework. This tutorial covers creating database tables, defining primary keys, and e...
Kiran Kumar Talikoti
Jun 25, 2013
Interoperability with IKVM.NET: Seamless Java Integration
IKVM.NET enables Java bytecode to run on the .NET Framework, facilitating interoperability between Java and .NET technologies. It converts Java bytecode into .NET Intermediate Language (IL), offeri...
Abhishek Goswami
May 20, 2013
Signing a Third Party Library With Ildasm and Ilasm
Learn how to sign third-party libraries using ILDasm and ILasm, ensuring compatibility across .NET versions. Overcome version conflicts and ensure smooth integration of libraries into your projects...
Amit Choudhary
Aug 11, 2012
Filter WebGrid With Cascading Dropdownlist Along With Paging in MVC
This tutorial provides a comprehensive guide for developers new to MVC, offering step-by-step instructions for creating a basic MVC application using Visual Studio 2012 and integrating features lik...
Saineshwar Bageri
Jul 07, 2015
Introducing Various Authentication Options in Visual Studio
Introducing Various Authentication Options in Visual Studio 2013" explores the range of authentication methods available in the IDE. Discover how to implement secure user identity with OAuth, ...
Nimit Joshi
Apr 24, 2014
Starting With Emgu CV in .NET
Embark on your journey into computer vision with Emgu CV in .NET. Learn the essentials of image processing and manipulation using this powerful OpenCV library, empowering your C# development with a...
Shubham Saxena
Jan 07, 2013
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
No Records Available.
341
-
360
of
1558
<<
16
17
18
19
20
>>
Learn JavaScript
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Front-end