<?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/tag/ms-sql/feed/" rel="self" type="application/rss+xml" />
	<link>https://netkalon.com</link>
	<description> Explore tech world happening around you</description>
	<lastBuildDate>Sun, 18 Feb 2024 06:34:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</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 MVC with MSSQL Using Dapper ORM (RESTful)</title>
		<link>https://netkalon.com/blog/learn-asp-net-core-mvc-with-mssql-using-dapper-orm-restful/</link>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Tue, 01 Jan 2019 15:23:26 +0000</pubDate>
				<category><![CDATA[ASP.NET Core]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Web API]]></category>
		<category><![CDATA[Dapper]]></category>
		<category><![CDATA[MS-SQL]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<guid isPermaLink="false">https://netkalon.com/?p=3017</guid>

					<description><![CDATA[Dapper is simple object mapper for .NET and it is virtually as fast as using a raw ADO.NET data reader. An ORM is an Object Relational Mapper, Which is responsible for mapping between database and programming language. For that reason it is called King of micro ORM ]]></description>
		
		
		
			</item>
		<item>
		<title>Learn About Azure SQL Server Using VS Code</title>
		<link>https://netkalon.com/blog/learn-about-azure-sql-server-using-vs-code/</link>
					<comments>https://netkalon.com/blog/learn-about-azure-sql-server-using-vs-code/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Sun, 19 Aug 2018 07:55:56 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Stidio Code]]></category>
		<category><![CDATA[MS-SQL]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://netkalon.com/?p=2780</guid>

					<description><![CDATA[Microsoft Azure is providing cloud-based SQL Server. It can quickly scale up or down on database size as business needs. In this blog, we can understand about how to create SQL Server in Microsoft Azure portal and using with visual studio code Let’s get started Create Azure SQL Server: Login your azure portal Then click [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/learn-about-azure-sql-server-using-vs-code/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<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>How to Use the SQL Helper Class to Create Web APIs</title>
		<link>https://netkalon.com/blog/how-to-use-the-sql-helper-class-to-create-web-apis/</link>
					<comments>https://netkalon.com/blog/how-to-use-the-sql-helper-class-to-create-web-apis/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Thu, 27 Jul 2017 14:24:39 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Web API]]></category>
		<category><![CDATA[MS-SQL]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=752</guid>

					<description><![CDATA[The SQL Helper class is used in the Data Access Layer, which interacts with a database with the help of connection strings provided. It contains several methods, as shown below. And it improves the performance for the Business Layer and Data Access Layer.  ExecuteNonQuery   ExecuteDataset  ExecuteDataTable   ExecuteReader   ExcuteScalar  ASP.NET Web API The ASP.NET Web API [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/how-to-use-the-sql-helper-class-to-create-web-apis/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>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>
