Related resources for Intermediate
  • Intermediate Code Optimizations in C#7/29/2024 11:24:13 AM. Intermediate code optimization in C# improves performance by refining Intermediate Language (IL) code. Techniques like inlining, loop optimizations, dead code elimination, and constant folding enhance
  • MSIL Programming: Part 15/16/2024 5:52:09 AM. Learn MSIL programming fundamentals in this comprehensive series. Explore Microsoft Intermediate Language (MSIL) concepts, .NET assembly structure, IL instructions, and .NET runtime.
  • .NET internals: Learning Object-Oriented .NET IL3/19/2024 11:12:50 AM. .NET IL, or Intermediate Language, serves as a bridge between high-level programming languages and machine code. This article delves into object-oriented .NET IL concepts with detailed explanations an
  • .NET internals: Stack-Oriented .NET IL3/16/2024 11:11:20 AM. Understanding .NET IL (Intermediate Language) is crucial for developers to comprehend how code interacts with the .NET Framework. While not typically written directly, it offers insights into compilat
  • Agile🚀 Scrum🏈 Framework For Beginners To Intermediate Level✅9/3/2021 12:07:33 PM. Agile is a methodology. Scrum is a framework. In this article, I explained both with the project management approach.
  • Why Not .NET2/12/2021 10:17:55 AM. This article provides convincing explanations for using .Net if you have not yet done so.
  • MSIL Programming: Part 22/3/2021 5:51:35 AM. The primary goal of this article is to exhibit the mechanism of defining (syntax and semantics) the entire typical Object Oriented Programming “terms” like namespace, interface, fields, class and so o
  • Important Questions For C# Interview Part 2 - Intermediate1/2/2019 3:16:19 AM. In this video, I have discussed some important questions for C# developers. These questions are of intermediate level, where I have elaborated many concepts, like Jagged Array, ArrayList vs List, stat
  • Create User Control in Silverlight7/10/2015 5:40:31 AM. The purpose of a user control is to provide the ability to reuse common user interface functionality across our web applications.
  • How to Implement Web Application Localization in .NET 4.04/11/2013 9:26:04 AM. In this article, we will explore the necessary details for working with resources in ASP.NET applications and for creating international ASP.NET applications based on embedded resources and the integrated localization support.
  • Windows Azure - Adding Affinity Groups in Azure Portal5/20/2012 7:26:58 AM. In this article we are going to see what an affinity group is and how to make use of it for better performance and adding a new affinity group in Azure Management Portal
  • Windows Azure - Deleting Existing Affinity Groups in Azure Portal5/20/2012 7:25:49 AM. In this article we are going to see how to delete an existing Affinity Group in Windows Azure Management Portal.
  • Windows Azure - Creating a x509 Management Certificate in Azure Portal: Part 15/20/2012 7:24:34 AM. In this article we are going to see how to create a new x509 Management Certificate using IIS 7.
  • Windows Azure - Deleting x509 Management Certificate in Azure Portal5/20/2012 7:23:06 AM. In this article we will see how to delete an existing x509 Management certificate using the Windows Azure Management Portal.
  • Windows Azure - Creating a x509 Management Certificate in Azure Portal: Part 25/20/2012 7:20:55 AM. In this article we are going to see how to add the .cer management file creating in our earlier article to the Windows Azure management portal.
  • Implement a Generic Filtering Module Using Dynamic LINQ to Provide a Search Functionality6/30/2011 7:30:51 AM. Here you will see how to implement a Generic Filtering module using Dynamic LINQ to provide a search functionality over different entities.
  • Introduction to ASP.NET6/10/2009 2:15:00 AM. I have seen many tutorials on ASP.NET but most of them starts with coding and writing your first ASP.NET program. But here I have written this tutorial for explaining why there is a need for ASP.NET when classy ASP is working fine, what are the underlying technology behind ASP.NET, and what programming model ASP.NET provides to programmers.
  • Visual Studio .NET: Start up8/31/2006 2:16:29 AM. The next version of Visual Studio 6.0 is Visual Studio .NET (VS.NET). In the previous versions of Visual Studio Microsoft has different menu options to pick development environment such as VC++, Visual FoxPro, Visual Basic or Visual Interdev. This version of Visual Studio has integrated everything in one IDE. The reason for that might be all development languages share common library and tools.
  • VS.NET Tools Intermediate Language Disassembler (ILDAM)2/16/2006 2:03:02 AM. "The ILDSAM tool parses any .NET Framework EXE/DLL Module and shows the information in a human-readeble format"
  • IL "The Language of CLR" - A Platform for Cross-Language12/22/2005 7:34:43 AM. This article introduces the Cross-Language capabilities of CLR environment (Common Language Runtime Environment) and its constituent language IL (Intermediate Language).
  • C# and .NET12/21/2005 1:47:50 AM. It is sometimes important to know the details of what the compiler does. You may want to know whether constants are evaluated at compile time, or whether constant strings are folded at compile time.
  • Some situtions where one may like to use IL12/21/2005 1:11:34 AM. This article requires knowledge of IL or at least desire to learn it. My intention is to give few illustrations where usage of IL is possible or only option.