• Home
  • Speaking
  • Training
  • Articles
  • About
  • Contact
  • Twitter Twitter icon
  • Instagram
  • Dev.to dev.to icon
  • LinkedIn LinkedIn icon
  • RSS RSS icon

ADO.NET 2's SqlConnectionStringBuilder

31 January 2008 All

The ADO.NET team is working on a building an object called SqlConnectionStringBuilder. The object is intended to assist in building connections string. Pretty basic concept and if you use config files to store your connection strings, you may not take advantage of it (but still could). But if you ar

The Yanks/Sox Rivalry Resumes Tonight: The Unit vs Boomer!

31 January 2008 All

Being a die hard Yankee [http://www.yankees.com]fan and a baseball fan in general, I cannot wait to see the Yanks take the Red Sox on tonight [http://sports.espn.go.com/mlb/news/story?page=redsoxyankees]in the Bronx. I just hope it does not get rained out. Its just a lot of fun to watch the story un

Impersonatation

31 January 2008 All

Quick blog for now … I set up a new ASP.NET project, turn on NT auth, turn off anonymous access, write some ADO.NET code to connect to SQL Server via integrated security and viola! I get this lovely error: <P></P> <FIELDSET><LEGEND>Arg!</LEGEND> <H2>Login failed

Garbage Collection Quiz

31 January 2008 All

Here’s a quick quiz about GC: Q) At what point is x eligible to be cleaned up by the GC? <FIELDSET><LEGEND>Garbage Collection</LEGEND> public void foo() { Class1 x = new Class1(); Class2 y = new Class2(); y.Width = x.GetWidth(); y.Height = y.Width; y.Color = "Red&quo

Garbage Collection Examples

31 January 2008 All

In a previous post [https://www.johnpapa.net/blogs/john.papa/archive/2005/04/02/61096.aspx] I posed a question regarding how garbage collection operates on unused objects. Basically, once there are no more references to an object (let's say "x"), .NET sees that x is no longer used and

Newer Posts
Page 227 of 232
Older Posts

John Papa

Hi, I'm John Papa. I author this blog, create courses for Pluralsight, and work in Developer Relations. I am a professional storyteller, I contribute to OSS, and I'm a Web technologist

Latest Projects

  • Comparing Callbacks, Promises and Async Await in TypeScript
  • Debug Angular 9: Interacting with Components
  • Vanilla JavaScript and HTML - No frameworks. No libraries. No problem.
  • Shifting Your Node Express APIs to Serverless
  • Predictive Preloading Strategy for Your Angular Bundles
  • How I Write Online Articles
  • Debug Your Node.js App in 60 Seconds
  • The Next.js for Angular - Analog on Web Rush #290
  • VS Code to the Cloud in 60 Seconds on Web Rush #289
  • Make AI Useful For You on Web Rush #288
  • Why You As A Developer Must Care About Managing Your APIs on Web Rush #287
  • Fast Development with Visual Studio on Web Rush #286
  • The Best of Build for Developers on Web Rush #285
  • App Spaces: Simplifying App Development in Azure on Web Rush #284
  • Twitter Twitter icon
  • Instagram
  • Dev.to dev.to icon
  • LinkedIn LinkedIn icon
  • RSS RSS icon
Copyright 2025 John Papa

This work is licensed under a Creative Commons Attribution 4.0 International License. In other words, share generously but provide attribution.

Disclaimer

Opinions expressed here are my own.

Published with Ghost

This site is hosted on Ghost.io
Theme by Cross Stroke.