Click here to Skip to main content
15,889,216 members

Articles by Sabrina Hope (Article: 1, Tip/Trick: 1)

Article: 1, Tip/Trick: 1

RSS Feed

Average article rating: 2.33

Programming Languages
C# 4.0
15 Apr 2011   Updated: 15 Apr 2011   Rating: 2.33/5    Votes: 2   Popularity: 0.70
Licence: CPOL    Views: 60,302     Bookmarked: 0   Downloaded: 788
Please Sign up or sign in to vote.
Shorten the amount of code needed to use a SqlDataReader

Average blogs rating:

No blogs have been submitted.

Average tips rating: 0.00

Web Development
ASP.NET
14 Apr 2011   Updated: 14 Apr 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 12,541     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
If you want to be sure that every object is closed, I would use this method: while (true){ Thread.Sleep(2000); using (SqlConnection objConnection = new SqlConnection(@"Integrated Security=SSPI;Persist Security Info=True;Initial Catalog=Northwind;Data Source=.;Max Pool Size=1"))...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer
Canada Canada
The first ever language I started with was QuickBasic and soon I switched to Borland C++ 3.0. Then I attended computer science school where I learned Cobol, Access and ASP. Now I use VB6, VB.NET, C#, ASP.NET, PHP languages with MSSQL and MySQL databases.