sethpetryjohnson

Stories kicked by sethpetryjohnson

Another Use for C# Using(dotnet.dzone.com)

submitted by volume4volume4(910) 3 years, 11 months ago

If you are a C# developer you're familiar with the using directive. It appears at the top of every one of your class files informing the compiler what namespaces should be looked at while compiling this code page so that you don't have to fully qualify every object. (This isn't the interesting bit) read more...

3 comments |category: |Views: 705

tags: another

The problem(s) with value types(blog.activa.be)

submitted by activaactiva(2340) 4 years ago

Value types can sometimes cause unexpected behavior. This post explains one of the pitfalls you can encounter when using arrays and lists of value types. read more...

1 comment |category: |Views: 326

tags: another

Great Little Silverlight Tool Every .Net Developer Need(blog.toolico.com)

submitted by tomericotomerico(220) 4 years, 1 month ago

A light and handy Silverlight utility which allows you to select through all the possible String.Format options. And provides you with a code snippet to paste into your code. read more...

add a comment |category: |Views: 18

tags: another

Scripting an ASP.NET installation in Win2k3(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 2 months ago

A concrete example of setting up an ASP.NET website using a batch file. read more...

add a comment |category: |Views: 2

tags: another