Select Last N Rows In A SQL Server Data Table
2011-09-20
How to select last 5 or 10 or … rows in a SQL Server data table ? ...
Update a Table using the Data from Another Table
2011-09-19
There are lots of ways to update a table data, here we have one example as the following: ...
Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand
2011-09-19
There was a coder wrote the following code about a SQL Server saving operation: ...
ConfigurationManager in Windows Form using Visual Studio 2010
2011-09-15
When you create a new Windows Forms application in Visual Studio 2010, and if you want to do somethi ...
Develop App Based On MySQL Using C#
2011-09-14
Most of .net developers develop Windows applications using SQL Server database, but how about some c ...
Bing Maps Services
2011-09-12
We can use Bing Map Services directly to implement our Bing Map project. ...
A Sample of Integrating Bing Map and Geonames using ASP.NET
2011-09-12
Some of Bing map and Google map services are not free, For example, They will not provide a free Geo ...
Unable to find the requested .Net Framework Data Provider. It may not be installed.
2011-09-09
We have a small MVC project, once a time we got the following error message in a popup window: ...
Install Microsoft SQL Server Compact 4.0
2011-09-09
Download Microsoft SQL Server Compact 4.0 from
Image Blur and Shadow in Silverlight
2011-09-07
Silverlight Pixel shaders can manipulate pixels for different effects. There are different shaders: ...