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
(1545)
Blogs
(897)
Resources
(333)
Videos
(190)
News
(120)
Articles
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
Patching .NET Binary Code by CFF Explorer
Discover how to modify .NET binary code using CFF Explorer. This tutorial explores the process of patching executable files, enabling alterations to functionality or behavior.
Ajay Yadav
Nov 03, 2014
TensorFlowServing Integration With .NET Web Application By gRPC/Rest
Explore the integration of TensorFlow with ASP.NET Core for real-time number prediction using a CNN model based on the MNIST example. This article outlines the setup process, including Docker deplo...
Igor Minakov
Dec 22, 2020
Enum Support (Code First) in Entity Framework 5
Entity Framework 5 introduces enhanced support for enums in Code First development. Enums can now be seamlessly integrated into entity classes, offering a more structured approach to representing f...
Abhimanyu K Vatsa
Sep 26, 2012
Mapping TVFs Using Entity Framework Database First
Map table-valued functions (TVFs) in Entity Framework Database First by importing them as function imports. Utilize EDM Designer to create complex types for TVF results, enhancing data retrieval an...
Abhimanyu K Vatsa
Oct 05, 2012
Implement Memory Cache with Sliding Expiration in .NET
This guide illuminates memory caching's efficacy in enhancing data retrieval by storing frequently accessed data in memory. Utilizing ConcurrentDictionary in C#, it illustrates the creation of ...
Jaimin Shethiya
Apr 24, 2024
Best Practices for Threading in .NET C#
Threading is a powerful feature in .NET C# that allows developers to execute multiple tasks concurrently. In this article, we'll explore best practices for managed threading in .NET C#, coverin...
Jitendra Mesavaniya
Apr 24, 2024
.NET Serialization
Serialization in .NET facilitates object state persistence, enabling transmission across networks or storage in various formats like binary and XML. It ensures data integrity, exemplified by the US...
Vidya Vrat Agarwal
Apr 30, 2013
Entity Framework Code First Example
Explore an Entity Framework Code First example to understand database modeling in C#. This tutorial demonstrates object-relational mapping (ORM) techniques, using .NET Framework to create entity cl...
Prashant Shinde
Jan 19, 2015
Assembly in .NET 2.0
In .NET 2.0, assemblies play a crucial role, containing code and metadata for applications. They support versioning, security, and deployment, with features like strong naming and the Global Assemb...
Gaurav Tomar
Nov 13, 2007
Migrating Java RMI to .NET Remoting
.Net Remoting and Java RMI are mechanisms that allow the user to invoke method/methods in another address space. The other address space could be on the same machine or a different one. These two m...
Laishram Priyokumar Singh
Jan 16, 2006
Data Annotations and Code First Migration in Entity Framework
Explore the seamless integration of Data Annotations and Code First Migration within the Entity Framework. Learn how to leverage annotations to define data models and relationships, and master the ...
Azeem Anzari
Aug 24, 2015
Improve Performance of .NET Application
Enhance .NET application performance through techniques like code profiling, caching, asynchronous programming, and database query optimization. Implementing these strategies boosts efficiency and ...
Sourav Kayal
Oct 22, 2013
Get Client Side and Server Side Data in Grid View Using jQuery and Ajax
Learn how to efficiently manage data in a grid view by combining client-side and server-side approaches using jQuery and Ajax. This tutorial guides you through the process of retrieving data from b...
Anubhav Chaudhary
Jul 05, 2013
Entity Framework 6 CRUD Stored Procedures: Code-First Approach
Learn how to implement Insert, Update, and Delete operations using stored procedures in Entity Framework 6 with a Code First approach. This tutorial covers setting up stored procedures, mapping the...
Gaurav Gupta
Jul 08, 2013
Group Box and Picture Box in Windows Forms
Combine Group Box & Picture Box in Windows Forms for organized UI & image display. Utilize Group Box for visual grouping & Picture Box for image rendering, enhancing user experience in ...
Munesh Sharma
Apr 12, 2014
Creating Picture Viewer Using C# in .NET 4.5
Create a sleek Picture Viewer in C# using .NET 4.5. This project blends UI development with graphics programming, offering a seamless interface for viewing and managing images. Dive into image proc...
Anubhav Chaudhary
Feb 19, 2013
ASP.Net 4.0 ClientId
In ASP.Net 4.0, ClientId is a crucial feature enabling the unique identification of HTML elements rendered by server controls. It facilitates client-side scripting by providing a predictable naming...
Pradeep Chandraker
May 12, 2010
.NET Remoting: The Interface Approach
.NET Remoting offers efficient remote object interaction, ideal for network resource access. Compared to SOAP-based web services, it's lighter. While easier than Java's RMI, it's more c...
Shripad Kulkarni
Mar 26, 2002
No Records Available.
421
-
440
of
1545
<<
20
21
22
23
24
>>
Learn Internet of Things in 21 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Unity