This article is taken from the book SQL Server DMVs in Action. The author discusses a routine that identifies the SQL queries that are currently running, which is useful for debugging.
When it comes to making more money from your search engine marketing you have to realize that you need to make sure you have a plan in place to make this happen. Simply getting traffic to your site is not going to help you if you can't get those visitors to buy. In this article I want to show you exactly how to get your visitors to buy what you are selling.
In this article you will know how to use the CheckBox inside Gridivew control and how to select the multiple checkboxes to get the selected CheckBoxes value will be displayed.
In this article, Scott examines the symptoms of the Visual Studio 2010 RC Intellisense crash and provides the patch to fix the crash including the steps required to report a issue while using the patch.
When you own a website, the things you can do to the website to make it attractive are limited. But, the ways of off-page optimization are numerous. Some of the most popular ways being SEO, link building, article submission, etc. You can seek the help of any complete off page optimization company to take care of optimizing your website.
As I understand it, and I may be wrong, but GAE's remote_api allows one application to access another application's datastore. I'll be blunt I don't understand how this works. I have read the article that everyone likes to point to, but I still don't understand how you can link two applications. Can someone explain it to me, perhaps with a small example or just point me to a tutorial that does this?
components. These same configuration settings can be leveraged in Script Task, but you also have the option of triggering and tracking events in a considerably more customizable manner. This article explores features that provide this flexibility.
NEW! SQL Monitor 2.0Monitor SQL Server Central's servers withRed Gate's new SQL Monitor.No installation required. Find out more.
Do you understand the power of backlinks? No, do you truly understand? Well I have a search engine optimization guide here for you that will show you how to get crazy traffic to your website. Make sure that read this entire article to learn all the dirty tricks!
This article describes a simple method of capturing a NewWindow event for the Windows Forms WebBrowser control, and also how to detect (and potentially cancel) a JavaScript window.close() call.
Want to get to the first page of Google for your keywords? Then you have to know about keyword density. In this article you're going to learn what it is and how to use it.
You will learn what are the important factors to consider before hiring an SEO Consultant. The article also share with you an faster alternative to Search Engine Optimization.
<b>The Geek Stuff:</b> "In this article, let us review various tar examples including how to create tar archives (with gzip and bzip compression), extract a single file or directory, view tar archive contents, validate the integrity of tar archives, finding out the difference between tar archive and file system, estimate the size of the tar archives before creating it"
Dynamic SQL allows stored procedures to “write” or dynamically generate their SQL statements. The most common use case for dynamic SQL is stored procedures with optional parameters in the WHERE clause. These are typically called from reports or screens that have multiple, optional search criteria. This article describes how to write these types of stored procedures so they execute well and resist SQL injection attacks.
I was going through one article here and the topic was "Changing the Size and Appearance of the Unity Launcher" which required to open up CompizConfig from System Settings -- Desktop. I could find System Settings and could reach to control panel but cannot locate either Desktop or CompizConfig. When i go to Software center and search for compizconfig, it says that it is already installed.But when i search it from the list of installed applications, i couldn't find it.??
1.How am I supposed to store data on server, using not only: databases,text files and images?
And how someone could implement storing data in fb's graph api http://developers.facebook.com/docs/reference/api/ , so when I go to: https://graph.facebook.com/19292868552 it shows me such data(how it can be stored? I guess it's not Mysql database)
PS. Link to article: http://jayant7k.blogspot.com/2009/05/how-facebook-stores-billions-of-photos.html <- How can concurrent users writing requests be solved(while storing data in text file).
In this article, I will explain how to install and configure self-signed SSL certificate for the central administration web site in SharePoint Server 2010. This procedure is also applicable for any other web applications for both SharePoint 2007 and SharePoint 2010.
If you want to get more rankings for your site in the search engines you are going to have to make sure you use them the right way so you can maximize the traffic you get from them. In this article I want to show you the right way to use articles when you are trying to get more rankings in your niche market.
This article shares some tips on using concatenation efficiently for application development, pointing out some things that we must consider and look at when concatenating values or fields in our queries or stored procedures.
NEW! Never waste another weekend deployingDeploy SQL Server changes and ASP .NET applications fast, frequently, and without fuss, using Deployment Manager, the new tool from Red Gate. Try it now.
This article show a web custom control that allows partial rendering using JQuery...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
It is crucial to know if your site is indexed by the search engines. After all, what good it is to spend weeks or ever months developing and optimizing your website just to realize that your site is nowhere to be found. In this article I will share some of the tricks I use to find out whether or not my websites are indexed by Google.
<b>O'Reilly Broadcast:</b> "I knew in advance that venting my frustrations with Ubuntu in the form of an article yesterday would stir up a hornet's nest."
Greetings,
If you are insteresting to know how some of the internal design of server controls affect performance, check the article I wrote about it at http://blogs.msdn.com/josere/archive/2010/05/05/asp-net-internals-server-controls-fields-and-performance.aspx
Thanks for reading, Jose....Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
Ad::
SharePoint 2007 Training in .NET 3.5 technologies (more information).
This feed URL has been discontinued.
Please update your reader's URL to :
http://feeds.feedburner.com/winsmarts
Read full article ....
...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
Learn to program using interfaces by reading C# Online.NET articles like Interfaces and Abstract Classes.
And, here is an excerpt from a VSLive! article on Interface-Based Programming in C#.
"Interfaces help define a contract, or agreement, between your application and other objects. This agreement indicates what sort of methods, properties and events are exposed by an object. [...]