<?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>C# &#8211; NetKalon</title>
	<atom:link href="https://netkalon.com/blog/category/c/feed/" rel="self" type="application/rss+xml" />
	<link>https://netkalon.com</link>
	<description> Explore tech world happening around you</description>
	<lastBuildDate>Thu, 03 Aug 2017 09:10:19 +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>C# &#8211; NetKalon</title>
	<link>https://netkalon.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Learn MVC Using Angular Dynamic Control In DataTables</title>
		<link>https://netkalon.com/blog/learn-mvc-using-angular-dynamic-control-in-datatables/</link>
					<comments>https://netkalon.com/blog/learn-mvc-using-angular-dynamic-control-in-datatables/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Thu, 03 Aug 2017 09:10:19 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[AngularJS]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=765</guid>

					<description><![CDATA[Introduction In this article, we will learn MVC using Angular data binding for dynamic control in DataTables from a server side Web API using Visual Studio 2017. In this article, we are going to: Create a Database. Create a Store procedure. Create an MVC Application. Use Angular DataTables Dynamic Control. Create Database Open SQL Server [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/learn-mvc-using-angular-dynamic-control-in-datatables/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 MVC Using Angular File Upload</title>
		<link>https://netkalon.com/blog/learn-mvc-using-angular-file-upload/</link>
					<comments>https://netkalon.com/blog/learn-mvc-using-angular-file-upload/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Fri, 23 Jun 2017 01:39:40 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[AngularJS]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=471</guid>

					<description><![CDATA[Introduction This article demonstrates learning MVC using Angular File Upload and Bootstrap Filestyle in Visual Studio 2017. Angular File Upload Angular File Upload supports native Html5 uploads. It works with any server side platform which supports standard HTML form uploads. When a file is added to the queue, it creates a file item and uploader [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/learn-mvc-using-angular-file-upload/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Convert Table Data To List Using Reflection</title>
		<link>https://netkalon.com/blog/convert-table-data-to-list-using-reflection/</link>
					<comments>https://netkalon.com/blog/convert-table-data-to-list-using-reflection/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 12 Jun 2017 06:07:34 +0000</pubDate>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=439</guid>

					<description><![CDATA[In this blog, learn how to convert table data into list data using Reflection and LINQ. You can use the data passing from the server side to the client side. Reflection You can use Reflection to dynamically create an instance of a type, bind the type to an existing object, or get the type from [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/convert-table-data-to-list-using-reflection/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Learn WPF Using Google Place API</title>
		<link>https://netkalon.com/blog/learn-wpf-using-google-place-api/</link>
					<comments>https://netkalon.com/blog/learn-wpf-using-google-place-api/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Tue, 06 Jun 2017 01:51:11 +0000</pubDate>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Google Place API]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WPF]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=431</guid>

					<description><![CDATA[Introduction In this article, we will learn WPF using Google Place API with the WPF control web browser in Visual Studio 2015. In this article, we are going to: Create a WPF Application. Using Google Place API. Configure the API. Create a WPF Application Open Visual Studio 2015 Select the File menu &#62;New &#62; Click [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/learn-wpf-using-google-place-api/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 Angular Pie Chart</title>
		<link>https://netkalon.com/blog/learn-mvc-using-angular-pie-chart/</link>
					<comments>https://netkalon.com/blog/learn-mvc-using-angular-pie-chart/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Tue, 23 May 2017 19:06:35 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Chart]]></category>
		<category><![CDATA[AngularJS]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=359</guid>

					<description><![CDATA[Introduction In this article, we will learn MVC, using Angular Pie Chart, which is used for two types of UI, which are given below. Angular Knob Pie Chart. Angular Easy Pie Chart. Angular Knob Output 1 Create MVC Project Open Visual Studio 2015. Go to New menu &#62; click New and then project. Now, it [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/learn-mvc-using-angular-pie-chart/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>
	</channel>
</rss>
