Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

BizTalk project fails at being created

It seems that Visual Studio 2008 updates may break BizTalk projects creation. To fix this situation you need to edit a system registry value. On x86 machines set the following: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Projects\FAE04EC0-301F-11d3-BF4B-00C04F79EFBC}\PossibleProjectExtensions="csproj;btproj"
Posted by mapo | 0 Comments

Evaluate Biztalk 2009

If you are in the process of evaluating the Biztalk 2009 (the Microsoft platform for EAI, B2B and BPM) you might be interesting in reading the " Microsoft BizTalk Server 2009 Technical Overview " whitepaper and the " Understanding BizTalk Server 2006
Posted by mapo | 0 Comments

Run Wireshark on Windows 7 x64

Today I tried installing the latest version of Wireshark (version 1.2.1 rev 29141) on my Windows 7 x64 laptop. What happened is that installation of WinPcap 4.1 beta5, bundled with Wireshark, failed making Wireshark unusable. What I did next was to go
Posted by mapo | 0 Comments

Free ebook on Microsoft virtualization technologies

Microsoft is offering for free a very interesting ebook (452 pages) covering all MS virtualization technologies, including server virtualization (Hyper-V and Virtual Machine Manager 2008), application vrtualization (App-V), desktop virtualization (Microsoft
Posted by mapo | 0 Comments

Windows Server 2008 R2 Developer Training Kit

Over 400MB of hands-on-labs, demos and presentations in the "Windows Server 2008 R2 developer resource kit" (July 2009 edition). The following are among the covered topics: NUMA The C++ Concurrency Runtime Server Core Application Development PowerShell
Posted by mapo | 0 Comments

"Threading in C#" free ebook

You can get a pretty much complete ebook on threading using the C# language from here (the link for downloading the ebook is on the lower left). The ebook content is the same that is also available for you to read online. The ebook content is up-to-date
Posted by mapo | 1 Comments

Free "Illustrated C# 2008" ebook

RedGate is offering for free download of the ebook "Illustrated C# 2008" (730 pages) from Apress. Go here to download your copy.
Posted by mapo | 3 Comments

All MIX09 videos available online

MIX is the Microsoft conference for designers and developers who build innovative web sites. At MIX, coders, strategists, information architects, visual designers, UX professionals and digital marketers get exposure to new Microsoft web-related technologies.
Posted by mapo | 1 Comments

"Jit n Run" free ebook on ASP.NET development

RedGate (the well known software house that makes a few exceptional SQL Server tools) has published a very interesting free ebook of practical recipes to common needs/issues that arise when developing ASP.NET web applications. You can download this 138
Posted by mapo | 1 Comments

.NET Framework: adding a separator to a context menu

To add a separator menu item to a context menu in a .NET Framework application, you simply have to add a menu item with the Text property set to "-". Here is an example of the required code: // creating the context menu System.Windows.Forms.ContextMenu
Posted by mapo | 1 Comments

Install the loopback network adapter on Windows 7

To install the Loopback Network Adapter you need to run the "Add Hardware Wizard". However control panel on Windows 7 does not provide you the icon to start it. What you need to do is then the following: 1. Click Start - Search for cmd.exe, when found
Posted by mapo | 1 Comments

14 lessons to get you started in C# and .NET

On programmersheaven.com you can download a 338 pages long PDF ebook that can help you get started in .NET programming using the C# language. The ebook if free for you to download it . Chapters cover the following topics: C# Language Fundamentals Classes
Posted by mapo | 0 Comments

Keyboard, mouse, webcam and headset drivers for Windows 7

If you are trying out Windows 7 you might want to download specific keyboard, mouse, webcam and headset drivers from here .
Posted by mapo | 3 Comments

How to download the .NET Framework's source code

Microsoft's .NET Framework's source code can be downloaded via Visual Studio 2008 on a per-need basis while debugging. Source code for the framework can also be downloaded using tools such as NetMassDownloader . Source code can now also be downloaded
Posted by mapo | 0 Comments

Want to learn C#?

If you are looking for a quick ebook to introduce you to the C# programming language you might want to take a look at the "C# Yellow Book" written by Rob Miles from the Department of Computer Science at the University of Hull. It is a 185 pages long PDF
Posted by mapo | 1 Comments
More Posts Next page »
 
Page view tracker