Related resources for NET Framework
  • .NET Framework At A Glance4/25/2024 11:27:49 AM. .NET Framework At A Glance. In this post let's see what is the .NET Framework, benefits of the .NET Platform, introducing CLR, CTS, and CLS, Framework Class Library(FCL), Managed vs. Unmanaged Cod
  • Are You Fresher & Looking For Way To Start With Microsoft .NET4/25/2024 8:57:05 AM. Get started with .NET Framework and its technologies for beginners. Learn C# with Visual Studio, explore web development with ASP.NET MVC and Entity Framework, master CRUD operations with SQL Server.
  • Impove App Launch Performance With MultiCore JIT in .NET Framework4/25/2024 8:48:50 AM. Learn how to enhance the launch performance of your .NET Framework 4.5 applications by leveraging MultiCore JIT (Just-In-Time) compilation. Discover techniques to optimize code compilation, reduce sta
  • Create Word Reports Without Microsoft Word Using Spire.doc4/25/2024 8:09:25 AM. Spire.doc provides a robust solution for generating reports as Word documents without relying on Microsoft Word. Utilizing the .NET framework and C# programming, it offers efficient document processin
  • Learn about Components Of .NET4/25/2024 8:00:10 AM. The .NET ecosystem comprises various components facilitating software development across platforms. Key elements include the .NET Framework with its Common Language Runtime (CLR) and Base Class Librar
  • .NET Serialization4/24/2024 1:26:20 PM. 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 Vi
  • Assembly in .NET 2.04/24/2024 1:22:55 PM. 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 Assembly
  • ASP.Net 4.0 ClientId4/23/2024 11:36:43 AM. 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 co
  • Group Box and Picture Box in Windows Forms4/23/2024 11:07:40 AM. 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 C#
  • .NET 4.5 Read-Only Interfaces4/23/2024 8:58:19 AM. .NET Framework 4.5 introduced read-only interfaces, facilitating immutability in C#. These interfaces enforce that implementing classes cannot modify properties, enhancing code predictability and safe
  • ConcurrentBag<T> in C#: Thread-Safe Collection Guide4/23/2024 8:49:54 AM. In the world of concurrent programming in C#, managing data safely across multiple threads is a paramount concern. In this article, we&#39;ll delve into ConcurrentBag&lt;T&gt;, its usage, and provide
  • Getting Assembly Metadata at Runtime4/23/2024 8:22:02 AM. Retrieving assembly metadata at runtime in .NET involves using reflection, and accessing attributes like AssemblyVersion or custom ones. This dynamic analysis enables discovering types, members, and o
  • Managed Extensibility Framework (MEF)4/23/2024 7:29:23 AM. MEF is a component of .NET framework 4.0, to create lightweight, extensible applications. It avoids hard dependencies and lets the application developer discover and use extensions without any configu
  • Preview of Dynamic Data and Entity Data For EF 64/23/2024 7:23:32 AM. The preview of Dynamic Data and Entity Data for EF 6 introduces efficient database connectivity and modeling within the .NET Framework. It enables seamless integration of data with code through Entity
  • Introduction To Serialization In .NET4/23/2024 7:22:38 AM. In this article, we will Learn about various serialization formats like binary, XML, and JSON, along with serialization attributes and best practices for efficient data handling and persistence within
  • Delegates in .NET4/22/2024 8:57:01 AM. In this article, we will learn Delegates in .NET provide a powerful mechanism for defining and encapsulating methods, enabling flexible event handling and callback functionality.
  • Indepths of Global Assembly Cache4/22/2024 8:54:29 AM. In this article, we will Explore the depths of the Global Assembly Cache (GAC) in .NET Framework. Learn about assembly management, versioning, security, and deployment.
  • .NET Reverse Engineering: Part 24/19/2024 10:37:50 AM. This article describes details of the .NET CLR and ILASM coding, including a detailed analysis of each opcode instruction how to integrate an IL code into an existing high-level C# written code, and h
  • Deploying WPF Apps with Click-Once in Visual C# Express4/19/2024 10:24:11 AM. Deploy WPF apps seamlessly with ClickOnce in Microsoft Visual C# 2010 Express. Simplify distribution, enable automatic updates, and ensure easy installation, all within the .NET environment for effici
  • A Journey from ASP.NET Framework to ASP.NET Core4/18/2024 7:44:33 AM. Explore the journey of .NET web development from ASP.NET Framework to ASP.NET Core, encompassing technologies like Windows Forms, WPF, and Web Forms. Witness the transition to structured MVC architec
  • How To Create A Scheduled Webjob For SharePoint 2013 Online Using Classic Azure Portal4/17/2024 9:38:54 AM. Learn to set up scheduled WebJobs for SharePoint 2013 Online using the Azure Classic Portal. Utilize Azure WebJobs SDK, .NET, and TimerTrigger for automated tasks. Deploy via Visual Studio, manage wit
  • Single Page Applications with AngularJS in .NET: Part 24/16/2024 6:33:03 AM. Part 2 of Single Page Applications with AngularJS in .NET delves deeper into building dynamic web experiences. Explore advanced AngularJS concepts like routing, components, and data binding, integrati
  • Consuming Web Service In a Console Application4/11/2024 10:56:50 AM. Integrate web services seamlessly into console applications using .NET frameworks like .NET Core or .NET Framework. Utilize HttpClient or service references to communicate with SOAP or RESTful APIs, e
  • .NET Synchronous vs Asynchronous4/4/2024 6:39:42 AM. Synchronous programming in .NET involves sequential execution, blocking the current thread until a task completes. Asynchronous programming, on the other hand, enables non-blocking execution, improvin
  • Hiding the Version Information of .Net Framework Due to Security Issue4/3/2024 9:40:26 AM. Learn how to address the &quot;medium-level&quot; security issue of information disclosure in .NET Framework. Follow steps to create a sample website, identify the problem of version information disc
  • Multithreading With .NET3/29/2024 6:46:05 AM. Multithreading allows a program to run multiple threads concurrently. This article explains how multithreading works in .NET. This article covers the entire range of threading areas from thread creati
  • Overview Of ASP.NET MVC3/29/2024 6:32:20 AM. In this article, you will learn about MVC patterns and ASP.NET MVC. MVC is an architectural pattern to develop enterprise applications.
  • History and Evolution of Visual Studio and Supported .NET Versions3/22/2024 7:18:14 AM. This article gives a Brief overview of Visual Studio&#39;s evolution and its significance in software development. Description of each major version of Visual Studio from 1997 to 2022, highlighting ke
  • Create Your First Bot Using Visual Studio 2017 - Step By Step Guide3/20/2024 11:48:20 AM. In this article we will be Seeing how fast companies are adopting Bots, it is really the best time for you to start learning the Bot framework and start adopting Bots for your business.
  • First Look At ASP.NET Core 2.1 Preview One - Convert Existing .NET Core Application To .NET Core 2.13/19/2024 6:13:49 AM. Finally, the .NET Core 2.1 preview is out for people to try. Two days ago, the .NET team announced the first preview of .NET Core 2.1. Let us see some of the highlights for this release.
  • What is difference between .NET and .NET Framework?3/18/2024 5:59:32 AM. The &quot;.NET Framework&quot; and &quot;.NET&quot; (formerly known as &quot;.NET Core&quot;) are two different implementations of the .NET platform, each serving different purposes and targeting diff
  • Difference Between .NET Framework, .NET Core, and .NET Standard3/11/2024 10:18:50 AM. This article, delves into the distinctions between .NET Framework, .NET Core, and .NET Standard. Exploring their histories, open-source nature, cross-platform capabilities, and performance aspects, th
  • User Authentication with Forms Authentication in ASP.NET MVC3/10/2024 7:40:33 AM. Forms Authentication is a widely-used mechanism in ASP.NET for managing user authentication within web applications. It allows developers to authenticate users based on credentials stored in a databas
  • Install .Net Framework 3.5 Offline in Windows 82/26/2024 9:24:53 AM. This article provides instructions on how to install .NET Framework 3.5 in Windows 8 offline. In Windows 8, when attempting to install an old application, users may encounter an error message indicati
  • Camelcase Serialization in .Net 92/19/2024 6:27:06 AM. In .NET 9, developers have been granted a powerful tool to enhance data serialization: CamelCase Serialization. This feature facilitates smoother interoperability with systems and frameworks that expe
  • C# Versions2/9/2024 6:04:09 AM. This article provides a comprehensive overview of the major releases of the C# programming language, detailing their dates of release, associated .NET Framework versions, Visual Studio editions, and s
  • ADODB Services in .NET Applications Using C#2/6/2024 8:38:12 AM. In this insightful guide, &quot;Modernizing ADO Applications in C# with ADO.NET,&quot; discover the transition from traditional ADODB-based systems to the revolutionary world of ADO.NET within the .NE
  • Building a URL Shortener with .NET2/1/2024 7:24:19 AM. Create a powerful URL shortener using the versatile .NET framework, specifically ASP.NET Core. This guide walks you through setting up a database, implementing URL shortening logic, and configuring co
  • TaskCompletionSource and CancellationTokenSource in .NET1/23/2024 6:19:00 AM. Explore the functionalities and use cases of TaskCompletionSource and CancellationTokenSource in the .NET framework for managing asynchronous operations, providing flexibility, and control, and buildi
  • Learn How to Use C# 12 in .NET Framework 4.7.2/4.8 Solutions1/16/2024 9:01:09 AM. Unlock the capabilities of C# 12 in .NET Framework 4.7.2 to 4.8.1 with Visual Studio 2022. Learn the upgrade process, and explore features like literals, nullable types, records, and array expressions
  • .NET: Framework, Core and Standard12/28/2023 7:05:36 AM. Discuss the difference between .NET Framework, Core, and Standard Edition. In this article, we will learn about .NET Framework, .NET Core, and .NET Standard in this comprehensive guide. Delve into th
  • Extension Method in C#12/27/2023 9:01:42 AM. Extension Methods in .NET, a powerful feature introduced in .NET Framework 3.0. Learn how to seamlessly add or extend methods to existing types, enriching your coding experience. ??
  • Implementation Of The Redis Cache In The .NET Core API10/30/2023 5:15:38 AM. In this article, you will learn how to implement of the Redis Cache in the.NET Core API.
  • Evidence In C#10/25/2023 8:06:10 AM. IIn C#, Evidence is a class within the System.Security.Policy namespace. It is used in .NET Framework applications to represent the evidence that is used to establish the permissions granted to an ass
  • RabbitMQ Message Queue Using .NET Core 6 Web API10/25/2023 4:54:45 AM. In this article, you will learn about RabbitMQ Introduction and Implementation using .NET Core 6 Web API.
  • Upload Image And Create Thumbnail In C# 4.010/20/2023 6:39:13 AM. In C# 4.0, developers can leverage advanced techniques to upload images and create thumbnails efficiently. This process is vital for web applications, enabling users to upload images while optimizing
  • Null-Coalescing Assignment Operator In C# 8.010/17/2023 6:52:36 AM. In this article, we will learn how to use Null-coalescing assignment operator in C# and also check the updated requirements of Null-coalescing operator requirements.
  • Is There Any Need To Boxing And Unboxing10/10/2023 11:10:32 AM. With Boxing and unboxing one can link between value-types and reference-types by allowing any value of a value-type to be converted to and from type object. Boxing and unboxing enables a unified view
  • Paging Control In C#9/25/2023 11:02:21 AM. In this very first article, I have only covered fetching data in chunks (pages) without any filter or searching criteria. I’ll cover that in a subsequent article.
  • Access Blob Using SAS Token With .Net Framework9/21/2023 7:18:37 AM. In this article, we will see how we can access blob using SAS token and most specifically downloading file using .net code.
  • Comapring .NET Standard vs .NET 6 vs .NET 6-Windows9/20/2023 6:51:56 AM. In this article, we delve into the ever-evolving .NET ecosystem, offering developers a wealth of options for crafting exceptional applications. Amid this diversity, it&#39;s easy to become overwhelmed
  • Mapping ViewModel To Model Using Implicit Conversion Operator In C#9/18/2023 9:08:46 AM. Mapping a ViewModel to a Model in C# using an implicit conversion operator is a technique used to simplify the process of transferring data between these two related classes. ViewModels are typically
  • IoT Innovation with .NET Strength9/13/2023 4:48:53 AM. The Internet of Things (IoT) has transformed industries by connecting devices, sensors, and systems to the Internet, facilitating data exchange. .NET, Microsoft&#39;s versatile development platform, p
  • Comparing .NET Framework, .NET Core, .NET 5, and .NET 69/11/2023 6:09:26 AM. This article provides a comprehensive comparison of three key platforms within the .NET ecosystem: .NET Framework, .NET Core, and .NET 5/.NET 6. It explores their evolution, features, characteristics,
  • Containerize the .NET Core 7 Console Application using Docker9/4/2023 6:09:26 AM. To containerize a .NET Core 7 Console Application using Docker, you&#39;ll need to create a Dockerfile, which is a script that specifies how to build the Docker image for your application. Here&#39;s
  • Converting Cardinal Numbers to Ordinal using C#8/28/2023 9:55:25 AM. A problem which often arises in practice is how to convert a cardinal number to its ordinal equivalent.
  • File System Watcher in C#8/28/2023 9:11:07 AM. Here you will see how to use a File System Watcher in C#.
  • Convert Excel Data Into DataTable8/8/2023 5:21:43 AM. Learn to leverage the .NET Excel framework for effortless handling of Microsoft Excel files in your .NET applications. Discover conversion techniques, API integration, and practical implementation for
  • C# Abstract Classes: Definition, Usage With Example8/7/2023 5:24:16 AM. Learn all about C# Intermediate Abstract Classes in this comprehensive guide. Understand the concepts, usage, and benefits. A must-read for C# developers aiming to enhance their skills. Click to becom
  • How to Declare and Initialize a Tuple in C#?7/31/2023 10:56:30 AM. Learn about C# tuples: immutable data structures for grouping elements, useful for returning multiple values from methods.
  • How To Configure SMTP O365 Migration Using TLS 1.2 For SQL Database Mail7/6/2023 4:49:23 AM. This article will explain to you how exactly you need to configure TLS 1.2 as a default protocol and setup SMTP O365 migration using SQL 2012 Database mail and above versions for Windows Server 2012 a
  • A Comprehensive Guide to .NET Development for Beginners6/12/2023 5:56:27 AM. Discover the essentials of .NET development in this comprehensive guide. Learn about the .NET Framework, C# programming, ASP.NET web development, ADO.NET for databases, building desktop applications,
  • Difference between abstract class and interface in C#6/6/2023 9:06:03 AM. In this article I have explained the difference between Abstract Class and Interface with some examples and some information about an Interface.
  • HttpContextAccessor in Asp.NET Core Web API5/27/2023 3:58:23 PM. In ASP.NET Core Web API, the HttpContextAccessor class is a component that provides access to the current HTTP request and response context. It allows you to access various aspects of the HTTP request
  • Difference between .NET and .NET Core3/12/2023 1:54:43 AM. .NET Core is the open source and modern version of original .NET Framework. Learn here the difference between the .NET and .NET Core.
  • CRUD Operation Using Entity Framework Core And Stored Procedure In .NET Core 6 Web API1/10/2023 11:18:21 AM. In this article, you will learn about CRUD Operation using Entity Framework Core and Stored Procedure in .NET Core 6 Web API.
  • Entity Framework (1), With .Net MVC, Code-First12/16/2022 5:03:00 AM. Setup Entity Framework with .Net MVC in Visual Studio 2019, with Code-First approach
  • Entity Framework (0), Overview12/16/2022 4:59:22 AM. In this article, you will learn about entity framework (0), Overview, concept, and approaches.
  • Introduction to .Net Framework 2.0 Nullable Types8/24/2022 8:59:41 AM. Sometimes you work with a value type that does not have a defined value in certain circumstances. For example, a field in a database might need to distinguish between having been assigned a meaningful
  • Using IComparable and IComparer to compare objects 8/23/2022 6:13:42 AM. This article informs you that the .Net framework and especially the System.Collection namespace provides us two built in interfaces witch are IComparable and IComparer interfaces that enables us compa
  • Implement In-Memory Cache In The .NET Core API6/20/2022 5:08:49 AM. In this article, you will learn how to implement In-Memory Cache in the NET Core API.
  • Properties In C# .Net5/12/2022 1:59:04 AM. In this article, you will learn about Properties In C#.
  • .NET CLR Interview Questions and Answers4/7/2022 5:07:59 AM. In this article, we will go through the important .NET CLR Interview questions and answers.
  • Open Legacy Projects (4.5 Framework) In Visual Studio 2022 3/20/2022 4:42:39 PM. In this post, we will see how to open legacy 4.5 framework projects in Visual Studio 2022.
  • How to use C# Constructors2/23/2022 9:30:01 AM. This article gives a brief introduction, features of constructors their usage and also an idea of how to use C# constructors.
  • Rockin’ The Code World with dotNetDave ft. Mark Brown Ep. 4412/30/2021 4:46:18 PM. Join us with Mark Brown on Rockin&#39; The Code World with dotNetDave - a weekly show to learn &amp; live Q&amp;A on .NET and other programming technologies.
  • Rockin’ The Code World with dotNetDave ft. Jeff Fritz Ep. 4312/20/2021 3:23:37 PM. Join us with Jeff Fritz on Rockin&#39; The Code World with dotNetDave - a weekly show to learn &amp; live Q&amp;A on .NET and other programming technologies.
  • Exceptions In .NET✨12/13/2021 6:03:39 AM. In this article, you will learn about exceptions in .NET.
  • Rockin’ The Code World with dotNetDave ft. Scott Hunter Ep. 4211/16/2021 7:58:37 AM. Join us with Scott Hunter on Rockin&#39; The Code World with dotNetDave - a weekly show to learn &amp; live Q&amp;A on .NET and other programming technologies.
  • .NET Framework Vs .NET Core Vs .NET Standard9/29/2021 1:05:33 PM. In this article, we are going to explore about differences between .NET Framework , .NET Core and .NET Standard
  • Connecting To Oracle Database In C#9/10/2021 3:56:42 AM. This article explains how to set up a connection between an Oracle database and .Net Framework using C#.
  • How To Check .NET Framework Version On Windows 106/20/2021 3:30:04 AM. In this article, you will learn how to Check the .NET Framework Version on Windows 10.
  • Introduction Of .Net 54/12/2021 4:11:51 AM. In this article, you will learn about .Net 5.
  • Post Image With Message in Twitter Tweet in .NET Framework 3.53/24/2021 10:03:30 AM. In this article you will learn how to post an image with a message in a Twitter Tweet in .NET Framework 3.5.
  • A Simple Step to Entity Framework Database First Approach3/24/2021 9:41:27 AM. In this article we learn the basic details of the Database First Approach of the Entity Framework.
  • Substitution Control ASP.NET2/18/2021 5:56:33 AM. This article demonstrates an interesting and very useful concept in ASP.NET.
  • Disassembler Mechanized: Part 42/17/2021 7:26:10 AM. This article is the fourth and final part of how to do a mechanized disassembly in .Net.
  • Sending Emails With Bcc and CC Using ASP.Net C#2/16/2021 5:36:49 AM. In this article, we will learn about how to send emails using Asp.net with BCC and CC
  • Why Not .NET2/12/2021 10:17:55 AM. This article provides convincing explanations for using .Net if you have not yet done so.
  • ASP.Net Framework Server-Side Data Caching Techniques2/10/2021 5:36:09 AM. The ASP.NET Framework provides many server-side caching techniques for developers to persist data based on the scope.
  • Preparing .NET Interview - Part 2 (Basic Types)2/9/2021 7:33:38 AM. This article presents the common questions asked in .NET interview related to types and explains the answers in easy way.
  • Step by Step Procedure of How to Install an Assembly: Part I2/8/2021 9:21:19 AM. This step by step tutorial will guide the programmer to install his assembly in the GAC.
  • Sending Emails Over .NET Framework, and General Problems Using C# Code2/5/2021 12:15:33 PM. In this article you will learn how to send emails over the .NET Framework, and general problems using C# Code.
  • Administration of Windows Machine Programmatically2/3/2021 5:59:14 AM. Being a .Net developer, Automation engineer or IT administrator we always in need of dealing with windows machine configuration and settings.
  • Short Overview of .NET1/16/2021 11:00:16 AM. This article provides an overview of the .NET Framework.
  • Disassembler Mechanized: Part 11/14/2021 11:57:12 AM. This article is the first part of how to do a mechanized disassembly in .Net.
  • Model First Approach In Entity Framework1/14/2021 10:43:22 AM. In this article we are going to learn Model First Approach under Entity Framework approaches.
  • Target A .NET Framework In Visual Studio1/1/2021 4:57:43 AM. This article describes how to correctly target a specific .NET framework version in Visual Studio.
  • Preparing .NET Interview - Part 1 (Framework)12/11/2020 6:25:12 AM. This article presents the common questions asked in .NET interview related to framework and explains the answers in an easy way.
  • To Find Installed Version of .Net Framework Using CLR Version Tool12/7/2020 4:26:36 AM. In this article I am sharing thoughts on Clrver.exe, how it works and advantages of this.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download