Archive for the ‘.net 2.0’ Category

TfsProxy on codeplex shutdown

Today I received a message from codeplex telling me that I needed to publish my tfsproxy project on codeplex. I tried doing that but it won’t let me because I didn’t had any source code in the tfs servers. So I decided to let the project get closed on May 1 2009. For those that [...]

Visual studio .net 2010 & .net Framework 4.0 CTP

Today I found that the first CTP for visual studio .net 2010 and the .net framework 4.0 is available for download. If you want a quick overview of some of the new features go to this website: http://msdn.microsoft.com/en-us/vs2008/products/cc948977.aspx  If you want to download the CTP you should go to the Microsoft Connect page Print PDF

It’s here to stay: Frontpage Server Extensions

Although nobody really uses the program for which this technology was initialy created – Microsoft Frontpage – there are still programs that use the FPSE. Like Visual Studio .Net uses it to publish a website/webservice. With the new IIS 7.0 most developers will know about the “publish problem” from vs.net to an IIS 7.0 web [...]

How to ignore a blogging career ?

That’s simple buy a house that needs to be finished in the meantime switch jobs and on top of that move out of your current appartement. I’ve not been writing as much as would like, but I can’t seem to find the time. Lately I’ve been watching more closely to LINQ, Nhibernate, EDM, Windows Server [...]

Okay this is nice, trust me

The thing we’ve all come to love is bugged! String.IsNullOrEmpty can throw a NullReferenceException at runtime in certain cases. The problem is with the optimizations performed by the the JIT compiler. Microsoft already fixed this issue in the first beta, so all you early adapters can already enjoy the fixed String.IsNullOrEmpty Microsoft’s Feedback Article demonstrating [...]

BlogEngine.Net Released

Today I saw the notice of the first official release of the freely available blogengine.net. I already installed it once when it was in the alpha/bèta phase. Back then I saw the potentials and definitly the ease of customizing and integrating it. Nowadays when I look at the features list as well as the roadmap [...]

FileBrowser Control For Windows Mobile 6.0 Released

I’ve released the source code of the FileBrowser Control. Check the projects section! Print PDF

Up to Sequence diagrams

Yesterday I blogged about the autodiagrammer add-in for Reflector to visualize .net assemblies in class diagrams. Today I’ve found a nice ad-in that will generate Sequence Diagrams out of the .net assemblies. If they keep this up we can do what we’ve always wanted to do, program first and analyze later. because these tools will [...]

Visual Studio Orcas Beta available !!!

I saw the notice on Informationweek that Microsoft released a beta of the VS.net Orcas. Find out more here. Print PDF

Developer Highway Code

While browsing my saved feeds I found the following free ebook that you can download from msdn. I think I will read this one since we are currently doing something similar. Developer Highway Code To build software that meets your security objectives, you must integrate security activities into your software development lifecycle. This handbook captures [...]