<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>TechSapphire</title>
		<link>http://techsapphire.in/</link>
		<description></description>
		<lastBuildDate>Thu, 15 Sep 2016 06:06:27 GMT</lastBuildDate>
		<generator>uCoz Web-Service</generator>
		<atom:link href="http://www.techsapphire.in/news/rss" rel="self" type="application/rss+xml" />
		
		<item>
			<title>Code snippets and steps to create custom code snippets</title>
			<description>&lt;h1&gt;Code snippets and steps to create custom code snippets&lt;/h1&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/IfENsQ-FVGc&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;Code snippets are meant as small region of reusable code. Which allow you to use intellisense to insert set of code N number of times. Below are the content you will cover in lecture. Using code snippets can save a lot of time and effort. Also help in distributing common standard code among team.&lt;/p&gt;

&lt;p&gt;&amp;bull; Code Snippets &amp;ndash; Introduction&lt;br /&gt;
&amp;bull; Ways to insert code snippets&lt;br /&gt;
&amp;bull; Custom Code Snippets&lt;br /&gt;
&amp;bull; XML File walkthrough&lt;br /&gt;
&amp;bull; Examples&lt;br /&gt;
&amp;bull; Using the custom snippets&lt;/p&gt;

&lt;p&gt;&amp;bull; Ready made code fragments&lt;br /&gt;
&amp;bull; Two types&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;bull; Expansion code snippet&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;bull; Surround with code snippet&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
Custom code snippets:&lt;br /&gt;
&amp;bull; Steps to create custom code snippet&lt;br /&gt;
&amp;bull; Create an XML file w...</description>
			<content:encoded>&lt;h1&gt;Code snippets and steps to create custom code snippets&lt;/h1&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/IfENsQ-FVGc&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;Code snippets are meant as small region of reusable code. Which allow you to use intellisense to insert set of code N number of times. Below are the content you will cover in lecture. Using code snippets can save a lot of time and effort. Also help in distributing common standard code among team.&lt;/p&gt;

&lt;p&gt;&amp;bull; Code Snippets &amp;ndash; Introduction&lt;br /&gt;
&amp;bull; Ways to insert code snippets&lt;br /&gt;
&amp;bull; Custom Code Snippets&lt;br /&gt;
&amp;bull; XML File walkthrough&lt;br /&gt;
&amp;bull; Examples&lt;br /&gt;
&amp;bull; Using the custom snippets&lt;/p&gt;

&lt;p&gt;&amp;bull; Ready made code fragments&lt;br /&gt;
&amp;bull; Two types&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;bull; Expansion code snippet&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;bull; Surround with code snippet&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
Custom code snippets:&lt;br /&gt;
&amp;bull; Steps to create custom code snippet&lt;br /&gt;
&amp;bull; Create an XML file with extension .snippet&lt;br /&gt;
&amp;bull; Import the snippets in Visual Studio&lt;br /&gt;
&amp;bull; XML File boilerplate&lt;/p&gt;

&lt;p&gt;&lt;a download=&quot;&quot; href=&quot;http://www.techsapphire.in/CustomCodeSnippet.xml&quot;&gt;Download CustomerCodeSnippert.xml&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;XML used for custom code snippet in video is:&lt;/p&gt;

&lt;p&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&amp;gt;&amp;nbsp;&lt;br /&gt;
&lt;CodeSnippets xmlns=&quot;http://schemas.microsoft.com/VisualStudio/CodeSnippet&quot;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &lt;CodeSnippet Format=&quot;1.0.0&quot;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;!-- The header contains metadata about the snippet --&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;Header&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;!-- The Title of the snippet, this will be shown in the snippets manager --&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;Title&amp;gt;&lt;/Title&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;!-- The description of the snippet --&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;Description&amp;gt;&lt;/Description&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;!-- The author of the snippet --&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;Author&amp;gt;&lt;/Author&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;!-- The set of characters that must be keyed in to insert the snippet --&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;Shortcut&amp;gt;&lt;/Shortcut&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;!-- Snippet type - Expansion, SurroundsWith --&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;SnippetTypes&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;SnippetType&amp;gt;&lt;/SnippetType&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/SnippetTypes&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/Header&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;!-- Snippet code and literals, if any --&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;Snippet&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;!-- Specify the code language and the actual snippet content. --&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;Code Language=&quot;CSharp&quot;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;![CDATA[&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ACTUAL SNIPPET CODE&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ]]&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/Code&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/Snippet&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &lt;/CodeSnippet&amp;gt;&lt;br /&gt;
&lt;/CodeSnippets&amp;gt;&lt;/p&gt;

&lt;p&gt;&lt;a download=&quot;&quot; href=&quot;http://www.techsapphire.in/CustomCodeSnippet.xml&quot;&gt;Download CustomerCodeSnippert.xml&lt;/a&gt;&lt;/p&gt;</content:encoded>
			<link>http://www.techsapphire.in/news/code_snippets_and_steps_to_create_custom_code_snippets/2016-09-15-68</link>
			<category>Programming</category>
			<dc:creator>Admin</dc:creator>
			<guid>http://www.techsapphire.in/news/code_snippets_and_steps_to_create_custom_code_snippets/2016-09-15-68</guid>
			<pubDate>Thu, 15 Sep 2016 06:06:27 GMT</pubDate>
		</item>
		<item>
			<title>Keypress event in WPF to validate integer input is replaced by PreviewTextInput in C#</title>
			<description>&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size:14px;&quot;&gt;Keypress event in WPF to validate integer input is replaced by PreviewTextInput in C#&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/MDWRJwmwo5k&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;In WPF we don&apos;t have keypress event, generally people used keypress event in windows forms application to validate text input. Now in this example I have showed how you can validate&amp;nbsp;input from textbox using PreviewTextInput event. In this example I validated input to accept float values, you can use this to validate integer or any other number type validation.&lt;/p&gt;

&lt;p&gt;Code used in example is:&lt;/p&gt;

&lt;p&gt;XAML:&lt;/p&gt;

&lt;p&gt;&lt;Window x:Class=&quot;TestApplication.MainWindow&quot;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns=&quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&quot;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns:x=&quot;http://schemas.microsoft.com/winfx/2006/xaml&quot;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; ...</description>
			<content:encoded>&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size:14px;&quot;&gt;Keypress event in WPF to validate integer input is replaced by PreviewTextInput in C#&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/MDWRJwmwo5k&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;In WPF we don&apos;t have keypress event, generally people used keypress event in windows forms application to validate text input. Now in this example I have showed how you can validate&amp;nbsp;input from textbox using PreviewTextInput event. In this example I validated input to accept float values, you can use this to validate integer or any other number type validation.&lt;/p&gt;

&lt;p&gt;Code used in example is:&lt;/p&gt;

&lt;p&gt;XAML:&lt;/p&gt;

&lt;p&gt;&lt;Window x:Class=&quot;TestApplication.MainWindow&quot;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns=&quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&quot;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns:x=&quot;http://schemas.microsoft.com/winfx/2006/xaml&quot;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Title=&quot;MainWindow&quot; Height=&quot;350&quot; Width=&quot;525&quot;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &lt;Grid&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;TextBox Width=&quot;400&quot; Height=&quot;50&quot; PreviewTextInput=&quot;TextBox_PreviewTextInput&quot; &amp;nbsp; &amp;nbsp;/&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &lt;/Grid&amp;gt;&lt;br /&gt;
&lt;/Window&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;C#:&lt;/p&gt;

&lt;div class=&quot;code&quot;&gt;
&lt;pre style=&quot;font-size: 13.3333px; color: rgb(0, 0, 0); font-family: &apos;Courier New&apos;; margin-top: 0px; margin-bottom: 0px; line-height: 20.8px; border: 1px dashed rgb(204, 204, 204); overflow-x: auto; overflow-y: hidden; padding: 0px; word-wrap: normal; background: rgb(240, 240, 240);&quot;&gt;
&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;using&lt;/span&gt; System;
&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;using&lt;/span&gt; System.Collections.Generic;
&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;using&lt;/span&gt; System.Linq;
&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;using&lt;/span&gt; System.Text;
&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;using&lt;/span&gt; System.Threading.Tasks;
&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;using&lt;/span&gt; System.Windows;
&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;using&lt;/span&gt; System.Windows.Controls;
&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;using&lt;/span&gt; System.Windows.Data;
&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;using&lt;/span&gt; System.Windows.Documents;
&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;using&lt;/span&gt; System.Windows.Input;
&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;using&lt;/span&gt; System.Windows.Media;
&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;using&lt;/span&gt; System.Windows.Media.Imaging;
&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;using&lt;/span&gt; System.Windows.Navigation;
&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;using&lt;/span&gt; System.Windows.Shapes;
&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;namespace&lt;/span&gt; TestApplication {
 &lt;span class=&quot;comment2&quot; style=&quot;color: rgb(128, 128, 128);&quot;&gt;///&lt;/span&gt;&lt;span class=&quot;comment&quot; style=&quot;color: rgb(0, 128, 0);&quot;&gt; &lt;/span&gt;&lt;span class=&quot;comment2&quot; style=&quot;color: rgb(128, 128, 128);&quot;&gt;&lt;summary&amp;gt;&lt;/span&gt;
 &lt;span class=&quot;comment2&quot; style=&quot;color: rgb(128, 128, 128);&quot;&gt;///&lt;/span&gt;&lt;span class=&quot;comment&quot; style=&quot;color: rgb(0, 128, 0);&quot;&gt; Interaction logic for MainWindow.xaml&lt;/span&gt;
 &lt;span class=&quot;comment2&quot; style=&quot;color: rgb(128, 128, 128);&quot;&gt;///&lt;/span&gt;&lt;span class=&quot;comment&quot; style=&quot;color: rgb(0, 128, 0);&quot;&gt; &lt;/span&gt;&lt;span class=&quot;comment2&quot; style=&quot;color: rgb(128, 128, 128);&quot;&gt;&lt;/summary&amp;gt;&lt;/span&gt;
 &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;public&lt;/span&gt; &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;partial&lt;/span&gt; &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;class&lt;/span&gt; &lt;span class=&quot;type&quot; style=&quot;color: rgb(43, 145, 175);&quot;&gt;MainWindow&lt;/span&gt;: &lt;span class=&quot;type&quot; style=&quot;color: rgb(43, 145, 175);&quot;&gt;Window&lt;/span&gt; {
 &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;public&lt;/span&gt; MainWindow() {
 InitializeComponent();
 }

 &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;private&lt;/span&gt; &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;void&lt;/span&gt; TextBox_PreviewTextInput(&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;object&lt;/span&gt; sender, &lt;span class=&quot;type&quot; style=&quot;color: rgb(43, 145, 175);&quot;&gt;TextCompositionEventArgs&lt;/span&gt; e) {
 &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;if&lt;/span&gt; (e.&lt;span class=&quot;type&quot; style=&quot;color: rgb(43, 145, 175);&quot;&gt;Text&lt;/span&gt; != &lt;span class=&quot;string&quot; style=&quot;color: rgb(163, 21, 21);&quot;&gt;&quot;.&quot;&lt;/span&gt; &amp;amp;&amp;amp; IsNumber(e.&lt;span class=&quot;type&quot; style=&quot;color: rgb(43, 145, 175);&quot;&gt;Text&lt;/span&gt;) == &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;false&lt;/span&gt;) {
 e.Handled = &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;true&lt;/span&gt;;
 } &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;else&lt;/span&gt; &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;if&lt;/span&gt; (e.&lt;span class=&quot;type&quot; style=&quot;color: rgb(43, 145, 175);&quot;&gt;Text&lt;/span&gt; == &lt;span class=&quot;string&quot; style=&quot;color: rgb(163, 21, 21);&quot;&gt;&quot;.&quot;&lt;/span&gt;) {
 &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;if&lt;/span&gt; (((&lt;span class=&quot;type&quot; style=&quot;color: rgb(43, 145, 175);&quot;&gt;TextBox&lt;/span&gt;) sender).&lt;span class=&quot;type&quot; style=&quot;color: rgb(43, 145, 175);&quot;&gt;Text&lt;/span&gt;.IndexOf(e.&lt;span class=&quot;type&quot; style=&quot;color: rgb(43, 145, 175);&quot;&gt;Text&lt;/span&gt;) &amp;gt; -1) {
 e.Handled = &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;true&lt;/span&gt;;
 }
 }
 }
 &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;private&lt;/span&gt; &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;bool&lt;/span&gt; IsNumber(&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;string&lt;/span&gt; Text) {
 &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;int&lt;/span&gt; output;
 &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;return&lt;/span&gt; int.TryParse(&lt;span class=&quot;type&quot; style=&quot;color: rgb(43, 145, 175);&quot;&gt;Text&lt;/span&gt;, &lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;out&lt;/span&gt; output);
 }
 }
}&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;</content:encoded>
			<link>http://www.techsapphire.in/news/keypress_event_in_wpf_to_validate_integer_input_is_replaced_by_previewtextinput_in_c/2016-03-06-67</link>
			<category>Programming</category>
			<dc:creator>Admin</dc:creator>
			<guid>http://www.techsapphire.in/news/keypress_event_in_wpf_to_validate_integer_input_is_replaced_by_previewtextinput_in_c/2016-03-06-67</guid>
			<pubDate>Sat, 05 Mar 2016 21:29:53 GMT</pubDate>
		</item>
		<item>
			<title>SQL server 100% CPU usage fix</title>
			<description>&lt;h1 class=&quot;creator-editor-title&quot; style=&quot;margin: 8px 0px; padding: 0px; border: 0px; font-size: 18px; line-height: 1em; color: rgb(0, 0, 0); font-family: Roboto, arial, sans-serif; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;&quot;&gt;&lt;span style=&quot;font-size:24px;&quot;&gt;&lt;strong&gt;&lt;a dir=&quot;ltr&quot; href=&quot;https://www.youtube.com/watch?v=98c8spD5k5s&quot; id=&quot;creator-editor-title-link&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; color: rgb(51, 51, 51); cursor: pointer; text-decoration: none; max-width: 700px; height: 1.1em; display: inline-block; overflow: hidden; white-space: nowrap; word-wrap: normal; text-overflow: ellipsis; background: transparent;&quot; title=&quot;SQL server 100% CPU usage fix&quot;&gt;SQL server 100% CPU usage fix&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;This issue is very common and commonly faced by DBA, developers and server management team on production server i.e. ...</description>
			<content:encoded>&lt;h1 class=&quot;creator-editor-title&quot; style=&quot;margin: 8px 0px; padding: 0px; border: 0px; font-size: 18px; line-height: 1em; color: rgb(0, 0, 0); font-family: Roboto, arial, sans-serif; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;&quot;&gt;&lt;span style=&quot;font-size:24px;&quot;&gt;&lt;strong&gt;&lt;a dir=&quot;ltr&quot; href=&quot;https://www.youtube.com/watch?v=98c8spD5k5s&quot; id=&quot;creator-editor-title-link&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; color: rgb(51, 51, 51); cursor: pointer; text-decoration: none; max-width: 700px; height: 1.1em; display: inline-block; overflow: hidden; white-space: nowrap; word-wrap: normal; text-overflow: ellipsis; background: transparent;&quot; title=&quot;SQL server 100% CPU usage fix&quot;&gt;SQL server 100% CPU usage fix&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;This issue is very common and commonly faced by DBA, developers and server management team on production server i.e. SQL server leads into 100% CPU usage and also start consuming all available memory. Now most of the time you have seen technical people restarting sql services, or killing long running processes and even restarting complete server, and they can avoid this situation. Before starting any thing I would like to discuss a common myth people have that&amp;nbsp;this is happening because of long running queries only. Which is not all ways true, some times:&lt;/p&gt;
&lt;ul&gt;
 &lt;li&gt;Longer running query can be problem&lt;/li&gt;
 &lt;li&gt;Query having maximum worker time are also problem&lt;/li&gt;
 &lt;li&gt;Query execution count can also cause problem&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now in order to fix this issue you have to go through below video:&lt;/p&gt;
&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/98c8spD5k5s&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.techsapphire.in/index/sql_server_100_cpu_usage_fix/0-166&quot;&gt;For reading complete article click here.&lt;/a&gt;&lt;/p&gt;</content:encoded>
			<link>http://www.techsapphire.in/news/sql_server_100_cpu_usage_fix/2015-10-05-66</link>
			<category>Database</category>
			<dc:creator>Admin</dc:creator>
			<guid>http://www.techsapphire.in/news/sql_server_100_cpu_usage_fix/2015-10-05-66</guid>
			<pubDate>Mon, 05 Oct 2015 06:05:27 GMT</pubDate>
		</item>
		<item>
			<title>C# best practices</title>
			<description>&lt;p&gt;&lt;strong&gt;C# Best Practices&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In this article I have focused on practical aspect more, and also I have not included basic practices as you can learn them from any article available online. I have tried to cover basic practices which will minimize your coding effort as well as it will make your code more manageable and also will reduce run time exceptions.&lt;/p&gt;

&lt;p&gt;Topics covered in today&amp;rsquo;s lecture are:&lt;/p&gt;

&lt;ul&gt;
 &lt;li&gt;Common Coding Guidelines&lt;/li&gt;
 &lt;li&gt;SQL Helper Class&lt;/li&gt;
 &lt;li&gt;Using Lamda expression or LINQ&lt;/li&gt;
 &lt;li&gt;Some common tips&lt;/li&gt;
 &lt;li&gt;Cross resolution design&lt;/li&gt;
 &lt;li&gt;LINQ operators and operations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/ZSErmqe_1Qc&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.techsapphire.in/index/c_best_practices/0-165&quot;&gt;To read full article click below:&lt;/a&gt;&lt;/p&gt;</description>
			<content:encoded>&lt;p&gt;&lt;strong&gt;C# Best Practices&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In this article I have focused on practical aspect more, and also I have not included basic practices as you can learn them from any article available online. I have tried to cover basic practices which will minimize your coding effort as well as it will make your code more manageable and also will reduce run time exceptions.&lt;/p&gt;

&lt;p&gt;Topics covered in today&amp;rsquo;s lecture are:&lt;/p&gt;

&lt;ul&gt;
 &lt;li&gt;Common Coding Guidelines&lt;/li&gt;
 &lt;li&gt;SQL Helper Class&lt;/li&gt;
 &lt;li&gt;Using Lamda expression or LINQ&lt;/li&gt;
 &lt;li&gt;Some common tips&lt;/li&gt;
 &lt;li&gt;Cross resolution design&lt;/li&gt;
 &lt;li&gt;LINQ operators and operations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/ZSErmqe_1Qc&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.techsapphire.in/index/c_best_practices/0-165&quot;&gt;To read full article click below:&lt;/a&gt;&lt;/p&gt;</content:encoded>
			<link>http://www.techsapphire.in/news/c_best_practices/2015-09-18-65</link>
			<category>Programming</category>
			<dc:creator>Admin</dc:creator>
			<guid>http://www.techsapphire.in/news/c_best_practices/2015-09-18-65</guid>
			<pubDate>Fri, 18 Sep 2015 07:20:18 GMT</pubDate>
		</item>
		<item>
			<title>Error: Subreport could not be shown. RDLC using with ASP.NET.</title>
			<description>&lt;h2&gt;&lt;strong&gt;Error: Subreport could not be shown. RDLC using with ASP.NET.&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/Q6lsB-S6jO4&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;This exception is thrown only in 3 cases:&lt;br /&gt;
1. Parameter is not passed to sub report&lt;br /&gt;
2. Parameter which is been passed is not been created on sub report&lt;br /&gt;
3. Data type of parameter on main report and sub report is not matching up.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.techsapphire.in/index/error_subreport_could_not_be_shown_rdlc_using_with_asp_net/0-163&quot;&gt;To view complete article click here.&lt;/a&gt;&lt;/p&gt;</description>
			<content:encoded>&lt;h2&gt;&lt;strong&gt;Error: Subreport could not be shown. RDLC using with ASP.NET.&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/Q6lsB-S6jO4&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;This exception is thrown only in 3 cases:&lt;br /&gt;
1. Parameter is not passed to sub report&lt;br /&gt;
2. Parameter which is been passed is not been created on sub report&lt;br /&gt;
3. Data type of parameter on main report and sub report is not matching up.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.techsapphire.in/index/error_subreport_could_not_be_shown_rdlc_using_with_asp_net/0-163&quot;&gt;To view complete article click here.&lt;/a&gt;&lt;/p&gt;</content:encoded>
			<link>http://www.techsapphire.in/news/error_subreport_could_not_be_shown_rdlc_using_with_asp_net/2015-07-15-64</link>
			<category>Programming</category>
			<dc:creator>Admin</dc:creator>
			<guid>http://www.techsapphire.in/news/error_subreport_could_not_be_shown_rdlc_using_with_asp_net/2015-07-15-64</guid>
			<pubDate>Wed, 15 Jul 2015 10:53:04 GMT</pubDate>
		</item>
		<item>
			<title>Uploading and downloading file on SFTP using private key in .NET using SharpSSH</title>
			<description>&lt;p&gt;&lt;span style=&quot;font-size:14px;&quot;&gt;&lt;strong&gt;Uploading and downloading file on SFTP using private key in .NET using SharpSSH&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Topic to cover:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Connecting SFTP using Private Key using .NET console App&lt;br /&gt;
&amp;bull; Downloading and Uploading File&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For complete SFTP operation in detail check link below:&lt;/strong&gt;&lt;br /&gt;
Article: http://www.techsapphire.in/index/sftp_download_upload_and_delete_file_using_sharpssh_library/0-150&lt;br /&gt;
Video: https://youtu.be/VVqh0BCgFpM&lt;/p&gt;

&lt;p&gt;Library used&amp;nbsp;Sharpssh. To install:&lt;/p&gt;

&lt;p&gt;&amp;bull; Got to Tools:&amp;gt;Library Package Manager:&amp;gt;Manage NuGet Pankages for solutions&lt;/p&gt;

&lt;p&gt;&amp;bull; Search SharpSSh&lt;/p&gt;

&lt;p&gt;&amp;bull; Install&lt;/p&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/uiMsTmjZOcw&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.techsapphire.in/index/uploading_and_downloading_file_on_sftp_using_private_key_in_net_using_sharpssh/0-162&quot;&gt;To view comple...</description>
			<content:encoded>&lt;p&gt;&lt;span style=&quot;font-size:14px;&quot;&gt;&lt;strong&gt;Uploading and downloading file on SFTP using private key in .NET using SharpSSH&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Topic to cover:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Connecting SFTP using Private Key using .NET console App&lt;br /&gt;
&amp;bull; Downloading and Uploading File&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For complete SFTP operation in detail check link below:&lt;/strong&gt;&lt;br /&gt;
Article: http://www.techsapphire.in/index/sftp_download_upload_and_delete_file_using_sharpssh_library/0-150&lt;br /&gt;
Video: https://youtu.be/VVqh0BCgFpM&lt;/p&gt;

&lt;p&gt;Library used&amp;nbsp;Sharpssh. To install:&lt;/p&gt;

&lt;p&gt;&amp;bull; Got to Tools:&amp;gt;Library Package Manager:&amp;gt;Manage NuGet Pankages for solutions&lt;/p&gt;

&lt;p&gt;&amp;bull; Search SharpSSh&lt;/p&gt;

&lt;p&gt;&amp;bull; Install&lt;/p&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/uiMsTmjZOcw&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.techsapphire.in/index/uploading_and_downloading_file_on_sftp_using_private_key_in_net_using_sharpssh/0-162&quot;&gt;To view complete article click here&lt;/a&gt;&lt;/p&gt;</content:encoded>
			<link>http://www.techsapphire.in/news/uploading_and_downloading_file_on_sftp_using_private_key_in_net_using_sharpssh/2015-07-09-63</link>
			<category>Programming</category>
			<dc:creator>Admin</dc:creator>
			<guid>http://www.techsapphire.in/news/uploading_and_downloading_file_on_sftp_using_private_key_in_net_using_sharpssh/2015-07-09-63</guid>
			<pubDate>Thu, 09 Jul 2015 07:24:28 GMT</pubDate>
		</item>
		<item>
			<title>SQL for Beginners</title>
			<description>&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size:22px;&quot;&gt;SQL for Beginners&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/Fg3DI8stjPI&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SQL (Structured Query Language)&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
 &lt;li&gt;It is high level language which provide you capability to query data from any structured data source (Tables).&amp;nbsp;&lt;/li&gt;
 &lt;li&gt;High level language means language which is used by us to communicate (English).&amp;nbsp;&lt;/li&gt;
 &lt;li&gt;For learning, we will be using online SQL editor provided by W3C.&lt;/li&gt;
 &lt;li&gt;http://www.w3schools.com/sql/trysql.asp?filename=trysql_select_all&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;SQL script:&lt;/p&gt;

&lt;p&gt;SQL Queries:&lt;/p&gt;

&lt;p&gt;Using Wild Card (*) :&lt;br /&gt;
Selecting all data&amp;nbsp;&lt;br /&gt;
SELECT * FROM CUSTOMERS&lt;/p&gt;

&lt;p&gt;Specific Columns:&lt;br /&gt;
SELECT CustomerName, ContactName,Address,&lt;br /&gt;
&amp;nbsp;City FROM CUSTOMERS&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.techsapphire.in/index/sql_for_beginners/0-161&quot;&gt;Click to continue&lt;/a&gt;&lt;/p&gt;</description>
			<content:encoded>&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size:22px;&quot;&gt;SQL for Beginners&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/Fg3DI8stjPI&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SQL (Structured Query Language)&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
 &lt;li&gt;It is high level language which provide you capability to query data from any structured data source (Tables).&amp;nbsp;&lt;/li&gt;
 &lt;li&gt;High level language means language which is used by us to communicate (English).&amp;nbsp;&lt;/li&gt;
 &lt;li&gt;For learning, we will be using online SQL editor provided by W3C.&lt;/li&gt;
 &lt;li&gt;http://www.w3schools.com/sql/trysql.asp?filename=trysql_select_all&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;SQL script:&lt;/p&gt;

&lt;p&gt;SQL Queries:&lt;/p&gt;

&lt;p&gt;Using Wild Card (*) :&lt;br /&gt;
Selecting all data&amp;nbsp;&lt;br /&gt;
SELECT * FROM CUSTOMERS&lt;/p&gt;

&lt;p&gt;Specific Columns:&lt;br /&gt;
SELECT CustomerName, ContactName,Address,&lt;br /&gt;
&amp;nbsp;City FROM CUSTOMERS&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.techsapphire.in/index/sql_for_beginners/0-161&quot;&gt;Click to continue&lt;/a&gt;&lt;/p&gt;</content:encoded>
			<link>http://www.techsapphire.in/news/sql_for_beginners/2015-05-26-62</link>
			<category>Database</category>
			<dc:creator>Admin</dc:creator>
			<guid>http://www.techsapphire.in/news/sql_for_beginners/2015-05-26-62</guid>
			<pubDate>Tue, 26 May 2015 09:29:36 GMT</pubDate>
		</item>
		<item>
			<title>Show data or details in horizontal layout in SSRS</title>
			<description>&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size:14px;&quot;&gt;Show data or details in horizontal layout in SSRS&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/PMrSHGTngpA&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;To show data in horizontal layout like mentioned below:&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.techsapphire.in/Horizontal_Details.png&quot; style=&quot;width: 263px; height: 204px;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.techsapphire.in/index/show_data_or_details_in_horizontal_layout_in_ssrs/0-160&quot;&gt;Click here to continue&lt;/a&gt;&lt;/p&gt;</description>
			<content:encoded>&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size:14px;&quot;&gt;Show data or details in horizontal layout in SSRS&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/PMrSHGTngpA&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;To show data in horizontal layout like mentioned below:&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.techsapphire.in/Horizontal_Details.png&quot; style=&quot;width: 263px; height: 204px;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.techsapphire.in/index/show_data_or_details_in_horizontal_layout_in_ssrs/0-160&quot;&gt;Click here to continue&lt;/a&gt;&lt;/p&gt;</content:encoded>
			<link>http://www.techsapphire.in/news/show_data_or_details_in_horizontal_layout_in_ssrs/2015-05-18-60</link>
			<category>SSRS</category>
			<dc:creator>Admin</dc:creator>
			<guid>http://www.techsapphire.in/news/show_data_or_details_in_horizontal_layout_in_ssrs/2015-05-18-60</guid>
			<pubDate>Mon, 18 May 2015 10:08:14 GMT</pubDate>
		</item>
		<item>
			<title>Generate SSIS in Row Number</title>
			<description>&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;SSIS Row Number&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Generating Row Number in SSIS for each record.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/3vEqXq38To4&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;Steps for Generating Row Numbers are: &lt;a href=&quot;http://www.techsapphire.in/index/generate_row_number_in_ssis/0-159&quot;&gt;Click to Download Project&lt;/a&gt;.&lt;/p&gt;</description>
			<content:encoded>&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;SSIS Row Number&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Generating Row Number in SSIS for each record.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/3vEqXq38To4&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;Steps for Generating Row Numbers are: &lt;a href=&quot;http://www.techsapphire.in/index/generate_row_number_in_ssis/0-159&quot;&gt;Click to Download Project&lt;/a&gt;.&lt;/p&gt;</content:encoded>
			<link>http://www.techsapphire.in/news/generate_ssis_in_row_number/2015-05-05-59</link>
			<category>Database</category>
			<dc:creator>Admin</dc:creator>
			<guid>http://www.techsapphire.in/news/generate_ssis_in_row_number/2015-05-05-59</guid>
			<pubDate>Tue, 05 May 2015 09:15:24 GMT</pubDate>
		</item>
		<item>
			<title>PIVOT SQL Lesson with generating dynamic columns with PIVOT</title>
			<description>&lt;p&gt;&lt;span style=&quot;font-size:14px;&quot;&gt;&lt;strong&gt;PIVOT:&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&amp;bull;Convert your output from (values)vertical order to horizontal(making columns) one&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Topic to cover:&lt;/strong&gt;&lt;br /&gt;
&amp;bull;PIVOT example&lt;br /&gt;
&amp;bull;PIVOT syntax&lt;br /&gt;
&amp;bull;Interview Question&lt;br /&gt;
&amp;bull;PIVOT on northwind&lt;br /&gt;
&amp;bull;Dynamic PIVOT query&lt;/p&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/PECb7QExowY&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.techsapphire.in/index/pivot_sql_lesson_with_generating_dynamic_columns_with_pivot/0-158&quot;&gt;Click to continue&lt;/a&gt;&lt;/p&gt;</description>
			<content:encoded>&lt;p&gt;&lt;span style=&quot;font-size:14px;&quot;&gt;&lt;strong&gt;PIVOT:&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&amp;bull;Convert your output from (values)vertical order to horizontal(making columns) one&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Topic to cover:&lt;/strong&gt;&lt;br /&gt;
&amp;bull;PIVOT example&lt;br /&gt;
&amp;bull;PIVOT syntax&lt;br /&gt;
&amp;bull;Interview Question&lt;br /&gt;
&amp;bull;PIVOT on northwind&lt;br /&gt;
&amp;bull;Dynamic PIVOT query&lt;/p&gt;

&lt;p&gt;&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.techsapphire.in//www.youtube.com/embed/PECb7QExowY&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.techsapphire.in/index/pivot_sql_lesson_with_generating_dynamic_columns_with_pivot/0-158&quot;&gt;Click to continue&lt;/a&gt;&lt;/p&gt;</content:encoded>
			<link>http://www.techsapphire.in/news/pivot_sql_lesson_with_generating_dynamic_columns_with_pivot/2015-04-23-58</link>
			<category>Database</category>
			<dc:creator>Admin</dc:creator>
			<guid>http://www.techsapphire.in/news/pivot_sql_lesson_with_generating_dynamic_columns_with_pivot/2015-04-23-58</guid>
			<pubDate>Thu, 23 Apr 2015 11:21:14 GMT</pubDate>
		</item>
	</channel>
</rss>