<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MS-SQL &#8211; NetKalon</title>
	<atom:link href="https://netkalon.com/blog/category/ms-sql/feed/" rel="self" type="application/rss+xml" />
	<link>https://netkalon.com</link>
	<description> Explore tech world happening around you</description>
	<lastBuildDate>Sat, 03 Sep 2022 17:46:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://netkalon.com/wp-content/uploads/2022/09/cropped-NK1-32x32.png</url>
	<title>MS-SQL &#8211; NetKalon</title>
	<link>https://netkalon.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Learn ASP.NET Core WEB API With Angular 5 Using ngFor</title>
		<link>https://netkalon.com/blog/learn-asp-net-core-web-api-with-angular-5-using-ngfor/</link>
					<comments>https://netkalon.com/blog/learn-asp-net-core-web-api-with-angular-5-using-ngfor/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Tue, 23 Jan 2018 02:13:03 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[ASP.NET Core]]></category>
		<category><![CDATA[MS-SQL]]></category>
		<category><![CDATA[Visual Stidio Code]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Web API]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://netkalon.com/?p=1824</guid>

					<description><![CDATA[Introduction: In this article, we will learn ASP.NET Core web API with angular 5 data binding using with ngFor. • Create SQL Server Database • Create Web API with ASP.NET Core • Install Entity Framework • Create angular 5 Application • Data Binding Using with ngFor Create SQL Server Database: Open your SQL Server, Click [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/learn-asp-net-core-web-api-with-angular-5-using-ngfor/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Convert a Table Column Into a C# Model Class</title>
		<link>https://netkalon.com/blog/how-to-convert-a-table-column-into-a-c-model-class/</link>
					<comments>https://netkalon.com/blog/how-to-convert-a-table-column-into-a-c-model-class/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Sun, 30 Jul 2017 16:21:49 +0000</pubDate>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[MS-SQL]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=756</guid>

					<description><![CDATA[In this blog, I will demonstrate how to convert a table column into a C# model class using stored procedures. This is a very useful tip for any C# programmer. SQL Code Create tables and columns as you need, like given below: CREATE TABLE [dbo].[EmployeeMaster](   [RowId] [bigint] NULL,   [EmpFirstName] [varchar](50) NULL,   [EmpLastName] [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/how-to-convert-a-table-column-into-a-c-model-class/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Learn AWS With MS-SQL(DB) Using SQL Client</title>
		<link>https://netkalon.com/blog/learn-aws-with-ms-sqldb-using-sql-client/</link>
					<comments>https://netkalon.com/blog/learn-aws-with-ms-sqldb-using-sql-client/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 03 Jul 2017 03:06:22 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[MS-SQL]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=550</guid>

					<description><![CDATA[Introduction In this article, we will learn about Amazon web service with MS-SQL database using local ms-sql management studio. Requirements Register AWS console SQL Server Management Server Let’s start Create SQL Database in AWS You want to login to the AWS console here. If you have no login register new users here. After registering amazon will provide [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/learn-aws-with-ms-sqldb-using-sql-client/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Learn MVC Using Angular Wizard</title>
		<link>https://netkalon.com/blog/learn-mvc-using-angular-wizard/</link>
					<comments>https://netkalon.com/blog/learn-mvc-using-angular-wizard/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Tue, 06 Jun 2017 01:45:08 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MS-SQL]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[AngularJS]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=411</guid>

					<description><![CDATA[Introduction In this article, we will learn MVC using Angular Wizard and Datatable from the server side, and work with the stored procedure using Visual Studio 2015. Why Use Wizard? Wizard means the process is moved step-by-step. It allows you to logically divide the groups of data. That way, the user can enter valuable data. [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/learn-mvc-using-angular-wizard/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Learn MVC Using AngularJS And Crystal Report</title>
		<link>https://netkalon.com/blog/learn-mvc-using-angularjs-and-crystal-report/</link>
					<comments>https://netkalon.com/blog/learn-mvc-using-angularjs-and-crystal-report/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Tue, 23 May 2017 02:53:40 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Crystal Report]]></category>
		<category><![CDATA[MS-SQL]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[AngularJS]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=344</guid>

					<description><![CDATA[Introduction In this article, we will learn MVC, using AngularJS and Crystal Report to help us handle server side data, using Visual Studio 2015. What Is Crystal Report? Crystal Report is a business intelligence application. Crystal Report is powered by SAP. It is used to design and generate reports from a wide range of data sources. [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/learn-mvc-using-angularjs-and-crystal-report/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Learn MVC Using Angular Datatable</title>
		<link>https://netkalon.com/blog/learn-mvc-using-angular-datatable/</link>
					<comments>https://netkalon.com/blog/learn-mvc-using-angular-datatable/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Wed, 10 May 2017 16:25:58 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MS-SQL]]></category>
		<category><![CDATA[AngularJS]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=339</guid>

					<description><![CDATA[Introduction In this article, we will learn how to use MVC, using Angular&#8217;s data binding functionality to create a datatable from the server side with the stored procedures. Why Use Angular Datatable? Datatable is great for loading a large amount of data. The table is designed to be extremely flexible and lightweight. Some main features are [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/learn-mvc-using-angular-datatable/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Convert Table Column Into C# Model Class</title>
		<link>https://netkalon.com/blog/convert-table-column-into-c-model-class/</link>
					<comments>https://netkalon.com/blog/convert-table-column-into-c-model-class/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Tue, 09 May 2017 01:01:50 +0000</pubDate>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[MS-SQL]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=495</guid>

					<description><![CDATA[In this blog, I will demonstrate how to convert a table column into a C# model class, using stored procedure. This is a very useful phenomenon for most of the C# programmers. SQL Code Create table and column as you need, like given below. CREATE TABLE [dbo].[EmployeeMaster](     [RowId] [bigint] NULL,     [EmpFirstName] [varchar](50) NULL,     [EmpLastName] [varchar](50) NULL,     [PhoneNo] [bigint] NULL,     [City] [bigint] NULL,     [Address] [varchar](500) NULL,     [DateOfBirth] [datetime] NULL,     [Gender] [int] NULL,     [MaritalStatus] [bit] NULL,     [EmpStatus] [bit] NULL [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/convert-table-column-into-c-model-class/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MS-SQL Convert String To Table List</title>
		<link>https://netkalon.com/blog/ms-sql-convert-string-to-table-list/</link>
					<comments>https://netkalon.com/blog/ms-sql-convert-string-to-table-list/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Thu, 30 Mar 2017 15:40:28 +0000</pubDate>
				<category><![CDATA[MS-SQL]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=254</guid>

					<description><![CDATA[In this blog, I will demonstrate how to convert string into table list the dynamically using MS-SQL user define function. Create a function: When we start programming in any language, mostly we use loop &#38; every time to hit server side code for list data. This function helpful to reduce our server side code &#38; [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/ms-sql-convert-string-to-table-list/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
