Common Language Runtime (CLR) Integration Programming in .NET
Microsoft introduces common language runtime (CLR) of .net windows application integration support to the SQL Server. Now there is a new window open for .net application developers and SQL server...
View ArticleComponent Programming Concepts in .NET
Component based programming has one major advantage that it allows your code to be more organized, consistent and reusable. A component, in its simplest form, may be defined as one or more classes that...
View ArticleApplication Development Using LINQ
Language-Integrated Query or LINQ is another way to query data using native code. It adds native querying capability to .NET languages. You may ask “what is the need of another data access method...
View ArticleApplication Development Using LINQ Part – 2
In the previous article we have learned much about the LINQ and its advantage over normal SQL statements, and to know the working of LINQ we are creating an Inventory Application of which GUI we have...
View ArticleApplication Development Using LINQ Part – 3
In the previous article we have learned about datacontext, the “var” keyword, retrieving data through LINQ, binding retrieved data to controls and conditional retrieval of data. In this part we will be...
View Article