COMMUNITY: How to properly ask a question on Forums
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
About CLR
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sourav Kayal (6)
Vidya Vrat Agarwal (5)
Santhosh Veeraraman (5)
Jignesh Trivedi (4)
Ajay Yadav (4)
Vishal Nayan (3)
Praveen Moosad (3)
Stuart 0 (3)
Sivaraman Dhamodaran (2)
Anand Narayanaswamy (2)
John Charles Olamendy (2)
Chandrakant Parmar (2)
jimteeuwen (2)
Narayana Surapaneni (2)
Vikas Garg (1)
Ashish Shukla (1)
Gantasala Venkatanarayanamurth (1)
Hemanth Kumar (1)
Priyaranjan K S (1)
Rion Williams (1)
Sundus Naveed (1)
Saillesh Pawar (1)
Usman Arshad (1)
Sandeep Kumar (1)
Nitin Pandit (1)
Rupesh Kahane (1)
Rahul Sahay (1)
Gaurav Kumar Arora (1)
Praveen (1)
Akkiraju Ivaturi (1)
Ehtesham Mehmood (1)
Matthew Cochran (1)
John Hudai Godel (1)
Abhishek Jain (1)
Nimit Joshi (1)
Kailash Chandra Behera (1)
Sachin Kalia (1)
Sukesh Marla (1)
Moses Soliman (1)
Abhimanyu K Vatsa (1)
Sridhar Aagamuri (1)
Amit Kumar Agrawal (1)
Shivprasad (1)
Rick Malek (1)
Adil Ansari (1)
Sekar Lanka (1)
Amit Anajwala (1)
manish Mehta (1)
Anand Kumar (1)
Bechir Bejaoui (1)
Gohil Jayendrasinh (1)
Ashish Banerjee (1)
Vishal Gilbile (1)
Krishna Garad (1)
Manas Patnaik (1)
Suchit Khanna (1)
Manikavelu Velayutham (1)
Shantanu (1)
Anil Veeragandham (1)
Biswa Pujarini Mohapatra (1)
Dhananjay Kumar (1)
Puran Mehra (1)
sudhirmangla (1)
Filip Bulovic (1)
Ali Iqbal (1)
Moustafa Arafa (1)
Srinivas Sampath (1)
farazfastian43 (1)
Sudhakar Jalli (1)
Related resources for CLR
No resource found
.Net Architecture And .Net Framework Basics
12/15/2017 6:02:57 AM.
Here you will see .Net Architecture and .Net Framework basics.
CLR Execution Process
6/27/2017 5:37:45 AM.
Here you will see CLR Execution Process. The CLR which is the runtime environment for .Net, provides services such as Memory Management, Security Management, Exception Handling, and Cross language Int
Important .NET Interview Questions And Answers
2/10/2017 4:18:52 AM.
In this article you will learn about some important .NET Interview Questions and Answers.
CLI & CLR
12/27/2016 1:44:37 AM.
This part gives a basic introduction to CLI, Components of CLI, CLR and Features of CLR.
Update SQL Server Data To SharePoint Using CLR Trigger And SharePoint Client Object Model
12/26/2016 6:57:57 PM.
In this article, you will learn how to update SQL Server data to SharePoint, using CLR Trigger and SharePoint Client Object Model.
Enabling SQLCLR in SQL2005
4/21/2016 7:30:27 AM.
This video shows enabling SQLCLR through, Surface area configuration tool.
99 Problems And A Bit Ain’t One
4/20/2016 1:23:30 PM.
In this article we will discuss about how 32-bit and 64-bit processes interact with one another within the CLR.
Creating C# function and Deploying it as SQLServer Function
4/13/2016 5:05:52 AM.
This video shows creating a C# function and then deploying it in the SQL Server. After deployment, the function can be used as SQL Server built-in function.
Deep Dive Into Boxing And Unboxing
2/10/2016 2:45:23 PM.
In this article you will learn about boxing, unboxing, memory organization, and CLR.
Getting Started With Entity Framework
2/7/2016 10:59:09 AM.
In this article you will learn about Entity Framework. Entity Framework is an ORM tool. ORM stands for Object Relational Mapper, as the name specifies it maps our business models with db types.
Introduction To .NET Platform
12/18/2015 2:22:24 AM.
In this article you will learn about an introdutcion to .NET Platform.
Components Of .NET
12/17/2015 5:58:02 AM.
In this article I am explaining about components of .NET. The components of .NET are CLR, Garbage Collector, JIT Compiler and base class library.
C# FAQ 3 - Getting Started With C#
10/31/2015 1:48:57 AM.
This article examines the basics concepts associated with C# programming such as CLR, Class libraries and namespaces.
C# FAQ 2 - About .NET Framework And Visual Studio
10/31/2015 1:38:16 AM.
This FAQ examines the concepts associated with .NET Framework, CLR, Visual Studio, Visual Studio Community and Visual Studio Online.
.NET CLR Interview Questions and Answers
10/24/2015 1:06:45 AM.
In this article you will go through some important interview questions and answers on .NET Framework or CLR.
C# Program Compilation Steps
10/13/2015 5:23:23 AM.
In this article we are going to understand C# Program compilation Steps & contains of .EXE file.
ASP.Net 5 Part: 3
5/15/2015 3:16:05 PM.
In this article we will learn about ASP.NET 5.
Step-by-step Create CLR Stored Procedure
3/27/2015 2:14:59 PM.
In this article we will create a CLR stored procedure step by step.
Pass the Table Type Data to SQL CLR Object
3/19/2015 2:51:28 PM.
In this article we will learn how to pass table type data to a SQL object.
CLR Stored Procedures in SQL Server
3/12/2015 9:37:16 PM.
In this article we will learn about CLR Stored Procedures in SQL server.
CLR Internals - Process and Application Domain
2/16/2015 12:21:33 PM.
In this article, you‘ll drill deeper into the details of how an assembly is hosted by the CLR and come to understand the relationship between application domain (appdomain) and processes.
.NET Application Domain Internals
2/11/2015 12:25:47 AM.
In this article, you‘ll drill deeper into the details of how an assembly is hosted by the CLR and come to understand the relationship between Application Domains (appdomain) and processes.
Using CLR With SQL Server 2012
2/7/2015 12:47:53 PM.
In this article, I’ll cover the SQL CLR in SQL Server 2012.
Monitoring the Activities of Garbage Collection in .NET Using CLR Profiler
1/5/2015 8:57:38 PM.
In this article we learn about garbage collection and it's generations as well as how we can monitor it using the CLR Profiler.
MSIL Programming: Part 2
11/16/2014 11:39:25 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 on.
MSIL Programming: Part 1
11/15/2014 3:49:24 PM.
In this article you will learn that .NET assemblies contain an ultimate CIL code that is compiled to platform-specific instructions using JIT.
Unsafe Coding: Pointers in .NET
11/5/2014 1:20:28 PM.
In this article you will learn one of the advanced concepts of the pointer implementation under the CLR context.
Creating and Sharing .NET Assemblies For a .NET Application Projects: Scenarios Explained
5/9/2014 4:01:11 AM.
This article is about the Global Assembly Cache (GAC) and DLLs relevant to the deployment of applications.
What is Common Language Runtime in C#
2/25/2014 3:18:44 PM.
Today in this article I will explain the very basic and starting topics of the C# programming language.
C# Heap(ing) Vs Stack(ing) in .NET: Part I
12/10/2013 3:15:13 AM.
Even though with the .NET framework we don't have to actively worry about memory management and garbage collection (GC), we still have to keep memory management and GC in mind in order to optimize the performance of our applications.
How Many CLRs & Why?
12/8/2013 2:08:56 PM.
This .NET Video explains that if there are multiple versions of .NET Framework available in a computer system then how many CLRs are there and why?
A Quick View From C/C++ to C#
11/29/2013 9:40:48 AM.
This article provides a quick overview of the C/C++ and C# languages.
.NET CLR Execution Model
11/10/2013 4:00:45 PM.
SQL-CLR For Beginners: Part-5: Call Function and Procedure From Other Procedure
9/20/2013 1:31:33 PM.
In today’s article we will learn how to call store procedure and user defined function ( UDF in Database) from store procedure.
Using Microsoft Roslyn
9/17/2013 11:46:45 AM.
Microsoft Roslyn is an API that exposes the C# compiler as a service or one can say now the entire compiler is exposed in a form of a library that can be included in your project or application.
SQL-CLR For Beginners: Part-4: Consume C# Class in Stored Procedure
9/4/2013 9:44:33 PM.
In this article we will learn how to use traditional C# class within SQL-CLR Application.
SQL CLR For Beginners: Part 3: Create Function in SQL-CLR
9/1/2013 8:03:39 PM.
In this article we will see how to create a simple function in a SQL-CLR Project.
SQL CLR For Beginners: Part 2: Create Trigger in SQL-CLR Project
9/1/2013 7:31:13 PM.
In this article we will see how to create a simple trigger in a SQL-CLR project. I hope you are already quite familiar with the concept of triggers in SQL Server (or some other database).
SQL CLR For Beginners: Part 1: Create Store Procedure in SQL-CLR Project
9/1/2013 7:29:12 PM.
In this article series, we will understand a few important concepts to develop projects in SQL Server CLR. Please don't be confused by the name SQL-CLR, It's nothing but a SQL Server CLR project. For the sake of simplicity, in this article we will call it SQL-CLR.
Demystify Garbage Collection in C#: Part 3
8/17/2013 11:37:50 AM.
Today we will clarify one fundamental idea of Garbage Collection. The idea is that a destructor is nothing but a finally block in C# and the finally block is always used to clean up resources.
Introduction to .NET Framework 4.5.1
7/13/2013 2:06:16 PM.
This article is a brief introduction to .NET Framework 4.5.1.
Searching and Listing Files of Selected Drive in WPF
7/4/2013 12:03:31 PM.
This article introduces how to search the files of your drive and list the results in a Data Grid View.
To Find Installed Version of .Net Framework Using CLR Version Tool
6/14/2013 1:15:14 PM.
In this article I am sharing thoughts on Clrver.exe, how it works and advantages of this.
Exception Handling With C#
3/28/2013 4:07:45 PM.
This article explains how to properly handle existing exceptions using try, catch, finally and throw blocks and how to create your own custom exceptions.
.net Framework
12/14/2012 3:50:22 PM.
www.sukesh-Marla.com For training related to design patterns, jQuery and other .net related topics contact at SukeshMarla@Gmail.com
How to build Multi-Language Web Sites with ASP.NET 2.0 and VB.NET 2005
11/10/2012 3:09:09 AM.
In this article, we will explore the necessary details for working with resources in ASP.NET applications.
Common Language Runtime in VB.NET
11/10/2012 2:14:04 AM.
In this article we will discuss what common language runtime (CLR).
Service-Oriented Architecture and Microsoft .NET
10/13/2012 5:45:47 AM.
This article is intended to provide an overview how Microsoft .NET and related technologies support the goals and principles of Service-Oriented Architecture. The main approach of Microsoft .NET is explained along with the concepts of Service-Oriented Architecture and it fits into this strategy.
Generics in C#
10/13/2012 2:54:28 AM.
Parametric Polymorphism is a well-established programming language feature. Generics offers this feature to C#. The best way to understand generics is to study some C# code that would benefit from generics.
Understanding .NET Framework at a glance
10/1/2012 8:34:58 AM.
In this article we are going to look at Microsoft .NET Framework. This is the newly established software development environment which helps developers to develop applications quickly and gives optimum, efficient, scalable, performance oriented applications in different languages like Visual Basic .NET, C#, ASP .NET, and Jscript .NET.
Building Applications with .NET Compact Framework
10/1/2012 8:25:52 AM.
In this article, author explains various components of Microsoft .NET Compact Framework and how to build compact device applications using .NET Compact Framework.
.NET Best Practice No: 1:- Detecting High Memory consuming functions in .NET code
9/30/2012 5:36:07 AM.
This article discusses the best practices involved using CLR profiler for studying memory allocation.
COBOL and .NET Data Types
9/30/2012 4:50:17 AM.
.NET has created a new, level playing field for a multitude of programming languages to interact on a scale never before seen.
J2EE and Microsoft .NET for Enterprise Applications
9/30/2012 4:22:49 AM.
The purpose of this article is to provide an introduction to and overview of both J2EE and Microsoft .NET and compare the both side by side.
Table Valued CLR Function in SQL Server 2005
8/28/2012 6:44:03 PM.
In SQL Server 2005 and later versions of it, database objects such as functions, Stored Procedures, etc. can be created which are already created in CLR.
CLR Object and JSON Serialization and Deserialization
8/27/2012 5:45:22 PM.
This article demonstrates how to serialize and deserialize CLR objects for web-based applications.
CLR Function in SQL Server 2005
8/27/2012 5:39:47 PM.
In SQL Server 2005 and later version of it, database objects like function, store Procedure, etc can be created which are already created in CLR.
Building Managed Code Using Common Language Runtime (CLR) Integration in SQL Server 2005
5/20/2012 5:22:24 AM.
In this article I am going to talk about a cool new feature of SQL Server 2005 called "CLR Integration", its advantages and how to program database objects using managed code with a simple project in Visual Studio 2005 beta 2.
SQLCLR Debugging
5/20/2012 5:21:19 AM.
In SQL Server 2005, CLR integration allows you to write stored procedures, triggers, user-defined types, and user-defined functions using any .NET Framework language, including Microsoft Visual Basic .NET and Microsoft Visual C#. In this article, I will explain how to debug SQLCLR stored procedure or SQLCLR user-defined function.
Protecting IL Code from unauthorised Disassembling
5/19/2012 7:41:28 AM.
Microsoft .NET proved a mechanism where the code written in VB.NET, C# or any CLS compliant languages to generate MSIL (Microsoft Intermediate Language)code which targets the CLR and executes. This is an excellent mechanism to abstract the high level code from the underlying hardware.
Programming with .NET Compact Framework 1.0 and SQL CE 2.0 : Part II
5/19/2012 7:09:24 AM.
In this article I am going to talk about garbage collection and JIT process in .NET compact framework and what are the differences between these two model of framework.
Create Your First CLR Trigger in SQL Server 2008 Using C#
5/19/2012 7:05:28 AM.
Here you will see how to create your first CLR Trigger for SQL Server 2008 using C#.
Step by Step Procedure of How to Install an Assembly: Part I
5/19/2012 2:22:15 AM.
This step by step tutorial will guide the programmer to install his assembly in the GAC.
Stored Procedure Using c# CLR Project
5/16/2012 1:17:33 PM.
In this article you will learn how too create a Stored Procedure using a C# CLR Project.
Ouch! There is a Hook in My C#
5/15/2012 6:32:45 PM.
As an extension to the J++ design practice, C# has a syntactic construct, called Attributes, which let you drop hooks to Windows API or modify the runtime semantics, like threading synchronization behavior. The C# has legalized the hooking practice by calling them Attributes, and including them in ECMA C# specification.
What is WCF
5/13/2012 7:52:43 AM.
Windows Communication Foundation (WCF) is an SDK for developing and deploying services on Windows. WCF provides a runtime environment for your services, enabling you to expose CLR types as services, and to consume other services as CLR types.
Managed Code in SQL Server 2005
8/9/2011 12:17:40 AM.
As a database developer you create database objects such as procedure, functions and triggers to implement programming logic by using T-Sql.
Search in Asp.Net
3/3/2011 10:07:39 PM.
In this article we will see how to implement a search facility in our ASP.Net web site.
6 Reasons to become an ASP.NET Programmer
3/2/2011 9:54:49 PM.
Here I give you 6 reasons to become an ASP.NET Programmer.
Converting XML data to CLR object using XmlSerializer
2/14/2011 2:31:38 AM.
My last Post (Consuming Webservice from Silverlight) was all about accessing a web service/API from Silverlight; there I described how to consume an external API, with a sample from GeoName web services. As I said in that article, this article is the continuation. Here I am going to demonstrate how to convert the result output, which is in XML, to a CLR object and of course using it as a datasource in a Silverlight application.
Garbage Collector in .NET
12/27/2010 1:40:54 AM.
Garbage Collector is common term for developers working with high level languages such as Java, .NET, Ruby etc.
SQLCLR vs. T-SQL - Performance Comparison
12/9/2010 11:41:06 AM.
Before comparing the performance of SQLCLR and TSQL, just have a quick at the definition of SQLCLR.
Harnessing Regular Expressions in SQL Server using CLR Integration
12/6/2010 8:38:49 PM.
This article discusses how to create a Regex library of CLR functions for SQL Server. CLR Integration is available in SQL Server 2005 and above.
CLR Object Binding In WPF
9/3/2010 10:38:39 AM.
This article explains about one of the binding concept in WPF.
Interacting with the Hardware using C# 4.0
6/7/2010 5:02:16 AM.
In this article you will know how to get OS, Service Pack, CLR Version, CPU and other hardware Information using C#.
Demystifying CLR: Part I
3/15/2010 2:53:23 AM.
In this article, I am going to explain fundamentals of CLR.
Windows Programming using C#
1/5/2010 10:42:41 PM.
In this article I will explain you about Windows Programming using C#.
Runtime Debuggers
11/11/2009 11:38:47 PM.
In this article I will explain your about Runtime Debuggers.
Introduction to ASP.NET
6/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.
Chapter 1: C# Preview
1/25/2008 12:50:46 AM.
This chapter explains you the brief description about the difference between c# and c++ and also gives you an overview of what's new in c# 3.0.
Chapter 1: C# Preview
1/25/2008 12:50:46 AM.
This chapter explains you the brief description about the difference between c# and c++ and also gives you an overview of what's new in c# 3.0.
Best Practices for handling exceptions
9/18/2007 3:27:56 AM.
This article shall explain some of the best practices when you deal with exceptions.
Best Practices for handling exceptions
9/18/2007 3:27:56 AM.
This article shall explain some of the best practices when you deal with exceptions.
Best Practices for handling exceptions
9/18/2007 3:27:56 AM.
This article shall explain some of the best practices when you deal with exceptions.
Points to remember about .Net
9/11/2007 12:49:45 AM.
This article will give you some tips about .Net. This could be helpful for you especially when you prepare for interviews.
Points to remember about .Net
9/11/2007 12:49:45 AM.
This article will give you some tips about .Net. This could be helpful for you especially when you prepare for interviews.
Exploring delegates in C#
6/5/2007 7:12:51 AM.
Delegates are a kind of type safe function pointers which are actually declared as class derived from System.MulticastDelegate.
.NET versus ONE
1/30/2007 1:00:50 AM.
Microsoft .NET and Sun ONE are that glue for each of the companies—the super glue that tries to hold together a lot of information around vision, architecture and products.
Enabling CLR integration in SQL Server 2005
7/31/2006 6:28:17 AM.
One of the new features in SQL Server 2005 is the feature to write your own stored procedures using any language supported in .NET. This feature gives you more flexibility to implement any complex logic in your business scenario.
.NET Performance Counters, Part 1: Predefined CLR Performance Counters
2/16/2006 1:43:04 AM.
In this article, I will describe what a performance counter is and introduce you to the predefined counters that you can use to monitor the state of the CLR while your applications run.
Building Reusable Components
2/14/2006 11:34:47 PM.
One of the main advantages of building components is to promote reusability.
Boxing and Unboxing of Value Types : What You Need to Know?
2/7/2006 6:09:14 AM.
Programmers new to C# can encounter less than ideal performance and even unexpected results due to boxing and unboxing of value types.
Boxing and Unboxing of Value Types : What You Need to Know?
2/7/2006 6:09:14 AM.
Programmers new to C# can encounter less than ideal performance and even unexpected results due to boxing and unboxing of value types.
Export Managed Code as Unmanaged
2/2/2006 11:45:09 PM.
The following Article explains in detail how to use any .NET Assembly from BlitzPlus/Blitz3D.
Export Managed Code as Unmanaged
2/2/2006 11:45:09 PM.
The following Article explains in detail how to use any .NET Assembly from BlitzPlus/Blitz3D.
Understanding Threading in .NET Framework
1/27/2006 5:26:22 AM.
This article describes how to use threading model in .NET Framework including creating, joining, suspending, killing, and interlocking threads.
Remoting in C#
1/5/2006 11:47:09 PM.
This simple article shows you how to write simple server and client to access the server remotely.
An insight into Code Reusability and COM Interoperability : Part I
12/23/2005 5:20:31 AM.
Code reusability is the art of using existing code to achieve better productivity and ease of maintenance. The concept of reusability is not new. Its existence has been evident since the evolution of mankind.
Compilation and Runtime Execution of a C-Sharp Program
12/23/2005 12:41:02 AM.
C-Sharp (C#) is a strongly typed object-oriented programming language designed to give optimum composition of simplicity, expressiveness and performance.
IL "The Language of CLR" - A Platform for Cross-Language
12/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).