|
|
-
|
|
DBCC CHECKIDENT can reset the identity value of the table,
...
|
|
-
|
|
Usually combo box has only one columns, but Silverlight provide us to bind multiple column in single line....
|
|
-
|
|
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 ...
|
|
-
|
|
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...
|
|
-
|
|
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...
|
|
-
|
|
Today i upload all report of my project and get error
Error : There was an Exception running the extension specified in the config file --> maximum request length exceeded.
The basic problem here, is that your posting an amount of data to a web app la...
|
|
-
|
|
.Net provide us very good functionality to Create image from text, here is function that return Bitmap and take string as a parameter....
|
|
-
|
|
Basically String Split function split the string with the single character delimiter; we take one example of single string of the multiple emails. If we have comma separated emails then we can use Split function as like belowstring strEmailText = "abc.a...
|
|
-
|
|
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...
|
|
-
|
|
Console.WriteLine(a));}Out Put: 2 5 7Hope this will helps you, Thanks....
|
|