﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:EzzyLearning="http://www.ezzylearning.com/rsschannel"><channel><title>EzzyLearning.com (Tutorials, HOW TOs, Code Samples, Tips and Tricks) </title><link>http://www.ezzylearning.com/</link><description>Latest Tutorials and HOW TOs on VB.NET, ASP.NET, C#, ADO.NET, AJAX, LINQ, XML, Web Services, .NET Framework</description><copyright>Copyright 2009-2010 EzzyLearning.com</copyright><generator>EzzyLearningRssGenerator v1.0</generator><item><title>How to Sort a simple Array using LINQ OrderBy Operator</title><description>You have a simple Array and you want to sort it using LINQ standard OrderBy operator</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=3884613796</link><author>Waqas Anwar</author><category /><pubDate>Sun, 01 Aug 2010 09:28:11 GMT</pubDate><subject>LINQ</subject></item><item><title>How to bind enum with ComboBox Control in C#</title><description>You have created an enum in C# and you want to bind the enum with the data bound controls such as ComboBox control. You can use GetValues() method of Enum class for this purpose as shown below:</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=6128976681</link><author>Waqas Anwar</author><category /><pubDate>Sun, 01 Aug 2010 09:28:11 GMT</pubDate><subject>Visual C#</subject></item><item><title>How to obtain Operating System information in .NET</title><description>If you want to know the basic information such as operating system name, version, service pack or platform name of the operating system on which your .NET application is running you can use following properties of Environment class.</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=2183548623</link><author>Waqas Anwar</author><category /><pubDate>Sun, 01 Aug 2010 09:28:11 GMT</pubDate><subject>.NET Framework</subject></item><item><title>How to obtain Current Machine Name in .NET</title><description>If you want to know the machine name on which your .NET application is running you can use MachineName property of Environment class.</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=5142929233</link><author>Waqas Anwar</author><category /><pubDate>Sun, 01 Aug 2010 09:28:11 GMT</pubDate><subject>.NET Framework</subject></item><item><title>How to obtain CLR Version in .NET</title><description>If you want to know which CLR version is available to your .NET application you can use Version property of Environment class.</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=9298768394</link><author>Waqas Anwar</author><category /><pubDate>Sun, 01 Aug 2010 09:28:11 GMT</pubDate><subject>.NET Framework</subject></item><item><title>How to obtain user name and domain name in .NET</title><description>If you are currently logged in Windows using your domain user name and password and you want to obtain your user name and domain name you can use Environment class as shown below:</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=4269624481</link><author>Waqas Anwar</author><category /><pubDate>Sun, 01 Aug 2010 09:28:11 GMT</pubDate><subject>.NET Framework</subject></item><item><title>How to convert a string into valid DateTime object</title><description>If you have a string in your program which is convertible into a valid DateTime object you can use Parse method of DateTime class as shown in following examples:</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=8327441391</link><author>Waqas Anwar</author><category /><pubDate>Sun, 01 Aug 2010 09:28:11 GMT</pubDate><subject>.NET Framework</subject></item><item><title>How to Check whether a String is Null or Empty in .NET</title><description>If you have a string variable in your program and you want to check whether it is empty or null you have following options:</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=3623564825</link><author>Waqas Anwar</author><category /><pubDate>Sun, 01 Aug 2010 09:28:11 GMT</pubDate><subject>.NET Framework</subject></item><item><title>How to Join multiple strings into a single Delimited String</title><description>If you have an array of Strings in your program and you want to join all the elements into a single delimited string you can use Join method of String class as follows:</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=5289669516</link><author>Waqas Anwar</author><category /><pubDate>Sun, 01 Aug 2010 09:28:11 GMT</pubDate><subject>.NET Framework</subject></item><item><title>How to Split a Delimited String in .NET</title><description>If you have a delimited string in your program and you want to split it into individual strings you can use Split method of string class as follows:</description><link>http://www.ezzylearning.com/tutorial_howto.aspx?tid=9416242344</link><author>Waqas Anwar</author><category /><pubDate>Sun, 01 Aug 2010 09:28:11 GMT</pubDate><subject>.NET Framework</subject></item></channel></rss>