Sign In
Visual Studio
jonathan wells, product manager
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Case Study
Code
Code Pack
CodePack
Draft
Installation
Pages
Sample
Security
Solution
UAC
USB Key
Vista
Visual Studio 2005 SP1
Visual Studio 2008
Visual Studio 2010
VSConnections Orlando 2007
WCF
Windows 7
Windows Client
Windows7
WPF
XAML
Archive
Archives
June 2009
(1)
May 2009
(7)
July 2008
(2)
February 2008
(1)
May 2007
(5)
April 2007
(1)
March 2007
(2)
June 2005
(1)
April 2005
(6)
March 2005
(2)
February 2005
(14)
January 2005
(3)
December 2004
(10)
November 2004
(15)
October 2004
(3)
September 2004
(1)
August 2004
(8)
July 2004
(5)
June 2004
(13)
May 2004
(5)
April 2004
(14)
March 2004
(19)
January 2004
(8)
MSDN Blogs
>
Visual Studio
>
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio
Compose #WPF applications using pre-defined designer created views #XAML(AppModels)
Posted
over 3 years ago
by
onoj
0
Comments
Technorati Tags: WPF , XAML , Sample AppModels are now live on CodePlex When you are facing the buy-vs-build question, often the reason for "build" is that you have a unique back end. You would probably be happy to use a front end you didn't...
Visual Studio
Windows 7 API Code Pack for .NET Framework: DX Types are disposable; explanation. #Win7 #CodePack #vs
Posted
over 3 years ago
by
onoj
1
Comments
@SlimDX asked on twitter last week: Dear Windows API Code Pack: I may be mistaken, but your DX types aren't actually disposable from what I saw. What? Here is a response from a developer on the Code Pack project: Yes, we do support Dispose...
Visual Studio
Visual Studio 2010 and .NET Framework 4 Training Kit #vs10
Posted
over 3 years ago
by
onoj
1
Comments
The training kit is here . The Visual Studio 2010 and .NET Framework 4 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2010 features and a variety of framework...
Visual Studio
Visual Studio 2010 Beta 1 download options
Posted
over 3 years ago
by
onoj
10
Comments
Visual Studio 2010 and .NET Framework 4 mark the next generation of developer tools from Microsoft. Download the beta today! Professional Visual Studio 2010 Professional Beta 1 – Web Installer Visual Studio 2010 Professional...
Visual Studio
Install Window7 from USB Key onto netbook – what worked for me
Posted
over 3 years ago
by
onoj
1
Comments
I just finished installing Windows 7 RC on my friends ASUS EEE PC 900 and it works great. There are a lot of different how to guides out there – i cobbled together my approach from a variety of sources. Here’s what I did: 1. Downloaded Windows 7 RC...
Visual Studio
USB Key Installed Windows 7 – worked great
Posted
over 3 years ago
by
onoj
1
Comments
I followed the instructions from the first hit here . Note that this approach requires Vista to make the USB key bootable. Most hits on that search seem to work ok – be sure to scan the comments though to pick up on typos in the articles (that will save...
Visual Studio
Windows 7 API Code Pack for the .NET Framework 2min demos
Posted
over 3 years ago
by
onoj
1
Comments
The Windows 7 API Code Pack for the .NET Framework (formerly VistaBridge ) wraps Windows 7 native functionality for easy consumption from your .NET Framework Windows 7 Client applications. Features in the 0.85 release include: Support for Windows Shell...
Visual Studio
WinForms to WPF converter sample
Posted
over 3 years ago
by
onoj
1
Comments
Eric Lee is creating a WinForms to WPF converter sample. Check it out on Codeplex . Or watch the short demo video .
Visual Studio
MessageSecurityException was unhandled
Posted
over 4 years ago
by
onoj
1
Comments
Just encountered this while attempting to call an 'https' web service that required NTLM authentication. Exception text: "The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server...
Visual Studio
NetDispatchFaultExcetion was unhandled
Posted
over 4 years ago
by
onoj
1
Comments
I just came across this whilst making a web service call from a Windows Forms client application. Exception text: "The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http...
Visual Studio
Incorrect Syntax near 'GO'... SqlCommand.ExecuteNonQuery();
Posted
over 4 years ago
by
onoj
2
Comments
Whilst building an 'custom action' to install a database , I encountered a SqlException ("Incorrect syntax near...") when calling ExecuteNonQuery(). To solve the problem process sql commands separately (using 'GO' as a delimiter). Thankfully parsing the...
Visual Studio
Windows Vista Security Series: Adding a Cipher Algorithm to Windows Vista
Posted
over 5 years ago
by
onoj
1
Comments
Dan Griffin JWSecure, Inc. May 2007 Applies to: Windows Vista Summary: This whitepaper and accompanying sample demonstrates how to create and us a plug-in to support a new cipher algorithm in Windows; specifically TwoFish . Using a plug-is ideal...
Visual Studio
Windows Vista Sample - Remote Differential Compression
Posted
over 5 years ago
by
onoj
1
Comments
Download RDCSample.exe . Dependencies You must have the Windows SDK for Windows Vista. If you do not install the SDK to the default location, which is listed below, you must update the Visual Studio Include and Library paths in the sample code accordingly...
Visual Studio
Windows Vista Security Sample - IPsecPing
Posted
over 5 years ago
by
onoj
0
Comments
Download IPsecPingSample.exe . Dependencies You must have the Windows SDK for Windows Vista. If you do not install the SDK to the default location, which is listed below, you must update the Visual Studio Include and Library paths in the sample code...
Visual Studio
Windows Vista Security Series: Programming the Windows Vista Firewall
Posted
over 5 years ago
by
onoj
1
Comments
Dan Griffin JWSecure, Inc. May 2007 Summary: This whitepaper and accompanying sample demonstrates how to program the new Windows Firewall API including how to configure the Windows Firewall for correct operation with. (22 printed pages). Download...
Visual Studio
Windows Filtering Platform Sample
Posted
over 5 years ago
by
onoj
8
Comments
Download sample, WFPSample.exe . This is a Windows Filtering Platform sample project for the Windows Vista version of the Windows Driver Kit (WDK, also known as WinDDK 6000). The purpose of this sample code is to demonstrate the use of the Windows...
Visual Studio
Windows Vista: UAC and Installer Detection
Posted
over 5 years ago
by
onoj
0
Comments
Windows Vista heuristically detects installation programs and requests administrator credentials or approval from the administrator user in order to run with access privileges. So applications called "setup.exe" and "install.exe" will prompt for administrator...
Visual Studio
Windows Vista Overview for developers
Posted
over 5 years ago
by
onoj
0
Comments
Here is a copy of my presentation from VS Connections Orlando 2007 yesterday, pdf .
Visual Studio
Installation Issue: Visual Studio 2005 SP1 on Windows Vista
Posted
over 5 years ago
by
onoj
1
Comments
Visual Studio 2005 Service Pack 1 release notes , Installation Issues - Windows Vista Note that you should download the Visual Studio 2005 SP1 and then right click on the file and choose "Run as administrator" - failure to do so may result in the slow...
Visual Studio
.NET Compact Framework 1.0 SP3 Developer Redistributable
Posted
over 7 years ago
by
onoj
1
Comments
The .NET Compact Framework 1.0 SP3 Developer Redistributable is now available. The download is intended for developers with Visual Studio .NET 2003, it contains the SP3 CAB files: Download End user install is available here: Download
Visual Studio
Check out Developer eLearning
Posted
over 7 years ago
by
onoj
1
Comments
"eLearning is an effective and efficient system of self-paced personal training, available over the Internet. Microsoft has made courses available in eLearning form to cover several of the important new technologies in Visual Studio 2005, including Connected...
Visual Studio
Get Visual Studio 2005 Beta 2 now!
Posted
over 7 years ago
by
onoj
1
Comments
http://go.microsoft.com/fwlink/?LinkId=46449
Visual Studio
Brand New but Still Limited Microsoft Mobile and Embedded DevCon Registration Offer!
Posted
over 7 years ago
by
onoj
3
Comments
From the Mobile and Embedded Devices Division: "Based on the success of our last promotion, the Microsoft MEDC team have kindly extended a special offer to blog readers. The first fifty people to sign up for MEDC 2005 using the RSVP Code CAATTAR get...
Visual Studio
[Webcast] The WeFly247 Project
Posted
over 7 years ago
by
onoj
2
Comments
From the Learn247 crew: "We are pleased to announce that shortly we will be releasing the follow up to the highly successful Football247 and WeRock247 projects titled WeFly247. As per our previous projects we will release a multimedia training DVD...
Visual Studio
Microsoft ISV Community Days
Posted
over 7 years ago
by
onoj
4
Comments
" Learn about smart clients at Microsoft ISV Community Days . Take your software to the next level, meet tech gurus and network with other developers. Fnd out how to grow your business with the Microsoft Partner Program."
Page 1 of 6 (145 items)
1
2
3
4
5
»