sdorman

Stories submitted by sdorman

Dotnetkicks Homepage Updates(blog.dotnetkicks.com)

submitted by sdormansdorman(1415) 1 year, 6 months ago

Almost a year ago, DotNetKicks underwent some considerable changes including a new overall look to the site. Today, we again launched several new features. read more...

2 comments |category: |Views: 222

tags: another

Moderators at Dotnetkicks(blog.dotnetkicks.com)

submitted by sdormansdorman(1415) 1 year, 6 months ago

DotNetKicks is a community based news site which uses moderators, who are regular members which have some additional capabilities) to prevent SPAM stories from accumulating. read more...

1 comment |category: |Views: 106

tags: another

Debunking another myth about value types - Fabulous Adventures In Codi(blogs.msdn.com)

submitted by sdormansdorman(1415) 1 year, 7 months ago

Eric Lippert (from the C# compiler team) tackles a common belief about value types and corrects some fundamental misconceptions about them. read more...

add a comment |category: |Views: 4

tags: another

Microsoft Developer Guidance Maps(blogs.msdn.com)

submitted by sdormansdorman(1415) 1 year, 7 months ago

The Microsoft Developer Guidance Maps Project is an effort to create a model and a map of resources for developer guidance. The goal is to simplify as well as better organize and share the catalog of developer guidance resources. read more...

add a comment |category: |Views: 252

tags: another

Implementing Multiple Value Returns in JavaScript(fitzgeraldnick.com)

submitted by sdormansdorman(1415) 1 year, 7 months ago

An interesting way to have multiple return values in JavaScript. read more...

add a comment |category: |Views: 9

tags: another

Small Basic | Development for Beginners | MSDN(msdn.microsoft.com)

submitted by sdormansdorman(1415) 1 year, 7 months ago

Microsoft Small Basic puts the fun back into computer programming. With a friendly development environment that is very easy to master, it eases both kids and adults into the world of programming. Small Basic combines a friendly environment with a very simple language and a rich and engaging set of libraries to make your programs and games pop. In a matter of few lines of code, you will be well on your way to creating your very own game! read more...

1 comment |category: |Views: 12

tags: another

SharpBITS.NET - A Wrapper for the BITS API - CodeProject(www.codeproject.com)

submitted by sdormansdorman(1415) 1 year, 7 months ago

SharpBITS is a library to wrap the BITS SDK for use with managed code on the .NET platform. It was intended and first implemented for a project designed to transfer large files over a slow and unstable WAN link. While there are some other options like use of FTP, BITS had some real advantages that made it the favorite selection. read more...

add a comment |category: |Views: 5

tags: another

WoVS Quick Add Reference(visualstudiogallery.msdn.microsoft.com)

submitted by sdormansdorman(1415) 1 year, 7 months ago

The “Quick Add Reference” extension augments the smart tag that VS shows for unrecognized types giving you a chance to add the corresponding assembly reference for that type plus corresponding “using” clause if needed in a single shot. read more...

3 comments |category: |Views: 51

tags: another

Scott Hanselman - Introducing NuPack Package Management for .NET(www.hanselman.com)

submitted by sdormansdorman(1415) 1 year, 7 months ago

Microsoft's been filling out the Web Stack with more and more right-sized LEGO pieces lately. NuPack is a package management system for .NET. The goal of NuPack is to make the process of incorporating third party libraries into your solutions as simple as possible. read more...

1 comment |category: |Views: 281

tags: another

How to remove all useless new lines in automatic properties(www.clariusconsulting.net)

submitted by sdormansdorman(1415) 1 year, 8 months ago

A simple yet effective way to remove extra new lines in automatic properties using Visual Studio regular expression search and replace. read more...

add a comment |category: |Views: 10

tags: another

Interesting .NET Framework 4 Statistics(geekswithblogs.net)

submitted by sdormansdorman(1415) 1 year, 8 months ago

Some interesting statistics for the .NET Framework 4.0. There were a total of 44,346 types (loaded from 130 assemblies), with 33,152 classes, 2,398 interfaces, 4,828 enums, and 8,796 value types. read more...

add a comment |category: |Views: 359

tags: another

Is is as or is as is?(blogs.msdn.com)

submitted by sdormansdorman(1415) 1 year, 8 months ago

A short and concise post by Eric Lippert about the is and as operators in C#. read more...

add a comment |category: |Views: 176

tags: another

What's up with the strange treatment of quotation marks and backslashe(blogs.msdn.com)

submitted by sdormansdorman(1415) 1 year, 8 months ago

The way the CommandLineToArgvW function treats quotation marks and backslashes has raised eyebrows at times. Let's look at the problem space, and then see what algorithm would work. read more...

add a comment |category: |Views: 0

tags: another

Team Foundation Server 2010 Event Handling with Subscribers(geekswithblogs.net)

submitted by sdormansdorman(1415) 1 year, 8 months ago

There is a lot of references and blog posts on how to handle SOAP events raised by Team Foundation Server 2005, 2008 and 2010 but is there anything new in 2010 that supersedes this? Even though I knew it was there, n o amount of google-fu brought back any results relevant to anything new, so hopefully this will fill that gap. read more...

add a comment |category: |Views: 4

tags: another

Writing Windows Shell Extension with .NET 4 - Part 1(geekswithblogs.net)

submitted by sdormansdorman(1415) 1 year, 8 months ago

Provides a good foundation for writing Windows Shell extensions using .NET 4. read more...

add a comment |category: |Views: 89

tags: another

C#/.NET - Two Things That Only Initializers Can Easily Do...(geekswithblogs.net)

submitted by sdormansdorman(1415) 1 year, 8 months ago

There’s at least two things that object/collection initializers can do that you can’t easily do without them. This blog post shows what they are. read more...

add a comment |category: |Views: 10

tags: another