.NET
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
  • El Mahdi Archane

    Linq To Excel In Action

    Explore using LinqToExcel library in C# to query data from Excel spreadsheets effortlessly. Learn step-by-step creation of a console application, installation of LinqToExcel packages, and querying ...
    El Mahdi Archane Jan 29, 2018
  • Ayesha Saleem

    Configuring Log4Net With Database - A Tutorial For Beginners

    Log4Net is a framework for logging .NET applications. It is an open source library that can be used to log output for different targets like logging output in Text files, Database, Console, Mail (S...
    Ayesha Saleem Nov 26, 2017
  • Jitendra Mesavaniya

    Introducing HybridCache The Future of .NET Caching

    HybridCache bridges gaps in .NET's IDistributedCache and IMemoryCache, introducing advanced capabilities like stampede protection and configurable serialization. It simplifies caching with a un...
  • Ajay Yadav

    Invoking Java Code in C#.NET

    Invoking Java code in C#/.NET involves bridging the gap between the two languages using techniques like JNI, InteropServices, and P/Invoke. This allows seamless integration, enabling C# application...
    Ajay Yadav Oct 29, 2014
  • Ketak Bhalsing

    Integrating SAP System With .NET Application

    Learn to connect and access data from SAP systems using SAP .NET Connector. Follow steps to integrate sapnco libraries, handle exceptions, and manage platform compatibility for successful execution...
    Ketak Bhalsing Apr 26, 2016
  • Mahesh Alle

    Code Execution Process

    The code execution process involves compilation or interpretation, generating machine code or bytecode, loading into memory, and executing instructions. It includes steps like lexical analysis, par...
    Mahesh Alle Mar 20, 2013
  • Arvind Singh

    Introduction To AES And DES Encryption Algorithms In .NET

    Explore encryption methods like Symmetric (DES, 3DES, AES) and Asymmetric (RSA, DSA), highlighting key differences in key management, security, and performance. Understand DES vulnerabilities and a...
    Arvind Singh Feb 17, 2017
  • Saineshwar Bageri

    Dependency Injection Using Ninject in .NET

    This article explores Dependency Injection using Ninject, an open-source tool. It provides step-by-step guidance, from downloading Ninject to configuring the Ninject Kernel and debugging a console ...
    Saineshwar Bageri Feb 07, 2015
  • Mahesh Alle

    Just-In-Time (JIT) Compiler in C#

    The JIT compiler in C# converts MSIL code to native code for execution, ensuring type safety. Types of JIT compilation include Pre-JIT, Econo-JIT, and Normal-JIT. Pre-JIT compiles all code at deplo...
    Mahesh Alle Apr 02, 2013
  • Ritesh Sharma

    What is An Assembly

    An assembly in .NET is a unit of deployment containing compiled code, metadata, and resources. It's the fundamental building block of .NET applications, facilitating deployment, versioning, and...
    Ritesh Sharma Apr 21, 2014
  • Jignesh Trivedi

    Code-First Stored Procedure Entity Framework 6.0

    This content explains how to configure Entity Framework 6.0 and above to use stored procedures with a Code-First approach. It details overriding the OnModelCreating method in DbContext to map store...
    Jignesh Trivedi Sep 10, 2014
  • Nipun Tomar

    JIT (Just-In-Time) Compiler

    .NET languages utilize CLR, enabling execution through JIT compiler, converting MSIL to CPU-specific native code during runtime. This JIT process ensures optimal performance, compiling IL to native...
    Nipun Tomar Mar 16, 2011
  • Ajay Yadav

    Executing Assembly Code in C#

    Learn how to integrate hardcore assembly code into managed .NET code using a VC++ DLL as an intermediary, enabling faster execution and better control over hardware. This article illustrates invoki...
    Ajay Yadav Nov 10, 2014
  • Mayur  Gujrathi

    Creating And Using Shared Assembly

    In this article, we will learn By default every assembly is a private assembly. If we add a reference to a private assembly to any project, a copy of the assembly is given to the project.
    Mayur Gujrathi Apr 13, 2011
  • Ramaprasad Upadhyaya

    Remoting in .NET

    .NET Remoting enables distributed communication across app domains using various protocols, serialization formats, and object creation modes. Server-side, it creates a service exposing methods, acc...
  • Adalat  Khan

    An Overview Of Web Services In .NET

    A web service is an XML-based information exchange system that creates direct interaction between the two applications over the internet or network in order to exchange data or information.
    Adalat Khan Sep 05, 2018
  • Vivek Kumar

    Compressing Web API Responses Using DotNetZip

    Compressing Web API responses with DotNetZip enhances efficiency and performance by reducing data size. Using compression techniques like Gzip or Deflate, it optimizes data transmission, improving ...
    Vivek Kumar Mar 11, 2017
  • farazfastian43

    Remoting in C#

    Explore Remoting, a CLR framework enabling developers to build distributed apps and network services. Learn about key features like Object Passing, Proxy Objects, and more. Follow a simple client/s...
    farazfastian43 May 13, 2002
  • Rahul Kumar Saxena

    .NET Remoting in a Simple Way

    In this article, we will learn Remoting facilitates accessing remote objects between different application domains. Key elements include proxies (transparent or real), channels (TCP or HTTP), and f...
    Rahul Kumar Saxena Apr 27, 2007
  • Yogeshkumar Hadiya

    Integrating Azure Service Bus with .NET Applications

    In this article, we'll walk through the process of using Azure Service Bus with .NET. We'll cover everything from creating a Service Bus instance in the Azure portal to sending and receivin...
    Yogeshkumar Hadiya May 13, 2024