<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Syed Akbar Ali - All Comments</title><link>http://weblogs.asp.net/akbar/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: Introduction: What is DML, DDL, DCL and TCL in SQL Server</title><link>http://weblogs.asp.net/akbar/archive/2008/03/10/introduction-what-is-dml-ddl-dcl-and-tcl-in-sql-server.aspx#7059992</link><pubDate>Sat, 25 Apr 2009 15:57:52 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7059992</guid><dc:creator>Pinal Dave</dc:creator><description>&lt;p&gt;I think this is exact copy of original article : Please post a reference to original reference : &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blog.sqlauthority.com/2008/01/15/sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples/"&gt;blog.sqlauthority.com/.../sql-server-what-is-dml-ddl-dcl-and-tcl-introduction-and-examples&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Pinal&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7059992" width="1" height="1"&gt;</description></item><item><title>re: Introduction: What is DML, DDL, DCL and TCL in SQL Server</title><link>http://weblogs.asp.net/akbar/archive/2008/03/10/introduction-what-is-dml-ddl-dcl-and-tcl-in-sql-server.aspx#6745976</link><pubDate>Wed, 19 Nov 2008 07:04:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6745976</guid><dc:creator>Naveed</dc:creator><description>&lt;p&gt;There should be a further detail &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6745976" width="1" height="1"&gt;</description></item><item><title>Buspar side effects.</title><link>http://weblogs.asp.net/akbar/archive/2008/03/01/get-free-visual-studio-2008-and-net-framework-training-kit.aspx#6732088</link><pubDate>Thu, 13 Nov 2008 02:40:27 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6732088</guid><dc:creator>Buspar and hostility.</dc:creator><description>&lt;p&gt;Buspar and hostility. Ic lorazepam buspar. Buspar.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6732088" width="1" height="1"&gt;</description></item><item><title>re: Introduction: ASP.NET 2.0 Folders</title><link>http://weblogs.asp.net/akbar/archive/2008/03/11/asp-net-2-0-folders.aspx#6711403</link><pubDate>Thu, 30 Oct 2008 06:35:42 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6711403</guid><dc:creator>Zia Ahmed</dc:creator><description>&lt;p&gt;Nice Post, Thanks!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6711403" width="1" height="1"&gt;</description></item><item><title>unix86.org  &amp;raquo; Blog Archive   &amp;raquo; MS SQL Resources and Links</title><link>http://weblogs.asp.net/akbar/archive/2008/03/10/introduction-what-is-dml-ddl-dcl-and-tcl-in-sql-server.aspx#6625398</link><pubDate>Mon, 15 Sep 2008 06:00:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6625398</guid><dc:creator>unix86.org  » Blog Archive   » MS SQL Resources and Links</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;unix86.org &amp;nbsp;&amp;amp;raquo; Blog Archive &amp;nbsp; &amp;amp;raquo; MS SQL Resources and Links&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6625398" width="1" height="1"&gt;</description></item><item><title>re: What is Linq?</title><link>http://weblogs.asp.net/akbar/archive/2008/02/20/what-is-linq.aspx#6612096</link><pubDate>Tue, 09 Sep 2008 07:02:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6612096</guid><dc:creator>Rajnish Pandey</dc:creator><description>&lt;p&gt;LINQ has a great power of querying on any source of data, data source could be the collections of objects, database or XML files. We can easily retrieve data from any object that implements the IEnumerable&amp;lt;T&amp;gt; interface. Microsoft basically divides LINQ into three areas and that are give below.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;* LINQ to Object {Queries performed against the in-memory data}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;* LINQ to ADO.Net&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o LINQ to SQL (formerly DLinq) {Queries performed against the relation database only Microsoft SQL Server Supported}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o LINQ to DataSet {Supports queries by using ADO.NET data sets and data tables}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o LINQ to Entities {Microsoft ORM solution}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;* LINQ to XML (formerly XLinq) { Queries performed against the XML source}&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6612096" width="1" height="1"&gt;</description></item><item><title>re: Get free Visual Studio 2008 and .NET Framework Training kit</title><link>http://weblogs.asp.net/akbar/archive/2008/03/01/get-free-visual-studio-2008-and-net-framework-training-kit.aspx#6516703</link><pubDate>Thu, 14 Aug 2008 07:48:43 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6516703</guid><dc:creator>H</dc:creator><description>&lt;p&gt;ANH NGHE T&amp;#204;NH E NGHE T&amp;#204;NH EM CHỨA CHAN ANH NGHE B&amp;#192;N TAY TRONG B&amp;#192;N TAY NHẸ NH&amp;#192;NG NGỠ NG&amp;#192;NG C&amp;#217;NG &amp;#193;NH CHIỀU SANG NGỒI B&amp;#202;N EM CUNG Đ&amp;#192;N H&amp;#193;T L&amp;#202;N T&amp;#204;NH KH&amp;#218;C V&amp;#192;NG BAO NHI&amp;#202;U &amp;#194;U LO ĐỜI VỤT TAN NG&amp;#192;Y MAI XA NHAU RỒI PH&amp;#218;T GI&amp;#194;Y C&amp;#210;N MU&amp;#212;N LỜI&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6516703" width="1" height="1"&gt;</description></item><item><title>Lexapro.</title><link>http://weblogs.asp.net/akbar/archive/2008/03/01/get-free-visual-studio-2008-and-net-framework-training-kit.aspx#6429634</link><pubDate>Tue, 22 Jul 2008 05:39:12 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6429634</guid><dc:creator>Lexapro without prescription.</dc:creator><description>&lt;p&gt;Lexapro for panic attacks. Bipolar and lexapro. Lexapro. Lexapro medication.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6429634" width="1" height="1"&gt;</description></item><item><title>Pasta do ASP.NET 2.0</title><link>http://weblogs.asp.net/akbar/archive/2008/03/11/asp-net-2-0-folders.aspx#6401534</link><pubDate>Tue, 15 Jul 2008 13:16:08 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6401534</guid><dc:creator>Mago Digital</dc:creator><description>&lt;p&gt;Pasta do ASP.NET 2.0&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6401534" width="1" height="1"&gt;</description></item><item><title>re: Obout suite Controls for ASP.NET</title><link>http://weblogs.asp.net/akbar/archive/2008/04/17/obout-suite-controls-for-asp-net.aspx#6106280</link><pubDate>Thu, 17 Apr 2008 13:06:21 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6106280</guid><dc:creator>Brad C.</dc:creator><description>&lt;p&gt;I have been using oBout's controls for well over a year, and I have been completely satisfied. It's a great control set. My favorite is the Flyout, which is free anyways!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6106280" width="1" height="1"&gt;</description></item></channel></rss>