﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:EzzyLearning="http://www.ezzylearning.com/rsschannel"><channel><title>EzzyLearning.com (Code Examples, Tutorials, Tips and Tricks) </title><link>http://www.ezzylearning.com/</link><description>Latest Tutorials on VB.NET, ASP.NET, C#, SCJP, MCAD.NET, SCWCD, MCTS, MCPD, XML, Web Services, .NET Framework, Java, JSP</description><copyright>Copyright 2008-2009 EzzyLearning.com</copyright><generator>EzzyLearningRssGenerator v1.0</generator><item><title>Consuming RSS Feed using XmlTextReader and DataSet</title><description>RSS Feed is a very popular web feed format to publish frequently updated contents such as blog entries, articles, news headlines. In the following tutorial, I will show you how you can read RSS feed from its URL using XmlTextReader class in System.Xml namespace. I will also show you how you can bind and display feed contents using ASP.NET DataList control.</description><link>http://www.ezzylearning.com/tutorial.aspx?tid=8177871</link><author>Waqas Anwar</author><category /><pubDate>Thu, 24 Jul 2008 18:21:12 GMT</pubDate><subject>ADO.NET</subject></item><item><title>Using SqlConnectionStringBuilder class in C#</title><description>Microsoft introduced a new class in ADO.NET 2.0 version which can be used to build database connection strings specific to the provider you are using in ADO.NET. Different database providers expose different properties for the connection strings. For example, SQL Server connection string properties are different than MySql or OleDb connection strings. Although, it is possible to concatenate strings to build a complete connection string but by using .NET connection string builder class you don't need to memorize the properties appropriate to specific provider.</description><link>http://www.ezzylearning.com/tutorial.aspx?tid=1158356</link><author>Waqas Anwar</author><category /><pubDate>Thu, 24 Jul 2008 18:21:12 GMT</pubDate><subject>ADO.NET</subject></item><item><title>Using XmlTextWriter to write XML Documents in .NET</title><description>XML is one of the most popular topics these days. As the use of XML files is increasing, more and more developers want to learn how to write, read and consume XML documents from different programming languages. In the following tutorial, I will show you how you can use .NET Framework built in class XmlTextWriter to generate XML document in C#.</description><link>http://www.ezzylearning.com/tutorial.aspx?tid=4300110</link><author>Waqas Anwar</author><category /><pubDate>Thu, 24 Jul 2008 18:21:12 GMT</pubDate><subject>Visual C#</subject></item><item><title>Using C# Delegates with Events</title><description>.NET Delegates are objects which can refer to static and instance methods in memory at runtime and can call those methods in your program. In this tutorial I will show you how you can create and use delegates in C#.</description><link>http://www.ezzylearning.com/tutorial.aspx?tid=6056714</link><author>Waqas Anwar</author><category /><pubDate>Thu, 24 Jul 2008 18:21:12 GMT</pubDate><subject>Visual C#</subject></item><item><title>Singleton Design Pattern in Java</title><description>When we write java applications, sometimes it is appropriate to have only one instance of a class. Windows Managers, Login and Dialog boxes etc are few examples of such classes. The Singleton design pattern solves this common problem and ensures that the class has only one instance. This also provides global point of access to the object.</description><link>http://www.ezzylearning.com/tutorial.aspx?tid=0561223</link><author>Waqas Anwar</author><category /><pubDate>Thu, 24 Jul 2008 18:21:12 GMT</pubDate><subject>Java</subject></item><item><title>Send Emails in ASP.NET 2.0 with Authentication</title><description>Sending emails from ASP.NET 2.0 application is made very simply using MailMessage and SmtpClient classes available in System.Net.Mail namespace in .NET Framework. Sometimes SMTP server required authentication information of email client to send emails. In the following tutorial, I will show you how you can authenticate smtp client when sending emails in ASP.NET 2.0.</description><link>http://www.ezzylearning.com/tutorial.aspx?tid=2842406</link><author>Waqas Anwar</author><category /><pubDate>Thu, 24 Jul 2008 18:21:12 GMT</pubDate><subject>ASP.NET 2.0</subject></item><item><title>How to send Plain Text Email in ASP.NET 2.0</title><description>.NET Framework namespace System.Net.Mail contains many classes developers can use to send all types of emails in ASP.NET 2.0. In the following tutorial I will show you how you can send a simple plain text email in ASP.NET 2.0.</description><link>http://www.ezzylearning.com/tutorial.aspx?tid=8703082</link><author>Waqas Anwar</author><category /><pubDate>Thu, 24 Jul 2008 18:21:12 GMT</pubDate><subject>ASP.NET 2.0</subject></item><item><title>Storing Database Connection Strings in App.Config</title><description>Storing database connection strings in source code can lead you to some security issues and can also cause you maintenance problems. It is always recommended that you keep your connection strings in a separate configuration file so that you can change database connection related information such as password or database name without even modifying or recompiling your source code.</description><link>http://www.ezzylearning.com/tutorial.aspx?tid=8067328</link><author>Waqas Anwar</author><category /><pubDate>Thu, 24 Jul 2008 18:21:12 GMT</pubDate><subject>Visual C#</subject></item><item><title>Application Configuration Settings in .NET</title><description>Saving and restoring application settings outside source code is crucial part of any software application. .NET Framework provides very simple solution for saving application settings in .config files. Framework also provides classes to read these settings in .NET application in a very easy way. In the following tutorial, I will show you how you can store and retrieve application settings stored in App.config file in .NET windows application using C#.</description><link>http://www.ezzylearning.com/tutorial.aspx?tid=1684621</link><author>Waqas Anwar</author><category /><pubDate>Thu, 24 Jul 2008 18:21:12 GMT</pubDate><subject>Visual C#</subject></item><item><title>How to Copy File in Java</title><description>Java IO Package provides two streams we can use to read and write all types of files including images, audio, video or even text files. These classes are FileInputStream and FileOutputStream. In the following tutorial, I will show you how you can use these classes to read and write image file.</description><link>http://www.ezzylearning.com/tutorial.aspx?tid=4208611</link><author>Waqas Anwar</author><category /><pubDate>Thu, 24 Jul 2008 18:21:12 GMT</pubDate><subject>Java</subject></item></channel></rss>