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
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
DNN (Formerly DotNetNuke) Tutorial - Part 2 (Adding Modules)
Explore the second part of our comprehensive tutorial series on DNN (formerly DotNetNuke). In this segment, learn the essential steps for adding modules to your DNN website, enhancing its functiona...
Teddy Kurian
Jul 25, 2015
Accessing Google Blogger API From .NET
Integrate Google Blogger API seamlessly with .NET for streamlined blogging functionalities, enabling access and interaction with Blogger services directly from your .NET applications.
Amit Patel
Jun 01, 2012
Structured Logging With Serilog and Seq: Part 2
Learn structured logging with Serilog using Seq as a logging sink. Utilize HTTP calls to write logs, enrich log messages with additional properties, and query logs easily. Seq provides features li...
Vivek Tripathi
May 17, 2015
Creating a Basic Overlay Effect in jQuery
Learn to create a basic overlay effect using jQuery, enhancing web interactivity by overlaying content on existing pages, ideal for modal dialogs, lightboxes, or interactive pop-ups.
Arpit Jain
Aug 05, 2013
Realizing Continuous Integration With Cruise Control.Net (CC.Net)
Realize continuous integration seamlessly with Cruise Control.Net (CC.Net), streamlining build management and automation processes. CC.Net enables automated builds, testing, and deployment, ensurin...
Abhishek Jain
Aug 21, 2013
No Records Available.
401
-
420
of
1543
<<
19
20
21
22
23
>>
Learn ASP.NET MVC 5.0
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
ASP.NET