| Home / iisguy / Voted / New |
VS 2008 Multi-Targeting Support
posted by iisguy (28) 17 months ago (weblogs.asp.net)
Earlier this month at TechEd we announced the official name of Visual Studio "Orcas" - which will be called Visual Studio 2008. We also said that the official name for the .NET Framework "Orcas" release will be called .NET Framework 3.5 (it includes the new LINQ support, integrated ASP.NET AJAX support, new ASP.NET data controls, and
..... more »Building Silverlight Applications using .NET
posted by iisguy (28) 17 months ago (weblogs.asp.net)
I'm just about to hop on the flight back to Seattle after finishing up a 10 day business trip to Europe where I spoke at conferences and user group events in Budapest, Amsterdam and Zurich. Although trips like these are a little exhausting, I find them really valuable as a way to connect with developers from around the world, as well as
..... more »Tip/Trick: Creating Packaged ASP.NET Setup Programs with VS 2005
posted by iisguy (28) 17 months ago (weblogs.asp.net)
Scenario
You have built an ASP.NET Web Application using Visual Studio 2005, and want to enable customers to automatically install and deploy it on servers via an easy setup program.
Specifically, you want to create a standard Windows setup program that will create and configure the application on IIS, copy all of the application’s
..... more »Details on My Speaking Events in Zurich, Mountain View, and Phoenix
posted by iisguy (28) 17 months ago (weblogs.asp.net)
I'm now half-way through my speaking tour for the month. In my last post on this I didn't have all of the time/location details on the final events. Here are
..... more »- 2
- voted
My "Lap Around Silverlight" Talk at TechEd
posted by iisguy (28) 18 months ago (weblogs.asp.net)
On Monday I gave an overview talk called "A Lap Around Silverlight" at TechEd in Orlando. You can download the slides of my talk here (warning: due to images the download is 12Mb). You can also learn more about Silverlight from my
..... more »Microsoft Surface and WPF
posted by iisguy (28) 18 months ago (weblogs.asp.net)
Microsoft earlier today announced a new product called "Microsoft Surface". If you haven't checked out the online videos of it yet, I highly recommend watching them here. It is one of those products that looks and feels like it comes from a science fiction movie - but it is
..... more »My Upcoming Presentations in Orlando, Budapest, Amsterdam, Zurich, Mountain View and Phoenix
posted by iisguy (28) 18 months ago (weblogs.asp.net)
June is going to be a really busy travel month for me. I'll be presenting at the following events if you are interested in attending and stopping by to say hi:
TechEd 2007 in Orlando on June 4th and 5th:I'll be doing a Silverlight talk and two ASP.NET and VS "Orcas" talks.
..... more »May 22nd Links: ASP.NET, Visual Studio, Silverlight, WPF and .NET
posted by iisguy (28) 18 months ago (weblogs.asp.net)
One of the things I'm going to try and start doing is a weekly blog post of useful/interesting links on .NET related topics that I've found on the web. Below is this week's version:
ASP.NET ..... more »Using LINQ to SQL (Part 1)
posted by iisguy (28) 18 months ago (weblogs.asp.net)
Over the last few months I wrote a series of blog posts that covered some of the new language features that are coming with the Visual Studio and .NET Framework "Orcas" release. Here are pointers to the posts in my series:
Tip/Trick: Supporting Full Screen Mode with Silverlight
posted by iisguy (28) 18 months ago (weblogs.asp.net)
One of the nice features that Silverlight supports is the ability to go "full screen" and effectively take over the entire screen of a computer (hiding everything else from sight - including the browser frame). This can be very useful when building immersive UI experiences, games, rich video players, etc.
For a nice example of this
..... more »New "Orcas" Language Feature: Anonymous Types
posted by iisguy (28) 18 months ago (weblogs.asp.net)
Over the last two months I've published a series of posts covering some of the new language features that are coming as part of the Visual Studio and .NET Framework "Orcas" release. Here are pointers to the first four posts in my series:
- 2
- voted
Silverlight
posted by iisguy (28) 19 months ago (weblogs.asp.net)
Last Monday I delivered one of the keynotes at the MIX conference in Las Vegas, and discussed a new project that I've been spending most of my time working on over the last year: Silverlight.
Silverlight is a cross platform, cross browser plug-in that enables designers and
..... more »- 2
- voted
IIS 7.0 Beta3 Ships with a Go-Live License
posted by iisguy (28) 19 months ago (weblogs.asp.net)
This week we shipped IIS 7.0 Beta 3 as part of the Windows "Longhorn" Server release. IIS 7.0 is the biggest release of IIS in the history of the product, and brings with it major improvements to the Microsoft web-server stack. This article and
..... more »Microsoft Joins OpenAJAX Alliance
posted by iisguy (28) 19 months ago (weblogs.asp.net)
I'm really pleased to be able to announce that Microsoft today joined the OpenAjax alliance.
The OpenAjax alliance is a group of vendors, open source projects and companies using AJAX that are focused on developing common AJAX standards and ensuring interoperability across
..... more »ASP.NET AJAX Documentation Update, Videos and Cool Articles
posted by iisguy (28) 19 months ago (weblogs.asp.net)
Here is a quick post on some great ASP.NET AJAX focused content that has been published recently:
ASP.NET AJAX Documentation UpdateThe ASP.NET documentation team recently posted a refresh of the ASP.NET AJAX 1.0 documentation.
..... more »Slides from my ASP.NET Connections talks: WPF/E, LINQ and ASP.NET Tips/Tricks
posted by iisguy (28) 19 months ago (weblogs.asp.net)
Earlier this week I presented three breakout sessions at the ASP.NET Connections conference in Orlando. Below are the slides / demos for each of the talks I gave:
Introduction to "WPF/E"This talk provides a good introduction to "WPF/E" - which is the code-name for a new small, cross platform browser runtime
..... more »IIS 7.0
posted by iisguy (28) 19 months ago (weblogs.asp.net)
IIS 7.0 is one of the products that my team is shipping later this year that I'm most excited about. It is the most significant release of our web-server that we've done since IIS 1.0, and introduces a huge number of improvements for both administrators and developers.
..... more »Expression Products Added to MSDN
posted by iisguy (28) 19 months ago (weblogs.asp.net)
Last December Microsoft announced the new Expression Studio products. These products enable designers to build awesome user experiences, and are designed to help facilitate great designer/developer workflow collaboration on projects.
The Expression products share a
..... more »JSON Hijacking and How ASP.NET AJAX 1.0 Avoids these Attacks
posted by iisguy (28) 19 months ago (weblogs.asp.net)
Recently some reports have been issued by security researchers describing ways hackers can use the JSON wire format used by most popular AJAX frameworks to try and exploit cross domain scripts within browsers. Specifically, these attacks use HTTP GET requests invoked via an HTML include element to circumvent the "same origin policy"
..... more »Tip/Trick: Enabling SSL on IIS 7.0 Using Self-Signed Certificates
posted by iisguy (28) 19 months ago (weblogs.asp.net)
SSL enables browsers to communicate with a web-server over a secure channel that prevents eavesdropping, tampering and message forgery. You should always use SSL for login pages where users are entering usernames/passwords, as well as for all other sensitive
..... more »New "Orcas" Language Feature: Lambda Expressions
posted by iisguy (28) 19 months ago (weblogs.asp.net)
Last month I started a series of posts covering some of the new VB and C# language features that are coming as part of the Visual Studio and .NET Framework "Orcas" release. Here are the first two posts in the series:
Working with Data in ASP.NET 2.0
posted by iisguy (28) 19 months ago (weblogs.asp.net)
A ton of great articles and tutorials on working with data in ASP.NET 2.0 applications has been published recently. This post highlights a few of them:
Working with Data in ASP.NET 2.0 Tutorial SeriesScott Mitchell recently finished writing his
..... more »Public Hotfix Patch Available for ASP.NET Compilation Issues
posted by iisguy (28) 19 months ago (weblogs.asp.net)
Over the last year we've found and fixed a few ASP.NET 2.0 compilation bugs that people have reported running into.
The cause of these bugs is varied - but the root cause usually is related to having projects structured with particular cross page circular dependencies, and they are often triggered when massive file-changes occurs
..... more »- Public Hotfix Patch for VS "Index was outside the bounds of the array" Publish Website Issue
- Public Hotfix Patch Available for VS 2005 F5 Debugging Performance Issue with ASP.NET
- Vista Service Pack Hotfix Released For New Hardware Installs
- VS 2008 compilation/running over a network
- Possible causes of Windows Vista hotfix install failures
Update of SQL Server Database Publishing Toolkit for Web Hosting
posted by iisguy (28) 19 months ago (weblogs.asp.net)
A few months ago I posted about the new SQL Server Database Publishing Hosting Toolkit built and published by the SQL Server team. You can read about what it offers and how to use it in these previous two blog posts of mine:
New "Orcas" Language Feature: Query Syntax
posted by iisguy (28) 19 months ago (weblogs.asp.net)
Last month I started a series of posts covering some of the new VB and C# language features that are coming as part of the Visual Studio and .NET Framework "Orcas" release. Here are pointers to the first three posts in my series:
Public Hotfix Patch for VS "Index was outside the bounds of the array" Publish Website Issue
posted by iisguy (28) 19 months ago (weblogs.asp.net)
Two weeks ago I posted about the availability of a public hotfix patch for some ASP.NET 2.0 compilation issues. You can read about this patch in my post
..... more »- Public Hotfix Patch Available for VS 2005 F5 Debugging Performance Issue with ASP.NET
- A Guide on Requesting a Hotfix from Microsoft
- LCS 2003: Windows Messenger on XP clients signed out overnight using Kerberos
- Vista Service Pack Hotfix Released For New Hardware Installs
- Vista SP1: To patch, or not to patch?
Javascript Intellisense in Visual Studio "Orcas"
posted by iisguy (28) 19 months ago (weblogs.asp.net)
In February I did a blog post called My "First Look at Orcas" Presentation. It provided a good summary of some of the cool web development features coming with Visual Studio "Orcas". If you haven't had a chance to read it, I
..... more »Featured Links
-
Free Download Trial: SharePoint Migration, Backup and Recovery Software
DocAve: Enterprise, full-fidelity backup & recovery software for SharePoint provides essential protection & management tools, and allows for a data migration from Exchange Public Folders in to SharePoint 2007 & 2003.
User
Sponsor
Anti spam, anti phishing and email management software for Exchange/SMTP/Lotus. Download a FREE trial!
Featured
Categories
Upcoming NEW
- Upgraded to Community Server 2008.5 SP1
- 640-721- Implementing Cisco Unified Wireless Networking Essentials (IUWNE) exam
- Windows Vista SP2 launch April’09?
- iTunes DRM Removal - Remove DRM Protection from iTunes Music&Video files
- How to transfer Napster music playlist to iTunes playlist for iPod
- Pass4Side the latest 70-620 braindumps
- Free latest Pass4Side 70-443 Braindumps
- Free latest Pass4Side 70-431 Braindumps
- Free latest Pass4Side 70-400 Braindumps
- Free latest Pass4Side 70-330 Braindumps
- Free latest Pass4Side 70-306 Braindumps
- Free latest Pass4Side 70-297 Braindumps
- Pass4Side the latest 70-294 braindumps
- Pass4Side the latest 70-292 braindumps
- Pass4Side the latest 70-291 braindumps
- Free latest Pass4Side 70-290 Braindumps
- Pass4Side the latest 70-229 braindumps
- Pass4Side the latest 70-228 braindumps
- Free latest Pass4Side 70-227 Braindumps
- The latest Pass4Side 650-621 Braindumps
Recent comments
- Cyber Monday by Anonymous user
- Watch online free live streaming live tv channels like star plus,sony,zee tv,discovery channel,star cricket,set max and more by Anonymous user
- How to transfer Napster music playlist to iTunes playlist for iPod by ShellB (0)
- How to play iTunes M4P music on Google Phone by ShellB (0)
- Popular iPod DVD Video Converter by ShellB (0)
- Free add iTunes protected AAC (M4P) to non-Apple MP3 player by ShellB (0)
- UnDRM iTunes music to MP3 for playback on Nintendo Wii by ShellB (0)
- Top 10 free DVD rippers, DVD burners and video converters (Win/Mac) by ShellB (0)
- How to convert iTunes M4P to MP3 with TuneClone by ShellB (0)
- How to convert WMA to MP3 with TuneClone by ShellB (0)


