Browse by Tags
All Tags »
Programming (RSS)
Do you like a big pile of source code? Well, there is an imperial buttload of source in the Visual Studio 2010 and .NET Framework 4 Training Kit . It's actually a 178 meg download, which is insane. Perhaps start your download now and get it in the morning
Read More...
My two-hundred-and-twenty-second podcast is up . Scott sits down with designer Jin Yang ( @jzy ) to talk about the fundamental differences between developers and designers. Are we a totally different breed? How should designers and developers work together?
Read More...
Got an interesting question on Twitter, and got a fabulous answer in email from Stephen Toub , who happens to be my most favorite multi-threaded person. Here's the question. "why doesn't the new parallel.for support BigInteger?" It's an interesting
Read More...
I've been travelling some, and I have a few more trips at Microsoft WebCamps before I take a much needed break and stop travelling until 2011. I went to Munich, Cairo, and Egypt a few weeks back and presented on ASP.NET MVC (both Beginner and Advanced),
Read More...
I was installing the RC of Visual Studio 2010 yesterday and while the setup program ran I noticed the words CHECKED and UNCHECKED appearing in the Tree View. I was thinking I'd found some cool bug, like I was peering into some background world where checkboxes
Read More...
My two-hundred-and-third podcast is up . I was in Egypt and had the opportunity to sit down with Lamees and Abeer, two successful women in IT. Lamees is a programmer transitioning to Systems Analysis, and Abeer is a veteran Senior Systems Analyst and
Read More...
C# 3.0 introduced the implicit type "var" . I've explained var as saying: "I'm too lazy to tell you the type of this variable, so you figure it out, compiler." However, it's more useful than just promoting terseness or laziness: var
Read More...
While the boys are only 2 and 4, I'm always keeping an eye out on new ways to teach them programming. Certainly I hope they'll be more well-rounded and I and spend more time outside, but a even a basic background in programming and logic, I think, produces
Read More...
My one-hundred-and-ninety-eighth podcast is up . I sit down with Erik Meijer from the Cloud Programmability Team to hear about the Reactive Extensions for .NET (Rx) . Rx is a library for composing asynchronous and event-based programs using observable
Read More...
NOTE: An alternative title to this post might be: " The Weekly Source Code 48: Making The Weekly Source Code 47 Suck Incrementally Less. " Last week I wrote a post about Dynamic Linq Query Generation in order to solve a kind of meta-programming
Read More...
My one-hundred-and-ninety-fourth podcast is up . Scott chats with Warren Sande and his 10 year old son, Carter, about their new book " Hello World: Computer Programming for Kids and Other Beginners. " Listeners can get 40% off Hello World! from
Read More...
In October of 2008 I took an informal survey on Twitter . I wanted to get an idea of what features of the .NET Framework people were using. Also, here's the disclaimer. I did this on a whim, it's not scientific, so the margin of error is +/-101%. That
Read More...
The folks in the .NET Framework Setup team have a favor to ask, and it's pretty cool info so I offered to help. Here's the deal. When .NET 4 releases, the .NET 4 Client Profile will be released as a recommended update on Windows Update (WU) for Vista
Read More...
My one-hundred-and-ninety-third podcast is up . Scott talks to Niklas Gustafsson about Axum (formerly Maestro), an incubation project at MSDN DevLabs. Axum is a new language based on the Actor model that targets the CLR. It focuses on making concurrency
Read More...
The team I work at Microsoft for is called Server and Tools Online, and one of the things we work on is the Microsoft Developer Network or "MSDN." If you go way, way up, our boss is Soma ( Yes, this Soma ), but down here in the trenches there's
Read More...