|
|
nestor
nestor
 |
|
Stories kicked by nestor
|
|
published 2 years, 4 months ago, submitted by
KvdM
2 years, 4 months ago
blog.krisvandermast.com — 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: C# | Views: 1
|
|
tags:
Test, NullableTypes | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
gavinjoyce
2 years, 4 months ago
hanselman.com — 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...
|
|
tags:
ScottHanselman, Tools | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
bottles
2 years, 4 months ago
blogs.sagestone.net — 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: C# | Views: 3
|
|
tags:
2.0, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
rjdudley
2 years, 4 months ago
blogs.technet.com — 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: Products | Views: 2
|
|
tags:
VirtualPC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
jflowers
2 years, 4 months ago
jayflowers.com — 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...
|
|
tags:
JayFlowers, Build | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
jflowers
2 years, 4 months ago
frazzleddad.blogspot.com — 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: Open Source | Views: 1
|
|
tags:
TDD, eBook, Testing, OpenSource, Dupe | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
tiernano
2 years, 4 months ago
codeproject.com — 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: C# | Views: 0
|
|
tags:
Async, WebServices, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
tiernano
2 years, 4 months ago
codeproject.com — SharpBITS is a library to wrap the BITS SDK for use with managed code on .NET platform. read more...
add a comment
|
category: C# | Views: 11
|
|
tags:
sharpBITS.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
gill
2 years, 4 months ago
snowball.be — In this article, the author takes you through WPF databinding, while building a simple RSS reader. read more...
|
|
tags:
WPF, RSS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
rjdudley
2 years, 4 months ago
weblogs.asp.net — 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...
|
|
tags:
TestDriven.net, UnitTesting, TDD | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
gavinjoyce
2 years, 4 months ago
haacked.com — 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: Open Source | Views: 0
|
|
tags:
Haacked, RSS.NET, RSS, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
gavinjoyce
2 years, 4 months ago
weblogs.asp.net — 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: AJAX | Views: 15
|
|
tags:
MichaelSchwarz, Test, JSON, AJAX, AJAX.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|