The easiest and fastest way to create ad hoc reports from SQL Server
Got a SQL Server or .NET question? Discuss it in the forums. (SQL Server Forums | Dot NET Forums)
First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login.

Consuming WCF Service in Silverlight4 Projects

Silverlight applications cannot access server-side classes or variables without mediator like Web Service or WCF Service or WCF RIA. Now I will walk through how we can call WCF Service in Silverlight4 application. We need to install silverlight4 SDK to...
by Hima on 09-01-2010 | 173 Views

VS2010 Parallel Stacks - Debugging enhancement in VS2010

Parallel Stacks is one of the debugging enhancements in VS 2010 IDE that helps in debugging parallel programming. When you press F5 for debugging Parallel Stacks and Parallel Tasks windows get enabled in debug mode only. As you know, when a break point...
by Hima on 08-25-2010 | 252 Views

VS2010 Parallel Tasks - Debugging enhancement in VS2010

VS2010 has new concept for Parallel Programming that is added as part of .NET Framework 4.0. This makes the ability to work in multi-core processor Environment. Digging through the code and debugging in parallel programming would definitely help. The...
by Hima on 08-08-2010 | 762 Views

An Examination of ClientIDMode in ASP.NET4

This post explains the new ClientIDMode property introduced in ASP.NET 4.0, that gives full control to the developer on the ClientID’s generated by ASP.NET controls....
by Hima on 07-21-2010 | 616 Views

All about Client ID Mode in ASP.NET 4

This post explains the new ClientIDMode in ASP.NET 4....
by Hima on 07-16-2010 | 1,354 Views

Implementing Routing in ASP.NET 4 applications

How ASP.NET4 Routing Works? Practical implementation of Routing in ASP.NET 4 is very simple. For example, consider the URL for my website that displays Label categories might look like below. http://himabinduvejella.blogspot.com/labels.aspx?category=Microsoft...
by Hima on 07-10-2010 | 1,364 Views

Understanding ASP.NET 4 URL Routing in 2 minutes

What is SEO? SEO,the Search Engine Optimization is the technique for improving volume of traffic to a webpage/website from search engines like BING,GOOGLE via "natural" or un-paid mechanisms Why SEO? Search Engine Optimization places a vital...
by Hima on 07-10-2010 | 1,655 Views

Anonymous Types in C# or VB .NET

Anonymous types as the name suggests, help us to create an object without declaring its data type. Since name of the data type is not specified that the type is referred to as an anonymous type....
by Hima on 06-29-2010 | 1,083 Views

Connection Pooling in ADO.NET

Why go for Connection Pooling? Establishing connection to a database is cumbersome and resource burning, most important job in the applications, sometimes it might be slow. Most of the applications need to execute any query on the database server, a connection...
by Hima on 06-17-2010 | 2,234 Views

Copyright © Beyondrelational.com