The Single Responsibility Principle may be one of the most important design concepts in programming. This blog illustrates how Microsoft broke this pattern in MFC, and how they later redeemed themselves in .NET
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.
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.
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.