Link
http://www.dnrtv.com/default.aspx
Monday, July 7, 2008
Visual Studio 2008 and .NET Framework 3.5 Training Kit
Overview
The Visual Studio 2008 and .NET Framework 3.5 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2008 features and a variety of framework technologies including: LINQ, C# 3.0, Visual Basic 9, WCF, WF, WPF, ASP.NET AJAX, VSTO, CardSpace, SilverLight, Mobile and Application Lifecycle Management
Download
The Visual Studio 2008 and .NET Framework 3.5 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2008 features and a variety of framework technologies including: LINQ, C# 3.0, Visual Basic 9, WCF, WF, WPF, ASP.NET AJAX, VSTO, CardSpace, SilverLight, Mobile and Application Lifecycle Management
Download
Labels:
CardSpace,
VS 2008,
VS2008 Training Kit,
WCF,
Windows Workflow
Kickstart learning for free Visual Studio® Team System 2008 Team Foundation Server VPC Image (Trial)
No setup required
Microsoft ® Visual Studio® Team System an integrated Application Life-cycle Management (ALM) solution comprising tools, processes, and guidance to help everyone on the team improve their skills and work together more effectively. This VPC release is available in English only.
This image will expire December 31, 2008.
Download Link
Microsoft ® Visual Studio® Team System an integrated Application Life-cycle Management (ALM) solution comprising tools, processes, and guidance to help everyone on the team improve their skills and work together more effectively. This VPC release is available in English only.
This image will expire December 31, 2008.
Download Link
Sunday, July 6, 2008
WCF + Vista: Configuring namespace reservations
WCF + Vista: Configuring namespace reservations
I have just started to look into Windows Communication Foundation (WCF). When I tried to host my first service I got a nice error message from Visual Studio telling me to “configure namespace reservations” and giving me this link http://msdn.microsoft.com/en-us/library/ms733768.aspx.
After reading a little while I finally figured out how to do it in Vista:
Microsofts example:netsh http add urlacl url=http://+:80/MyUri user=DOMAIN\user
Using this example it sould be something like:netsh http add urlacl url=http://+:80/MyFirstService user=MyComputer\MyUsername
However, this didn’t work on the first try. Remember to run the Console in Administrator mode, or else you will get an error message like: “Url reservation add failed, Error: 5The requested operation requires elevation.”
I have just started to look into Windows Communication Foundation (WCF). When I tried to host my first service I got a nice error message from Visual Studio telling me to “configure namespace reservations” and giving me this link http://msdn.microsoft.com/en-us/library/ms733768.aspx.
After reading a little while I finally figured out how to do it in Vista:
Microsofts example:netsh http add urlacl url=http://+:80/MyUri user=DOMAIN\user
Using this example it sould be something like:netsh http add urlacl url=http://+:80/MyFirstService user=MyComputer\MyUsername
However, this didn’t work on the first try. Remember to run the Console in Administrator mode, or else you will get an error message like: “Url reservation add failed, Error: 5The requested operation requires elevation.”
Subscribe to:
Comments (Atom)