Browse by Tags

All Tags » .NET (RSS)

Jon's News Wrapup - May 8, 2008 Edition

h2.entry-title {font-size: 1.1em; clear:left;} ul.hfeed {list-style-type: none;} li.xfolkentry {clear: left;} img.item {float:left;height:75px;} div.entry-content {float:left;width: 75%;} ul.more, ul.tags, address.author {display:none;} h3 {clear:left;...

Visual Studio 2008 (Beta 2) Install - Easter Egg?

Exactly one week ago, I was testing something that required me to install the old Visual Studio 2008 (Beta 2) on a virtual machine. I got part way through the install when a bizarre set of circumstances led to my accidentally sitting on the keyboard....
Posted by Jon Galloway | 18 comment(s)
Filed under: , ,

January 2008 Recap

I've had a policy against posting on big news that's likely to be common knowledge in the Microsoft development community, since nobody needs another post saying "Big News, Visual Studio 2008 is out today!" But I think I'm going to break that policy once...

Silverlight 1.1 (Alpha) cross domain webservice access makes mashups tricky

Any web mashups, by definition, require cross-domain calls. Those cross-domain calls may happen on the client (in the browser) or on the server. Regardless of the client technology (AJAX, Flash, Silverlight, etc.), cross domain calls on the client are...
Posted by Jon Galloway | 10 comment(s)
Filed under: , ,

Some keyboard input tricks for Silverlight 1.1 (Alpha)

Here are a few tricks I learned while doing my "hello world" maze game in Silverlight 1.1 . Silverlight doesn't fire the KeyDown event for cursor (arrow) keys However, just about all keys will fire a KeyUp event. In my case, I was able to just handle...
Posted by Jon Galloway | 10 comment(s)
Filed under: , ,

Failed Orcas Beta 1 install - Check for Office 2007 Beta Installer records

The Orcas Beta 1 install kept failing on my laptop with a non-specific error. The install log didn't say anything very helpful: Microsoft Web Designer Tools: [2] Component Microsoft Web Designer Tools returned an unexpected value. setup.exe: [2] ISetupComponent...
Posted by Jon Galloway | 1 comment(s)
Filed under: ,

VB.NET vs. C#, round 3?

VB.NET gets a hard time from C# developers. For a variety of reasons, the leading .NET programmers seem to be working in C# , and VB.NET developers get really tired of saying, "Hey, VB.NET can do that, too!" The VB crowd's got something new to talk about...
Posted by Jon Galloway | 9 comment(s)
Filed under: ,

CodePlex is adding support for <strike>Subversion</strike> TortoiseSVN

I just heard that CodePlex is adding support for TortoiseSVN with an estimated release date of June 5 . UPDATE: Newer comments make it look like they are just setting up a bridge from TortoiseSVN to TFS. Not clear... Although the information just says...
Posted by Jon Galloway | 8 comment(s)
Filed under: , ,

MIX07 - WCF adding System.UriTemplate, [WebGet], and [WebInvoke]

System.UriTemplate Build and parse URI's System.UriTemplate (Orcas) - runtime support for URI template syntax UriTemplate.Bind - A safe, smart string.format for URI construction UriTemplate.Match - Extracts URI to dictionary UriTemplateTable - One or...
Posted by Jon Galloway | with no comments
Filed under: , , ,

Are you ALT.NET?

David Laribee coined a term which summarizes a movement in the .NET community - ALT.NET: What does it mean to be to be ALT.NET? In short it signifies: You’re the type of developer who uses what works while keeping an eye out for a better way. You reach...
Posted by Jon Galloway | 11 comment(s)
Filed under:
More Posts Next page »