Browse by Tags

All Tags » Visual Studio (RSS)

IActiveScriptParse and x64 by Michael Schwarz

Some days ago I had to work on an .NET application that has been ported from C++. This application is using VBScript as scripting host using the IActiveScriptParse interface. While the C++ compile was working fine on x64 the .NET port didn’t work. To...
Filed under: ,

Microsoft .NET Framework Assistant (Firefox browser extension) by Michael Schwarz

Today I have installed Microsoft .NET Framework 3.5 SP1 and noticed that it adds a Firefox add-on called Microsoft .NET Framework Assistant. This browser extension adds ClickOnce installation support using Firefox browsers. More details on Scott’s post...
Filed under: ,

[de] Visual Studio 2008 Launch in Frankfurt by Michael Schwarz

Während meines Einsatz als Ask the export (ATE) auf dem Microsoft Stand in Frankfurt zum Launch von Visual Studio 2008 , Windows 2008 Server als auch SQL Server 2008 sind ein paar Bugs aufgetaucht, die ich heute mal auf Microsoft Connect eingetragen...
Filed under: ,

Debug .NET Source Code by Michael Schwarz

Scott Guthrie announced some weeks ago that Microsoft will offer the source code of the .NET framework. The source code will be released under the Microsoft Reference License (MS-RL) and includes all comments which is very useful. The last days I had...

LINQ Quickly (Book Review) by Michael Schwarz

I got a copy of LINQ Quickly from Packt Publishing. Language Integrated Query (LINQ) is a new feature in Visual Studio 2008* that extends its query capabilities, using C# and Visual Basic. Visual Studio 2008* comes with LINQ provider assemblies that enable...
Filed under: ,

Object and Collection Initializers in VS.NET 2008 by Michael Schwarz

While working with the new Visual Studio .NET 2008 I'm using more and more the new features that are available in Visual Studio .NET and C# compile options. One of those features are object and collection initializers. I like it to write source code like...

How to create Silverlight Applications with Notepad by Michael Schwarz

You may have read my post about how you can build Silverlight Web applications with Visual Studio .NET 2005 instead of using the next verison codename Orcas. Until this time I used always a Virtual PC which was sometimes a little bit slow. Today I was...

Silverlight with Visual Studio .NET 2005 by Michael Schwarz

Could Silverlight 1.1 assemblies be generated with Visual Studio .NET 2005? Well, if you read the GetStarted page of Silverlight you see only upcoming Visual Studio codename Orcas as development platform. Bryant asked this in the Silverlight forum and...

Orcas and JavaScript IntelliSense by Michael Schwarz

I had a great discussion with Bertrand about the feature to have dynamically (Assembly Resources or on-the-fly created JavaScript files) added JavaScripts in IntelliSense available, too. Currently it is only possible to add JavaScript files by hand that...
More Posts