To protect your application from SQL injection, perform the following steps:
* Step 1. Constrain input.
* Step 2. Use parameters with stored procedures.
* Step 3. Use parameters with dynamic SQL.
In this article you will learn how we can configure Silverlight application to run Out of Browser and debug when application is launched in Out of Browser window.
Cross threading is a phenomina normally happening in any of application debug session. Developer may not able to understand what's this all about. He may not actually coded for any such scenario like Threading. But this exception may raise especially in side a method where you are accessing any of the GUI control menthod. One natural scenaio will happen, once you
are handling with FielSystemWatcher class. But here 1st I will create a sceanrio and then will give you 2 way resolution too.
Nov. 16, 2009 (Toronto) - After a highly successful beta run, Dundas Data Visualization today announced the premier release of Dundas Dashboard, an all-inclusive platform for the easy creation, delivery and integration of digital dashboard solutions.
In this article we will see that how to use item deleting event to restrict a user so that he will not be able to delete the item of a sharepoint list.
Bratislava, Slovakia — May 18, 2010 — Resco, a leading vendor of advanced developer components and tools for mobile devices, releases today Resco MobileForms Toolkit 2010 Volume 2, which is optimized for Microsoft Visual Studio 2008 and the Microsoft .NET Compact Framework 3.5.
A database snapshot is a read-only, static view of a database (called the source database). Each database snapshot is transactionally consistent with the source database at the moment of the snapshot's creation. When you create a database snapshot, the source database will typically have open transactions. Before the snapshot becomes available, the open transactions are rolled back to make the database snapshot transactionally consistent.
The APIs exposed by MonoTouch for iPad reflect the APIs published by Apple on January 27th. The MonoTouch team at Novell will track the changes that Apple does to the APIs, since Apple APIs are subject to change, so are the new iPad-specific MonoTouch APIs.
Many of us do not have a clear idea about Microsoft MVP Award. I get questions like, what exam do I have to clear to get an MVP award. This blog answers what an MVP award is and how to receive it.
This article will show you XML serialization, so simply added in code, is not a magical stick. Serialization must be planned in full detail when working with complex classes, rather than expected to work by itself. Loss of planning work leads to redesign work later on, when maintaining serialization of original classes becomes too expensive or even hits the limit after which serialization of original classes is not possible without loss of data.