﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Articles On Developer Geeks</title><link>http://developergeeks.com/</link><description>Top article contributions on Developer Geeks.</description><language>en-US</language><copyright>© Copyright 2009-2010 Developer Geeks</copyright><managingEditor>webmaster@developergeeks.com (Developer Geeks)</managingEditor><generator>http://developergeeks.com</generator><item><guid isPermaLink="false">294</guid><link>http://developergeeks.com/article/294/agile-development-method-scrum-at-a-glance</link><author>manish_feb24@yahoo.com (Manish Sharma)</author><category> Agile,  Scrum, Project Management, </category><title>Agile Development Method: Scrum at a glance</title><description>&lt;h1&gt;What is Scrum?&lt;/h1&gt;
&lt;p&gt;Scrum is an iterative and incremental agile software development framework for managing software projects and product or application development. Its focus is on a flexible product development strategy where a development team works as a unit to reach a common goal.&lt;/p&gt;
&lt;h1&gt;Essential Elements of Scrum (Cheat Sheet)&lt;/h1&gt;
&lt;p&gt;...&lt;/p&gt;</description><a10:updated>2013-05-10T16:36:00-07:00</a10:updated><a10:rights type="text">© Copyright Manish Sharma</a10:rights></item><item><guid isPermaLink="false">293</guid><link>http://developergeeks.com/article/293/how-to-quickly-create-a-copy-of-a-table-using-transact-sql</link><author>manish_feb24@yahoo.com (Manish Sharma)</author><category>SQL Server, </category><title>How to Quickly Create a Copy of a Table using Transact-SQL</title><description>&lt;p&gt;The easiest way to create a copy of a table is to use a Transact-SQL command. Use SELECT INTO to extract all the rows from an existing table into the new table. The new table must not exist already. The following example will copy the Employees table under the Company schema to a new table called Employees under the Department schema...&lt;/p&gt;</description><a10:updated>2013-03-01T06:03:00-07:00</a10:updated><a10:rights type="text">© Copyright Manish Sharma</a10:rights></item><item><guid isPermaLink="false">290</guid><link>http://developergeeks.com/article/290/how-to-create-rest-service-with-json-and-soap-api-in-wcf</link><author>manish_feb24@yahoo.com (Manish Sharma)</author><category>.Net Framework 4.0, Asp.Net 4.0, C#, REST, SOA, WCF, </category><title>How to create REST service with JSON and SOAP API in WCF</title><description>&lt;h1&gt;Introduction&lt;/h1&gt;
&lt;p&gt;The WCF REST Programming Model provides the required elements to build REST services with WCF. REST services are designed to be accessed by the widest range of possible clients, including Web browsers, using XML/JSON responses.&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;</description><a10:updated>2012-11-20T04:16:00-07:00</a10:updated><a10:rights type="text">© Copyright Manish Sharma</a10:rights></item><item><guid isPermaLink="false">285</guid><link>http://developergeeks.com/article/285/thread-synchronization-essentials-in-net</link><author>manish_feb24@yahoo.com (Manish Sharma)</author><category>.Net Framework, ASP .Net, C#, </category><title>Thread Synchronization Essentials in .Net</title><description>&lt;h1&gt;Thread Synchronization Essentials&lt;/h1&gt;
&lt;p&gt;The following tables summarize the .NET tools available for coordinating or synchronizing the actions of threads:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;</description><a10:updated>2012-05-29T04:50:00-07:00</a10:updated><a10:rights type="text">© Copyright Manish Sharma</a10:rights></item><item><guid isPermaLink="false">284</guid><link>http://developergeeks.com/article/284/how-to-host-wshttpbinding-and-nettcpbinding-in-a-single-wcf-service</link><author>manish_feb24@yahoo.com (Manish Sharma)</author><category>ASP .Net, SOA, WCF, </category><title>How to host WSHttpBinding and NetTcpBinding in a single WCF Service</title><description>&lt;h1&gt;Introduction&lt;/h1&gt;
&lt;p&gt;Let's jump to implementation.&lt;/p&gt;
&lt;h1&gt;Implementation&lt;/h1&gt;
&lt;p&gt;1. Open a new ConsoleApplication in VS .Net IDE. Rename it to "SelfHostWCF".&lt;/p&gt;
&lt;p&gt;2. Add a reference to System.ServiceModel dll in the project.&lt;/p&gt;
&lt;p&gt;3. Create a ServiceContract Interface and implement the Service class with OperactionContract.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;</description><a10:updated>2012-05-20T16:23:00-07:00</a10:updated><a10:rights type="text">© Copyright Manish Sharma</a10:rights></item><item><guid isPermaLink="false">281</guid><link>http://developergeeks.com/article/281/software-development-tools-for-managers-developers-architects-and-testers</link><author>genezyl@gmail.com (Gene Zylkusky)</author><category>Project Management, </category><title>Software development tools for Managers, Developers, Architects and Testers</title><description>&lt;h1&gt;Planning and Implementation Tools&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;Version Control and Collaboration Tools&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;Testing and Defect Management Tools&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;</description><a10:updated>2012-04-05T01:49:00-07:00</a10:updated><a10:rights type="text">© Copyright Gene Zylkusky</a10:rights></item><item><guid isPermaLink="false">272</guid><link>http://developergeeks.com/article/272/how-to-read-event-log-and-display-the-content-on-aspnet-page</link><author>manish_feb24@yahoo.com (Manish Sharma)</author><category>.Net Framework, ASP .Net, VB .Net, </category><title>How to read event log and display the content on ASP.NET page</title><description>&lt;p&gt;Following is the sample code to write to the windows event log and display the contents of user selected windows event log on ASP.NET page.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;</description><a10:updated>2012-04-03T12:43:00-07:00</a10:updated><a10:rights type="text">© Copyright Manish Sharma</a10:rights></item><item><guid isPermaLink="false">271</guid><link>http://developergeeks.com/article/271/how-to-verify-the-email-address-is-valid-in-aspnet</link><author>manish_feb24@yahoo.com (Manish Sharma)</author><category>.Net Framework, ASP .Net, </category><title>How to verify the email address is valid in ASP.NET</title><description>&lt;h1&gt;Introduction&lt;/h1&gt;
&lt;p&gt;Some times website owners need to allow users to get registered on their website or subscribe to newsletters on their website, by allowing users to provide their email addresses. But how would you verify that the user provided email addresses are genuine and valid, to avoid bounced email messages.&lt;/p&gt;
&lt;p&gt;This article will demonstrate how to verify that the email address provided by a user is a valid email address, using a sample code.&lt;/p&gt;
&lt;h1&gt;Implementation&lt;/h1&gt;
&lt;p&gt;ASP.NET Provides Built-in DNS Resolving Support. DNS class from System.Net namespace can be used to resolve DNS hostnames into IP addresses. Using this class we could verify email addresses and ensure that the domain name specified by the user actually resolved to an existing domain name.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;</description><a10:updated>2012-04-03T12:10:00-07:00</a10:updated><a10:rights type="text">© Copyright Manish Sharma</a10:rights></item><item><guid isPermaLink="false">266</guid><link>http://developergeeks.com/article/266/how-to-read-an-xml-file-and-retrieve-xml-element-values-in-net</link><author>manish_feb24@yahoo.com (Manish Sharma)</author><category>.Net Framework, C#, </category><title>How to read an xml file and retrieve xml element values in .Net</title><description>&lt;h1&gt;Introduction&lt;/h1&gt;
&lt;p&gt;This is a Console application in .Net to read an xml file and retrieve xml element values.&lt;/p&gt;
&lt;p&gt;This application will load the xml file from the provided file path, fetch all instances of the provided xml element from the xml file and then write the xml element values in a text file on your hard drive.&lt;/p&gt;
&lt;p&gt;Attached are the source code and the EXE for this project for download.&lt;/p&gt;
&lt;h1&gt;Implementation&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;</description><a10:updated>2012-03-29T04:45:00-07:00</a10:updated><a10:rights type="text">© Copyright Manish Sharma</a10:rights></item><item><guid isPermaLink="false">265</guid><link>http://developergeeks.com/article/265/working-with-cookies-in-asp-net</link><author>webmaster@developergeeks.com (Brad Stewart)</author><category>ASP.NET 4.0, </category><title>Working with Cookies in ASP.NET</title><description>&lt;h1&gt;What is Cookies?&lt;/h1&gt;
&lt;p&gt;The Cookie is a collection of key/value pairs that hold text values set by a page in a web request. By default, the collection is empty. The cookie contains information the Web application can read whenever the user visits the website. &lt;/p&gt;
&lt;p&gt;Following are few examples of how to work with Cookie collections in ASP .Net web applications.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;</description><a10:updated>2012-03-28T15:13:00-07:00</a10:updated><a10:rights type="text">© Copyright Brad Stewart</a10:rights></item><item><guid isPermaLink="false">260</guid><link>http://developergeeks.com/article/260/how-to-return-last-inserted-identity-column-value-in-sql-server</link><author>manish_feb24@yahoo.com (Manish Sharma)</author><category>SQL Server, SQL Server 2005, </category><title>How to return last inserted IDENTITY column value in SQL Server</title><description>&lt;h1&gt;Introduction&lt;/h1&gt;
&lt;p&gt;Let's briefly see what are the different ways to return last inserted IDENTITY column value in SQL Server:&lt;/p&gt;
&lt;p&gt;I am going to introduce you to the following different functions in SQL Server, that could be used to perform this job:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;@@IDENTITY&lt;/strong&gt; - A system function that returns the last inserted identity value.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;OUTPUT clause &lt;/strong&gt;- Returns the last inserted identity column value of a table generated through new identity value, the computed column value or the default value from a default constraint. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;SCOPE_IDENTITY&lt;/strong&gt; - A function that returns the last identity value inserted into an identity column in the same scope, i.e. a stored procedure, trigger, function, or batch.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IDENT_CURRENT &lt;/strong&gt;- A function that returns the last identity value generated for a specified table or view, for any session and any scope.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;MAX &lt;/strong&gt;- A function that returns the maximum value in the expression or table column.&lt;/p&gt;
&lt;p&gt;Now, let's see in detail how these functions could be used with examples.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;</description><a10:updated>2012-03-05T05:57:00-07:00</a10:updated><a10:rights type="text">© Copyright Manish Sharma</a10:rights></item><item><guid isPermaLink="false">258</guid><link>http://developergeeks.com/article/258/using-xml-in-aspnet-and-c</link><author>manish_feb24@yahoo.com (Manish Sharma)</author><category>.Net Framework, ASP .Net, C#, XML, </category><title>Using XML in ASP.NET and C#</title><description>&lt;p&gt;Content of sample ARTICLE.XML file:&lt;/p&gt;
&lt;pre name="code" class="xhtml:nogutter"&gt;&amp;lt;ARTICLES&amp;gt;
  &amp;lt;ARTICLE&amp;gt;
    &amp;lt;TITLE&amp;gt;Developers Guide To XML&amp;lt;/TITLE&amp;gt;
    &amp;lt;AUTHOR id='101' location='St Louis'&amp;gt;Manish Sharma&amp;lt;/AUTHOR&amp;gt;
    &amp;lt;AUTHOR id='102' location='Chicago'&amp;gt;Steven Berger&amp;lt;/AUTHOR&amp;gt;
  &amp;lt;/ARTICLE&amp;gt;
&amp;lt;/ARTICLES&amp;gt;
&lt;/pre&gt;
&lt;p&gt;Load xml file in XmlDocument object:&lt;/p&gt;
&lt;pre name="code" class="c-sharp:nogutter"&gt;&amp;lt;% @Page language="C#" debug="true" %&amp;gt;
&amp;lt;%@ Import Namespace="System.Xml" %&amp;gt;
 
&amp;lt;SCRIPT runat='server'&amp;gt;
void Page_Load(Object Sender,EventArgs e)
{
  XmlDocument xd = new XmlDocument();
  xd.Load(Server.MapPath("ARTICLES.xml"));
  Response.Write (xd.OuterXml);
  xd = null;
}
&amp;lt;/SCRIPT&amp;gt;
&lt;/pre&gt;
&lt;p&gt;Traverse through child nodes using enumerable ChildNodes object:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;</description><a10:updated>2012-01-17T15:33:00-07:00</a10:updated><a10:rights type="text">© Copyright Manish Sharma</a10:rights></item><item><guid isPermaLink="false">242</guid><link>http://developergeeks.com/article/242/implementing-broadcaster-class-and-ilistener-interface-in-winform</link><author>genezyl@gmail.com (Gene Zylkusky)</author><category>.Net Framework, C#, WinForms, </category><title>Implementing Broadcaster class and IListener interface in WinForm</title><description>&lt;h1&gt;Introduction&lt;/h1&gt;
&lt;p&gt;The Broadcaster class and the IListener interface are used to centralize the sharing of information between objects and the GUI in WinForms. Based on the implementation of the Broadcaster, any class that implements IListener and registers with the Broadcaster is capable of receiving string data sent to the Broadcaster. The following implementation of the Broadcaster class and the IListener interface will demonstrate this method.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;</description><a10:updated>2011-11-21T14:49:00-07:00</a10:updated><a10:rights type="text">© Copyright Gene Zylkusky</a10:rights></item><item><guid isPermaLink="false">216</guid><link>http://developergeeks.com/article/216/extending-and-combining-more-than-one-interfaces</link><author>webmaster@developergeeks.com (Brad Stewart)</author><category>.Net Framework, C#, OOAD, </category><title>Extending and Combining More Than One Interfaces</title><description>&lt;h1&gt;Introduction&lt;/h1&gt;
&lt;p&gt;Classes can implement more than one interface. Interfaces could also be extended or combined with other interfaces to achieve certain functionality.&lt;/p&gt;
&lt;p align="left"&gt;It is possible to extend an existing interface to add new methods or members, or to modify how existing members work.&lt;/p&gt;
&lt;p align="left"&gt;Similarly, you can create new interfaces by combining existing interfaces, and, optionally, adding new methods or properties.&lt;/p&gt;
&lt;h1 align="left"&gt;Implementation&lt;/h1&gt;
&lt;p align="left"&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;</description><a10:updated>2011-11-17T08:27:00-07:00</a10:updated><a10:rights type="text">© Copyright Brad Stewart</a10:rights></item><item><guid isPermaLink="false">177</guid><link>http://developergeeks.com/article/177/creating-and-using-triggers-in-oracle-pl-sql</link><author>webmaster@developergeeks.com (Brad Stewart)</author><category>Oracle, SQL Server, </category><title>Creating and using Triggers in Oracle PL SQL</title><description>&lt;h1&gt;Types of Triggers in PL SQL&lt;/h1&gt;
&lt;p&gt;There are two types of triggers based on the level it is triggered:&lt;/p&gt;
&lt;p&gt;1) Row level trigger - It is triggered for each row updated, inserted or deleted. &lt;br /&gt;2) Statement level trigger - It is triggered for each sql statement executed. &lt;/p&gt;
&lt;h1&gt;Trigger Execution Hierarchy in PL SQL&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;</description><a10:updated>2011-11-03T14:58:00-07:00</a10:updated><a10:rights type="text">© Copyright Brad Stewart</a10:rights></item><item><guid isPermaLink="false">168</guid><link>http://developergeeks.com/article/168/different-ways-to-sort-in-net</link><author>steveholmer@gmail.com (Steve Holmer)</author><category>.Net Framework, C#, </category><title>Different ways to sort in .Net</title><description>&lt;h1&gt;Introduction&lt;/h1&gt;
&lt;p&gt;This article will demonstrate different types of sorting technique or different ways to sort strings in .Net, using code samples.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;</description><a10:updated>2011-10-28T05:35:00-07:00</a10:updated><a10:rights type="text">© Copyright Steve Holmer</a10:rights></item><item><guid isPermaLink="false">150</guid><link>http://developergeeks.com/article/150/how-to-write-a-generic-type-in-delphi</link><author>manish_feb24@yahoo.com (Manish Sharma)</author><category>Delphi, Delphi .Net, </category><title>How to write a Generic Type in Delphi</title><description>&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;</description><a10:updated>2011-10-04T01:26:00-07:00</a10:updated><a10:rights type="text">© Copyright Manish Sharma</a10:rights></item><item><guid isPermaLink="false">149</guid><link>http://developergeeks.com/article/149/invoke-select-insert-update-delete-tsql-operations-in-delphi</link><author>manish_feb24@yahoo.com (Manish Sharma)</author><category>Delphi, SQL Server, </category><title>Invoke Select Insert Update Delete TSQL Operations in Delphi</title><description>&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;</description><a10:updated>2011-09-27T03:12:00-07:00</a10:updated><a10:rights type="text">© Copyright Manish Sharma</a10:rights></item><item><guid isPermaLink="false">142</guid><link>http://developergeeks.com/article/142/how-to-serialize-or-de-serialize-an-object-using-binaryformatter-class-in-net</link><author>manish_feb24@yahoo.com (Manish Sharma)</author><category>.Net Framework, ASP .Net, C#, </category><title>How to serialize or de-serialize an object using BinaryFormatter class in .Net?</title><description>&lt;h1&gt;How to serialize or de-serialize an object using BinaryFormatter class?&lt;/h1&gt;
&lt;p&gt;You can serialize or de-serialize an object using the Serialize or the Deserialize method of the BinaryFormatter class.&lt;/p&gt;
&lt;h1&gt;Implementation&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/p&gt;</description><a10:updated>2011-06-01T02:51:00-07:00</a10:updated><a10:rights type="text">© Copyright Manish Sharma</a10:rights></item><item><guid isPermaLink="false">141</guid><link>http://developergeeks.com/article/141/introduction-to-the-dna-programming-model</link><author>manish_feb24@yahoo.com (Manish Sharma)</author><category>.Net Framework, OOAD, </category><title>Introduction to the DNA Programming Model</title><description>&lt;h1&gt;Introduction&lt;/h1&gt;
&lt;p&gt;In the late 1990s, Microsoft attempted to bring some order to Internet development with the concept of Windows DNA applications. DNA consists of a standard three-tier development based on the presentation layer, business objects in a middle layer, and a relational data store and engine in the bottom layer.&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;h1&gt;Presentation Tier&lt;/h1&gt;
&lt;p&gt;...&lt;/p&gt;</description><a10:updated>2011-05-31T14:21:00-07:00</a10:updated><a10:rights type="text">© Copyright Manish Sharma</a10:rights></item></channel></rss>