What is the best of using the string concatenation in .net? As I know string in .net is immutable type, so what is the best way to concatenate two or more...
| 0 |
30 May 2012 views: 45
by
Jabbar
|
How can I deserialize json data in C# according to my table structure, let's say my table structure is like...
| 2 |
30 May 2012 views: 267
by
Ali Adravi
|
Could not load file or assembly "Microsoft.ReportViewer.WebForms, version=8.0.0.0, culture=neutral, publicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The...
| 2 |
30 May 2012 views: 501
by
Hamden
|
What are the new features for Visual C# in Visual Studio...
| 1 |
29 May 2012 views: 47
by
A B Salt
|
I was reading Visual Studio 11 regarding multiple tasks in a single async method, how to do...
| 1 |
29 May 2012 views: 62
by
Mike .Net
|
Can anybody please provide the list of all return types of async method in...
| 0 |
29 May 2012 views: 94
by
Gibson
|
How to convert a synchronous method to an asynchronous method in visual studio...
| 2 |
29 May 2012 views: 376
by
Tigers
|
In my Address table primary key is set on multiple columns, Name, BuildingNumber, City and Zip.
I want to delete the primary key from all these columns and...
| 1 |
28 May 2012 views: 68
by
Hamden
|
I need the code to get the android version of current...
| 1 |
28 May 2012 views: 72
by
Anderson
|
I need help to write a procedure to sort the record on the basis of parameter without using the dynamic query
(I hate dynamic query because it always make...
| 0 |
27 May 2012 views: 75
by
Horizon Net
|
I have two database and want to write the sql procedure to get records by joining two table from different database.
Is that possible to write the join query...
| 0 |
26 May 2012 views: 75
by
Flower
|
I am new for LINQ and want to know how to update the record using LINQ TO SQL.
what about if there are more columns, do I need to assign every column value...
| 1 |
25 May 2012 views: 405
by
Gibson
|
I want to concatenate
Address1
Address2
City
State
Zipcode and
Country
what is the best way to concatenate,...
| 2 |
24 May 2012 views: 128
by
Jabbar
|
In my application a single user may have up to 5 roles
I have a table roles like...
| 1 |
24 May 2012 views: 107
by
Captain
|
The following code works on Chrome 19, Firefox 12, Opera11, as well as iOS5 but NOT...
| 1 |
24 May 2012 views: 113
by
Jabbar
|
I was testing some injection and reached in confusion state that parametrized queries are safe or not...
So could any body please explain it in...
| 1 |
24 May 2012 views: 84
by
Ali Adravi
|
SQL SERVER – SELECT Count(1) vs SELECT Count(*)
What is the performance differences in these...
| 4 |
24 May 2012 views: 1397
by
Dev D
|
I am getting this error again and again, pinged the database server and found server is...
| 0 |
24 May 2012 views: 140
by
Flower
|
How to send automated job Email Notifications in SQL Server...
| 1 |
24 May 2012 views: 107
by
Ashar Ilyas
|
Whenever I am using String and some string manipulation inside for loop, I always found myself in confusion which one should I...
| 0 |
24 May 2012 views: 79
by
weblion
|
I found if there is any column of type varchar(max) then page performance hit. Just change the datatype varchar(max) to varchar(8000) gain performance.
what...
| 1 |
23 May 2012 views: 93
by
Jenifer
|
What is the difference between FirstOrDefault and SingleOrDefault?
In which situation both will be used and not to be...
| 2 |
23 May 2012 views: 172
by
Hamden
|
Is there any feature available in HTML 5 to validate the email? if yes, then...
| 0 |
23 May 2012 views: 71
by
Tigers
|
I am trying to deserialize the jSon and getting error:
Expecting state 'Element'.. Encountered 'Text' with name , namespace
I explore the jSon String...
| 2 |
22 May 2012 views: 1083
by
Dev D
|
How to show 2 rows per record in a Gridview in asp.net
I want to show first row with Product records and second row about the discount...
| 2 |
20 May 2012 views: 1022
by
Grant Benson
|
