<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
         xmlns:err="http://jelix.org/ns/xmlerror/1.0">
 <channel>

		<link rel="hub" href="http://overblog.superfeedr.com" xmlns="http://www.w3.org/2005/Atom" />
		<link rel="self" href="http://balavardhanreddy.over-blog.com/rss-articles.xml" xmlns="http://www.w3.org/2005/Atom" />
	
    <title><![CDATA[Balavardhan Reddy Narani]]></title>
    <link>http://balavardhanreddy.over-blog.com/</link>
    <description>My Thoughts</description>

        <language>en</language>
    
        <image>
        <url>http://fdata.over-blog.net/2/70/78/21/avatar-blog-1086523565-tmpphpHmlYOB.gif</url>
        <title><![CDATA[Balavardhan Reddy Narani]]></title>
        <link>http://balavardhanreddy.over-blog.com/</link>
                            </image>
    
    <pubDate>Fri, 16 Mar 2012 07:39:06 +0100</pubDate>    <lastBuildDate>Fri, 16 Mar 2012 07:39:06 +0100</lastBuildDate>    <generator>En.over-blog.com RSS 2.0 Engine</generator>    <copyright>Copyright 2012 balavardhanreddy.over-blog.com</copyright>            <category>Technology</category>    <docs>http://www.rssboard.org/rss-specification/</docs>                        
      <item>
        <title><![CDATA[ASP.NET]]></title>
        <link>http://balavardhanreddy.over-blog.com/article-asp-net-95357169.html</link>        <description><![CDATA[	ASP.NET ASP.NET, the next version of ASP, is a programming framework used to create enterprise-class Web Applications. These applications are accessble on a global basis leading to effecient information management. The advantages ASP.NET offers is more than just the next version of ASP. Why[...]]]></description>
        <pubDate>Thu, 29 Dec 2011 07:37:00 +0100</pubDate>        <guid isPermaLink="false">d19366a72547894d6c56634651ac89c9</guid>
                <category>ASP.Net</category>        <comments>http://balavardhanreddy.over-blog.com/article-asp-net-95357169-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[ASP.NET Important Topics]]></title>
        <link>http://balavardhanreddy.over-blog.com/article-asp-net-important-topics-95341775.html</link>        <description><![CDATA[	1) Asp.net Page Life Cycle & Page Architecture. 2) Assemblies. 3) User Controls & Custom Controls. 4) Gridview Control. 5) Themes, Skins and Style Sheets. 6) Master Pages. 7) Site Maps. 8) State Management. 9) Security(Web.config) (Authentication & Authorization) i) Forms Authentication ii)[...]]]></description>
        <pubDate>Thu, 29 Dec 2011 07:09:00 +0100</pubDate>        <guid isPermaLink="false">e8af1aae5527eccdfa0ba9752ea042c6</guid>
                <category>ASP.Net</category>        <comments>http://balavardhanreddy.over-blog.com/article-asp-net-important-topics-95341775-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[FOR XML - SQL Server]]></title>
        <link>http://balavardhanreddy.over-blog.com/article-for-xml-sql-server-51922364.html</link>        <description><![CDATA[	Introduction In Microsoft SQL Server 2000, we introduced the FOR XML clause to the SELECT statement. This clause provides the ability to aggregate the relational rowset returned by the SELECT statement into XML. FOR XML on the server supports three modes—RAW, AUTO, and EXPLICIT—that provide[...]]]></description>
        <pubDate>Wed, 09 Jun 2010 08:41:00 +0200</pubDate>        <guid isPermaLink="false">9629f61d1b4f4d8b89f466b20ee014b6</guid>
                <category>SQL Server2005</category>        <comments>http://balavardhanreddy.over-blog.com/article-for-xml-sql-server-51922364-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[SQL Server Rank functions, RANK, NTILE, DENSE_RANK, ROW_NUMBER]]></title>
        <link>http://balavardhanreddy.over-blog.com/article-sql-server-rank-functions-rank-ntile-dense_rank-row_number-48950127.html</link>        <description><![CDATA[						<img class="imgExtraitCon" src="http://img.over-blog.com/100x100/2/70/78/21/sqlrank.JPG" alt="" />
				<br />
	Transact-SQL provides the following ranking functions: -RANK -NTILE -DENSE_RANK -ROW_NUMBER Rank() - Applies to monotonically increasing number for each value in the set Row_Number() - simply assigns sequential numbering to the records of a result-set or to the records within groups of a[...]]]></description>
        <pubDate>Tue, 20 Apr 2010 13:21:00 +0200</pubDate>        <guid isPermaLink="false">a4328717e9dd8094cff19bb0f7d2b630</guid>
                <category>SQL Server2005</category>        <comments>http://balavardhanreddy.over-blog.com/article-sql-server-rank-functions-rank-ntile-dense_rank-row_number-48950127-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[Time Delay to Execute a T-SQL Query]]></title>
        <link>http://balavardhanreddy.over-blog.com/article-time-delay-to-execute-a-t-sql-query-46865545.html</link>        <description><![CDATA[	A New feature in SQL Server is Time delay to execute a T-SQL Query SQL Server will wait for perticular time to excute the query. Ex : i) SELECT GETDATE() CurrentTime WAITFOR DELAY '00:00:20' ---- 5 Second Delay SELECT GETDATE() CurrentTime Ex: ii) DECLARE @delaytime DATETIME SET @delaytime =[...]]]></description>
        <pubDate>Wed, 17 Mar 2010 12:44:00 +0100</pubDate>        <guid isPermaLink="false">4eccbcb82c1749bf867f0c6ca5d64029</guid>
                <category>SQL Server2005</category>        <comments>http://balavardhanreddy.over-blog.com/article-time-delay-to-execute-a-t-sql-query-46865545-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[Export Gridview data to Excel]]></title>
        <link>http://balavardhanreddy.over-blog.com/article-export-gridview-data-to-excel-45188683.html</link>        <description><![CDATA[	i) Get the Data from the Database and Bind it to the Gridview ii) Set Gridview Allowpaging property to "False" Write the below code to export the entire Gridview data to Excel sheet private void ExportGridView() { string style = @"&lt;style&gt; .text { mso-number-format:\@; } &lt;/style&gt; ";[...]]]></description>
        <pubDate>Thu, 18 Feb 2010 13:05:00 +0100</pubDate>        <guid isPermaLink="false">d832e78b7493f42ff48a65fb58ab32e6</guid>
                <category>ASP.Net</category>        <comments>http://balavardhanreddy.over-blog.com/article-export-gridview-data-to-excel-45188683-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[Dotnet 3.5 New features]]></title>
        <link>http://balavardhanreddy.over-blog.com/article-dotnet-3-5-new-features-45186010.html</link>        <description><![CDATA[	New Improvements in Dotnet 3.5 and VS 2008: Below is the queck summary lis of sever of new improvements of Dotnet 3.5, there is lot of more thing, I haven't had chance to add them Multi Targetting VS 2008 supports to create the applications with different Dotnet Framework versions, whenever you[...]]]></description>
        <pubDate>Thu, 18 Feb 2010 12:09:00 +0100</pubDate>        <guid isPermaLink="false">23130e4e3b52f57474ea68af1ffa50c9</guid>
                <category>ASP.Net</category>        <comments>http://balavardhanreddy.over-blog.com/article-dotnet-3-5-new-features-45186010-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[Defragmenting Indexes in SQL Server]]></title>
        <link>http://balavardhanreddy.over-blog.com/article-defragmenting-indexes-in-sql-server-44311088.html</link>        <description><![CDATA[	When data is inserted, deleted, or updated in a SQL Server tables, the indexes which are defined for that tables are automatically updated to reflect those changes. When these indexes are modified, the information stored in them becomes fragmented, resulting in the information being scattered[...]]]></description>
        <pubDate>Fri, 05 Feb 2010 08:29:00 +0100</pubDate>        <guid isPermaLink="false">26644e9cb079c853decef30880c0a7fb</guid>
                <category>SQL Server2005</category>        <comments>http://balavardhanreddy.over-blog.com/article-defragmenting-indexes-in-sql-server-44311088-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[Advanced Reporting with Matrix Control in SSRS]]></title>
        <link>http://balavardhanreddy.over-blog.com/article-advanced-matrix-control-in-ssrs-43729818.html</link>        <description><![CDATA[						<img class="imgExtraitCon" src="http://img.over-blog.com/100x100/2/70/78/21/SSRS/m11.JPG" alt="" />
				<br />
	Here I will show you how to get these custom aggregates on a matrix report and will cover a few interesting reporting techniques along the way Cells-by-Cells technique – This helps us achieve a bit more usability with the somewhat limited framework of the SSRS Matrix control by allowing us to[...]]]></description>
        <pubDate>Wed, 27 Jan 2010 10:13:00 +0100</pubDate>        <guid isPermaLink="false">54203a32a1e87803f4b35cb078c9ae4b</guid>
                <category>SSRS</category>        <comments>http://balavardhanreddy.over-blog.com/article-advanced-matrix-control-in-ssrs-43729818-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[SSRS - Matrix Control]]></title>
        <link>http://balavardhanreddy.over-blog.com/article-ssrs-matrix-control--43365341.html</link>        <description><![CDATA[						<img class="imgExtraitCon" src="http://img.over-blog.com/100x100/2/70/78/21/SSRS/m1.JPG" alt="" />
				<br />
	In SQL Reporting Services, the Matrix control provides a crosstab view of data, similar in behavior to a PivotTable. Rows and columns will have intersecting points of data which is often useful in time based reporting. Matrix components are great for visualizing data that might normally be[...]]]></description>
        <pubDate>Thu, 21 Jan 2010 13:50:00 +0100</pubDate>        <guid isPermaLink="false">f715c39fb83f07cf754e90bea5f4d3e9</guid>
                <category>SSRS</category>        <comments>http://balavardhanreddy.over-blog.com/article-ssrs-matrix-control--43365341-comments.html#anchorComment</comments>                    </item>
  
 </channel>

</rss>
