|
|
-
|
|
.Net provide us very good functionality to Create image from text, here is function that return Bitmap and take string as a parameter....
|
|
-
|
|
Few days ago I get very tedious job in database,I have to search all stored procedure which have use one particular table.I get following 1 option of query from sys table of sqlserverSELECT ROUTINE_NAME, ROUTINE_DEFINITION FROM INFORMATION_SCHEMA.ROUTIN...
|
|
-
|
|
In my current company we have discussion about what is the difference between LINQ to SQL Vs Entity Framework and I get following conclusion from the surfing from internet (off course from google. :) )
LINQ to SQL supports one to one mapping of d...
|
|
-
|
|
DBCC CHECKIDENT can reset the identity value of the table,
...
|
|
-
|
|
Key differences between IPv4 and IPv6.IPv4IPv6Source and destination addresses are 32 bits (4 ytes) in length.Source and destination addresses are 128 bits (16 bytes) in length.IPsec header support is optional.IPsec header support is required.No identif...
|
|
-
|
|
I face very strange thing with IsNumeric() function in sql
select IsNumeric('1234D234')select IsNumeric('123A123')
Both query have alphanumeric value and both give different answer. very strange.
After a long time spent on google i get solution. We can ...
|
|
-
|
|
When one process take so much long time and UI thread needs to stay
responsive while process is running, the most common method to place a
long running process on a separate thread.In WPF there are mostly use technique is Backgroundworker. Background...
|
|
-
|
|
Prevent Silverlight XAP file from caching in your browser....
|
|
-
|
|
To use more than one Skype account on the same computer at the same time you need to start a new instance of Skype.
1. Click Start > Run (or press the Windows and R keys on your keyboard at the same time)
In the Run window, enter the following comm...
|
|
-
|
|
Usually combo box has only one columns, but Silverlight provide us to bind multiple column in single line....
|
|