nestor

Stories kicked by nestor

Be sure to put in some default value when testing with Nullable types(blog.krisvandermast.com)

submitted by KvdMKvdM(1695) 5 years, 10 months ago

Nullable types are a great feature in .NET 2.0 but even when the code compiles the functional behaviour can turn out to be completely different from what you would expect when comparing and the value is null. read more...

add a comment |category: |Views: 1

tags: another

Testing upon Nullable types in C# 2.0(blog.krisvandermast.com)

submitted by KvdMKvdM(1695) 5 years, 10 months ago

Using nullable types in C# 2.0. read more...

add a comment |category: |Views: 3

tags: another

Developer Productivity Tools Video Part 1(hanselman.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Here is a 33min video of a presentation that Scott Hanselman gave on developer productivity tools to the Beantown.net INETA User Group. read more...

add a comment |category: |Views: 12

tags: another

Recipe: Enabling Windows Authentication within an Intranet ASP.NET Web(weblogs.asp.net)

submitted by rjdudleyrjdudley(1465) 5 years, 10 months ago

Scott Guthrie demonstrates how to enable Windows authentication on an Intranet application. read more...

1 comment |category: |Views: 77

tags: another

C#'s new ?? operator(blogs.sagestone.net)

submitted by bottlesbottles(420) 5 years, 10 months ago

From the post "I hadn't seen this in any of the C# 2.0 feature lists, but Fritz Onion brings this little gem to light for me. There's a new operator: ?? It's a lot like the old inline if statement." read more...

5 comments |category: |Views: 8

tags: another

Virtual PC 2004 Now Free!(blogs.technet.com)

submitted by rjdudleyrjdudley(1465) 5 years, 10 months ago

First Virtual Server 2005 was free, and now Virtual PC 2004 is free (as of 9am PST). And, Virtual PC 2007 will apparently also be free. Download links in the article. read more...

1 comment |category: |Views: 4

tags: another

Build Contention Equation(jayflowers.com)

submitted by jflowersjflowers(1860) 5 years, 10 months ago

We are exploring new ways to build our software at work. I was trying to convey a thought on validating the feasibility of a build process today with the following equation. Number of Change Packages = 8 Hours * 60 Minutes / (Build Time + Preparation Time + Buffer) Filling out the right side of the equation will show how many change packages can be process by the build on an average day. The Build Time is how long it take the build to complete. The Preparation Time is how long it takes a developer to get the build started. This could represent claiming the build token, submitting to source control and waiting for the build process to begin. In the proposed build process only one developer could submit at a time; the build is triggered by a submission to source control. The Buffer is the tricky variable. Read the entry to find out why. read more...

add a comment |category: |Views: 1

tags: another

Announcing Our Book! (Windows Developer Power Tools)(frazzleddad.blogspot.com)

submitted by jflowersjflowers(1860) 5 years, 10 months ago

The book is around 1100 pages of goodness on open source and freeware tools you can use to improve your software development work. The book’s all about using tools to bring value to the entire development cycle from writing code to testing to lifecycle management. We’ve got something like 170 tools from Anthem.NET to Sysinternals RegMon to Bugzilla. We chose tools which help improve the quality of code you write, or help improve your productivity as a developer. (We also chose stuff we thought was just plain cool, too.) What’s really neat is that we’ve had a significant number of articles written by the tool creators themselves. This is great because 1) these folks know their own tools inside and out and can best write about the tools’ value, and 2) they were passionate enough to write the tool in the first place and that passion (hopefully!) comes across in their articles. We’ve also had some terrific folks contribute articles to the book as well. James and I have still ended up writing probably 70% of the book ourselves, plus we edited every submission for consistency, style, and content. read more...

add a comment |category: |Views: 3

tags: another

Access Web Services Asynchronously in .NET Design Patterns(codeproject.com)

submitted by tiernanotiernano(1674) 5 years, 10 months ago

In the real world, client software usually communicate with web services asynchronously. An asynchronous call returns immediately, and receives the result separately when the processing is completed. This can avoid latency across network freezing the application UI or blocking other processes. read more...

add a comment |category: |Views: 7

tags: another

sharpBITS.NET - wrapper for BITS API - The Code Project(codeproject.com)

submitted by tiernanotiernano(1674) 5 years, 10 months ago

SharpBITS is a library to wrap the BITS SDK for use with managed code on .NET platform. read more...

add a comment |category: |Views: 37

tags: another

Announcing Our Book! (Windows Developer Power Tools)(feeds.feedburner.com)

submitted by HaackedHaacked(5105) 5 years, 10 months ago

Announcing the Windows Developer Power Tools book that features open source and freeware tools to improve the development lifecycle. read more...

add a comment |category: |Views: 1

tags: another

Building a simple RSS reader using WPF databinding(snowball.be)

submitted by gillgill(1070) 5 years, 10 months ago

In this article, the author takes you through WPF databinding, while building a simple RSS reader. read more...

2 comments |category: |Views: 1968

tags: another

ASP.NET 2.0 Page Life Cycle(blog.krisvandermast.com)

submitted by KvdMKvdM(1695) 5 years, 10 months ago

A repost of the diagram by Léon Andrianarivony. read more...

5 comments |category: |Views: 696

tags: another

TestDriven.NET Enterprise & Professional(weblogs.asp.net)

submitted by rjdudleyrjdudley(1465) 5 years, 10 months ago

In order to help turn TestDriven.NET from a hobby into somethig that pays the bills, Jamie has released a Professional and Enterprise version of TestDriven.net. There's still a free version, non-crippled and non-nag, but he asks if you regularly use TestDriven.NET in one of the licensing scenarios, please byu a license. read more...

add a comment |category: |Views: 13

tags: another

Anyone Need A .NET Open Source Rss Library?(haacked.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Phil Haack is looking to fork the RSS.NET library: "Ideally, I would like to start a new project that is essentially a fork in RSS.NET, perhaps called FeedGenerator.NET (call me the forkmaster). I could probably host it on CodePlex in order to give me an opportunity to try it out and provide feedback. Would anyone find such a library useful other than us blog engine developers? Anyone have a better name?" read more...

1 comment |category: |Views: 8

tags: another

Download new JSON stand-alone library for Microsoft .NET 1.1/2.0(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Michael Schwarz has released the AJAX.NET JSON parser and serialiser as its own component. This is perfect for me and this site as I am currently only using the JSON serialiser from AJAX.NET. I am using the Dojo toolkit as the AJAX library. read more...

add a comment |category: |Views: 202

tags: another