Related resources for lcl
  • SQLCLR vs. T-SQL - Performance Comparison2/3/2023 8:44:05 AM. Before comparing the performance of SQLCLR and TSQL, just have a quick at the definition of SQLCLR.
  • SQL - Clone Tables😉 8/25/2022 4:54:54 AM. In this article, you will learn how to Clone Tables In SQL.
  • Revised Generic 'T, K' Database Component11/25/2020 11:26:55 PM. This is the code behind the Generic 'T, K' Database Component.
  • Compute Feature of DataTable11/1/2020 11:45:56 PM. The following code is for implementing least known feature of DataTable Compute() method.
  • Digital Clock Extension In SPFX5/1/2020 9:11:28 AM. In this article we will learn about how to implement digital clock in spfx extension
  • Event in JavaScript: Part 14/8/2020 11:46:12 AM. In this article you will learn about the OnClick and OnDblClick events in JavaScript
  • Analog and Digital Clocks in Android4/1/2020 4:16:42 AM. This article explains analog and digital clocks in Android. Android Studio is used to create the sample.
  • Mouse Event in TypeScript: Part 110/1/2019 2:14:19 AM. In this article I will explain the Onclick and Ondblclick mouse events in TypeScript. A mouse event occurs when a user moves the mouse in the user interface of an application.
  • Enter Null Values for DateTime Column of SQL Server4/8/2019 4:39:46 AM. Inserting a null value to the DateTime Field in SQL Server is one of the most common issues giving various errors. Even if one enters null values the value in the database is some default value as 1/1
  • How to Save Image Path in Database Using MySQL & C#12/3/2018 11:22:57 PM. In this article we will first create a table in a MySQL database and then we will use a Windows Forms application to save an image into the My SQL database.
  • Installing Windows SQL 2016 Enterprise On The Azure Portal Cloud12/16/2016 11:33:00 AM. In this article, you will learn about installing Windows SQL 2016 Enterprise on the Azure Portal Cloud.
  • Enabling SQLCLR in SQL20054/21/2016 7:30:27 AM. This video shows enabling SQLCLR through, Surface area configuration tool.
  • Creating C# function and Deploying it as SQLServer Function4/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.
  • ngClick And ngDblclick Directives In AngularJS12/17/2015 1:31:14 PM. In this article we will discuss about ngClick and ngDbclick directives in AngularJS.
  • ADO.NET FAQ's: Part I9/15/2014 6:33:26 AM. This is the Part I of ADO.NET. In this section we will touch base on one of important concepts in ADO.NET.
  • Control Chart Using .Net7/14/2014 9:10:17 PM. The purpose of this article is to make a simple Control Bar Chart for measuring systems like Camshafts, Crankshafts and Master Settings and so on.
  • ng-dblclick Directive of AngularJS1/12/2014 8:52:54 PM. This article explains the ng-dblclick directive of AngularJS.
  • Double Click Event in AngularJS12/31/2013 7:10:45 PM. This article describes Double Click Event of AngularJS and the ng-dblclick directive of AngularJS.
  • SQLCLR Debugging5/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.
  • Horoscope Unit of Mobile Site5/19/2012 6:53:14 AM. Horoscope Service for Your Mobile.
  • Word Jumble In Mobile5/19/2012 6:40:38 AM. Here is an application where u can Play Word Jumble in Mobile.
  • Fill Methods in GDI+1/30/2012 11:08:42 PM. In this article I will explain about Fill Methods in GDI+.
  • AutoCompleteCustomSource in C#5/26/2011 3:36:52 PM. Sample use of AutoCompleteCustomSource with data obtained from values in a column of a database table.
  • Introduction about SQL Transaction10/7/2010 6:13:26 AM. This article explains about the SQL Transaction and need of this transaction.
  • How Do I Choose a Data Provider?12/21/2009 7:15:27 AM. In this article I will explain about How Do I Choose a Data Provider?
  • Overview of ADO.NET Namespaces and Classes10/6/2009 1:07:49 AM. In this article I will explain about ADO.NET namespaces and classes.
  • Real Life SQL and .NET :Using SQL with C#: Part VIII10/27/2006 1:15:53 AM. Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.
  • Real Life SQL and .NET: Part XII2/5/2006 11:48:16 PM. Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.
  • Real Life SQL and .NET : Using SQL with C#: Part IX2/5/2006 11:08:35 PM. Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.
  • Edit/Update a Chosen Database Record1/3/2006 1:08:02 AM. This article and available source code shows how to edit and update a database record through a DataGrid control
  • SQLCLR Debugging10/24/2005 12:00:42 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.