Showing posts with label Settings.Settings. Show all posts
Showing posts with label Settings.Settings. Show all posts

Tuesday, August 14, 2007

Settings.Settings .NET C#

I just learned the newest feature for adding configuration to .NET application (Console, Windows Forms, Web forms, ets.)

Settings.Settings are created when you start your application. This allows you to build out Settings that scope either the application or user. But the big question was how do you access them in the code.

Simple.

Try this

Properties.Settins.Default.[Intellisense takes over and find your setting]

That easy.

How browsers render web pages

How Browsers Render Web Pages Introduction to Browser Rendering When you enter a website address into a browser or click a link, the...