Click here to Skip to main content
15,892,746 members

Videos


Page 1 of 111
1 2 3 4 5 6 7 8 9 10


.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
1. Multi tier ASP.NET C# web application ditribution
It depends. If you are using WCF, then you could install the interface libraries on the client and leave the implementation libraries on your server.
Jason Henderson Updated: 22 Apr 2016
Rating: 3.00/5 ( (1 vote))
2. Porting direct database access code to WCF
How do you logically have each database separated? Is it by name as in customer name or customer number? You could pass the customer name/id with each wcf method call and then generate the connection string, you definitely should not pass a connection string to your wcf method.
Jason Henderson Updated: 20 Apr 2016
Rating: ( (No votes))
3. Why this error occors in my ASP.NET project?
Using it will ensure that your connections are closed. I'm not sure its even using a pooled connection. You normally need to put pool parameters in your connection string from what I understand.
Jason Henderson Updated: 19 Apr 2016
Rating: ( (No votes))
4. How to read by streamreader and sort
Easiest way would be to use Linq and OrderBy. Try changing the scoreArray to a class object.class HighScore{ String Name { get; set; } Int32 Score { get; set; }}List highScores = new List();// add code to read each line in a loop// add code split the name and...
Jason Henderson Updated: 19 Apr 2016
Rating: ( (No votes))
5. Why this error occors in my ASP.NET project?
I won't comment on your style or other bad things I see in your code. I will assume you are just trying to get something working.My suggestion would be to try a using block for the connection and sqldataadapter which will ensure that these objects get disposed and all connections get...
Jason Henderson Updated: 19 Apr 2016
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()

Page 1 of 111
1 2 3 4 5 6 7 8 9 10