Note: Most of the Article of this blog has taken from another reputated blogs,Websites so Author will not responsible for any Issue.

Easy way to get a Google adsense account

Hey Guys...No need to wait 7 months for Google Adsense approval.Its amazing trick to get google adsense license. Simple steps to get a Google adsense account. Create an user account in www.indyarocks.com Add a profile photo and upload more then 10 photos. Photos should be real. Write 2 unique blogs. Create...

Dell Streak The versatile 5-inch Android tablet

I'm pumped to finally get a chance to blog about the upcoming Dell Streak tablet device. Since we firstpreviewed the Dell Streak at CES 2010, it's been making waves in the blogosphere ever since. The 5-inch tablet will launch first to customers in the United Kingdom in early June. Customers...

Dynamic URLs vs. static URLs

Chatting with webmasters often reveals widespread beliefs that might have been accurate in the past, but are not necessarily up-to-date any more. This was the case when we recently talked to a couple of friends about the structure of a URL. One friend was concerned about using dynamic URLs, since (as she told us) "search engines can't cope with these." Another friend thought that dynamic URLs weren't a problem at all for search engines and that these issues were a thing of the past. One even admitted that he never understood the fuss about dynamic URLs in comparison to static URLs. For us, that was the moment we decided to read up on the topic of dynamic and static URLs. First, let's clarify what we're talking about: What is a static URL?  A static URL is one that does not change, so...

Free calling in Gmail extended through 2011

When we launched calling in Gmail back in August, we wanted it to be easy and affordable, so we made calls to the U.S. and Canada free for the rest of 2010. In the spirit of holiday giving and to help people keep in touch in the new year, we're extending free calling for all of 2011. In...

General SQL Server Performance Tuning Tips

When your transaction log grows large and you want a quick way to shrink it, try this option. Change the database recovery mode of the database you want to shrink from “full” to "simple," then truncate the log file by performing a full backup of the database, then switch back to the “full” recovery mode. By temporally changing from the Full recovery model to the Simple recovery mode, and then back, SQL Server will only keep the "active" portion of the log, which is very small. [7.0, 2000, 2005] Contributed by Tom Kitta. Updated 5-7-2007*****If you need to delete all the rows in a table, don't use DELETE to delete them, as the DELETE statement is a logged operation and can take a significant amount of time, especially if the table is large. To perform the same task much faster, use the TRUNCATE...

Denormalization in SQL Server for Fun and Profit

Almost from birth, database developers are taught that their databases must be normalized.  In many shops, failing to fully normalize can result in anything from public ridicule to exile to the company’s Siberian office.  Rarely discussed are the significant benefits that can accrue from intentionally denormalizing portions of a database schema.  Myths about denormalization abound, such as:A normalized schema is always more stable and maintainable than a denormalized one. The only benefit of denormalization is increased performance. The performance increases from denormalization aren’t worth the drawbacks. This article will address the first two points (I’ll tackle the final point in the second part of this series).  Other than for increased performance, when might you...

Understanding Common Type System in .NET Framework

       As .Net Framework is language independent and support over 20 different programming languages, many programmers will write data types in their own programming language. For example, an integer variable in C# is written as int, whereas in Visual Basic it is written as integer. Therefore in .Net Framework you have single class called System.Int32 to interpret these variables. Similarly, for the ArrayList data type .Net Framework has a common type called System.Collections.ArrayList. In .Net Framework, System.Object is the common base type from where all the other types are derived.       This system is called Common Type System. The types in...

How to configure dbmail in sql server 2005 and 2008

Step 1) Create Profile and Account:You need to create a profile and account using the Configure Database Mail Wizard which can be accessed from the Configure Database Mail context menu of the Database Mail node in Management Node. This wizard is used to manage accounts, profiles, and Database...

How to decompile .net DLL or EXE

DIS# is better decompiler for .net.You can get back your code within few minutes by using dis#.Before purchase dis# take a trial for this.If you need full version of with lifetime membership dis# then please send me a mail to at mangeshgangwar@gmail.com.   Features of dis# Download...

Windows Communication Foundation

Windows communication Foundation a part of the .NET Framework that provides a unified programming model for building service-oriented applications that communicate across the web and the enterprise.    Read the WCF whitepaper   Visual Studio 2010 and .NET Framework...

New Social API Web Application Toolkit for .NET Web Developers

Latest in this API We've just published an update to our Web Application Toolkits! Here is a summary of web application toolkits:Its totally free for .net developers.It help ASP.NET web developers complete common web development tasks and quickly add new features to your apps. Whether it's Bing Maps...