Tag: 'visual studio'

New Video: Coding Shorts - Generic Attributes in C# 11
New Video: Coding Shorts - Generic Attributes in C# 11
September 15, 2022

I've been busy with a lot of small projects lately. Among these is to get up to speed with .NET 7 and C# 11. One of the things I've been curious about is the new support for Generic Attributes.

Coding Shorts: Speeding Up the Editor in Visual Studio 2022
Coding Shorts: Speeding Up the Editor in Visual Studio 2022
May 3, 2022

Visual Studio 2022 is frustrating me. Not only does debugging sometimes take way too long, but, for me, the real problem is that the editor is trying to do too much to help me. I just want to be able to type code.

Forcing ASP.NET WebForms Designer Files to Regenerate
Forcing ASP.NET WebForms Designer Files to Regenerate
January 17, 2021

This is going to be a relatively short post. I've been working with a company on merging their ASP.NET WebForms project with their MVC project. It's been an experience.

My First Look at ASP.NET Core 3.0
My First Look at ASP.NET Core 3.0
August 19, 2019

I'm finally getting around to looking at updating my examples and courses to 3.0. This post is based on .NET Core Preview 8 so this might change in the future.

What I Learned Upgrading the Atlanta Code Camp Website
What I Learned Upgrading the Atlanta Code Camp Website
July 22, 2019

I've been updating the CoreCodeCamp project (the basis for the Atlanta Code Camp's website) for this year's Code Camp. Most of the changes are under the covers, but I wanted to talk about what I learned.

Are your Node-Based Tools Failing in Visual Studio?
Are your Node-Based Tools Failing in Visual Studio?
May 8, 2018

Since I do a lot of web development and teach web dev on the Microsoft platform, I spend a lot of time in tools that are node-based. If you don't know already, gulp, grunt, webpack, etc. all use node to run themselves.

ASP.NET Core 2.0 Released
ASP.NET Core 2.0 Released
August 14, 2017

Using VS Code and ASP.NET Core?
Using VS Code and ASP.NET Core?
June 4, 2017

Why is ASP.NET Core Development So Much Harder in VS2017?
Why is ASP.NET Core Development So Much Harder in VS2017?
May 21, 2017

As most of you know, I’ve been using Visual Studio 2015 and ASP.NET Core for quite a while and I’ve been pretty happy with the functionality.

Wroc# Wrap-Up
Wroc# Wrap-Up
March 5, 2017

The great organizers of Wrocsharp invited us to come to Poland and present at an unusual conference. I had a great time and everyone was just lovely to me and my wife!

ASP.NET Core Snippets for Visual Studio Code
ASP.NET Core Snippets for Visual Studio Code
February 14, 2017

Updating My Blog to Visual Studio 2017 and .csproj
Updating My Blog to Visual Studio 2017 and .csproj
February 11, 2017

Now that the ASP.NET Core tooling changes are finally here, I decided to update my blog to the new bits. Goodbye project.json and hello .csproj.

Updating WilderBlog to ASPNETCore 1.1
Updating WilderBlog to ASPNETCore 1.1
January 11, 2017

I upgraded my WilderBlog project to ASP.NET Core 1.1 today. I had planned on writing a big blog post about how to accomplish it, but I was surprised instead by how uneventful the process was.

A Look at ASP.NET 5: Part 1 - Getting Started
A Look at ASP.NET 5: Part 1 - Getting Started
February 25, 2015

Over the past few weeks I’ve been playing with the new ASP.NET 5 (also known as ASP.NET vNext) bits using Visual Studio 2015. I’m trying to make sense of the new changes and how they will affect how I build websites. I’d like to share some of what I’ve learned about the new stack.

ASP.NET 5: First Impressions
ASP.NET 5: First Impressions
February 4, 2015

I’ve been working on a new web site wholly using the ASP.NET 5 (e.g. vNext, MVC6, etc.) for the past couple of weeks. This means using Visual Studio 2015 Preview and the new project types in ASP.NET 5.

Node.js and Visual Studio? Sure!
Node.js and Visual Studio? Sure!
March 24, 2014

I’ve been working on a new course for Pluralsight on “Node.js for .NET Developers”. It’s been a fun course to write and one of the aspects of the course that I find interesting is that the open source Node.js Tools for Visual Studio plugin actually works really well.

Zen Coding (Emmit) with Visual Studio
Zen Coding (Emmit) with Visual Studio
August 28, 2013

Building a Site with Bootstrap, AngularJS, ASP.NET, EF and Azure". I had the opportunity to use Zen Coding (renamed Emmet for some reason) in the course. We've released a snippet of the course on YouTube that shows off this cool productivity enhancement that Web Essentials powers. Caveat: Web Essentials doesn't work with free versions of Visual Studio.

Maintaining a Project with Two Windows Phone Versions
Maintaining a Project with Two Windows Phone Versions
August 23, 2011

I am currently reading the Mango (Windows Phone OS 7.1) version of my Phoney Tools project. But I have a particular problem: I need to maintain both a 7.0 and a 7.1 version of the project builds. You might have the same issue with your own project so I thought it’d be a good way to show off some special features that Visual Studio has to help you solve these sorts of situations. Essentially my goal was to maintain one set of code but build both sets from the same source.

Developing for the Windows Phone 7 - Part 2: Debugging on the Phone
Developing for the Windows Phone 7 - Part 2: Debugging on the Phone
July 29, 2010

My Favorite Visual Studio Shortcuts and Snippets
My Favorite Visual Studio Shortcuts and Snippets
July 22, 2009

Blend and Visual Studio - Why Two Tools?
Blend and Visual Studio - Why Two Tools?
June 10, 2009

Running Silverlight 2 and 3 On Same Machine - Redux!
Running Silverlight 2 and 3 On Same Machine - Redux!
April 6, 2009

Url: http://wilderminds.blob.core.windows.net/downloads/Setup_SLTools_U...

When is a ASP.NET Project Not an MVC Project?
When is a ASP.NET Project Not an MVC Project?
December 27, 2008

I am working on a hybrid ASP.NET MVC and MVC Dynamic Data project. To work on it I started with the MVC Dynamic Data project assuming this would be a Dynamic Data Project and an MVC project. As Scott Hanselman recently posted, you can mix and match pretty easily so the code was working but I was missing an important piece of functionality in Visual Studio:

Congratulations Sara Ford!
Congratulations Sara Ford!
December 19, 2008

Url: http://blogs.msdn.com/saraford/archive/2008/12/...

Sara Ford's Blog
Sara Ford's Blog
June 23, 2008

Url: http://blogs.msdn.com/saraford/archive/2008/06/...

The Document Outline in Visual Studio 2008
The Document Outline in Visual Studio 2008
June 6, 2008

Something I never noticed before is the Document Outline window in Visual Studio (2008?).  When editing large XAML files this is particularly useful to help navigate the tree of elements.

Regionate Can Cause LINQ to SQL to Fail
Regionate Can Cause LINQ to SQL to Fail
May 24, 2008

Url: http://www.rauchy.net/regionerate/

Visual Studio 2008 PowerCommands
Visual Studio 2008 PowerCommands
March 13, 2008

Url: http://code.msdn.microsoft.com/PowerCommands

Getting Silverlight XAML Intellisense in VS2008
Getting Silverlight XAML Intellisense in VS2008
February 4, 2008

I've gotten the question a number of times about problems getting intellisense with Visual Studio 2008. If your XAML looks like this in Visual Studio 2008 then I can help you:

Visual Studio 2008 for .NET 2.0 Development - An Interesting Quirk
Visual Studio 2008 for .NET 2.0 Development - An Interesting Quirk
November 28, 2007

I've been converting some projects to Visual Studio 2008 (but not .NET 3.5) to see if I like the new IDE better than 2005.  So far I can't tell a big difference (though the improved Script debugging is nice).  I did find out something interesting...

Installing Visual Studio 2008 over Beta 2
Installing Visual Studio 2008 over Beta 2
November 20, 2007

Url: http://weblogs.asp.net/scottgu/archive/2007/11/...

Visual Studio 2008 Release and Silverlight Development
Visual Studio 2008 Release and Silverlight Development
November 19, 2007

Now that Visual Studio 2008 is released it would be nice to do some Silverlight development on it (instead of the Beta).  Good and bad news:

Silverlight and Visual Studio 2008
Silverlight and Visual Studio 2008
November 5, 2007

With today announcement of Visual Studio 2008 going RTM this month, we start the inevidible task of determining how many of the VS 2008 tools are going to have toolkits installed.  Of most interest to me are:

"The project type is not supported by this installation" Visual Studio 2005 Error?
"The project type is not supported by this installation" Visual Studio 2005 Error?
April 29, 2007

I get this error from time to time when I uninstall some MS software that isn't behaving very well (I've gotten it from uninstalling Orcas, SQL Server early drops and other products).  I wanted to highlight the two big fixes to this (without resorting to the painful re-installation of VS):

My VS Suggestion on the "Add New Item..." dialog won't be fixed...
My VS Suggestion on the "Add New Item..." dialog won't be fixed...
March 20, 2007

Url: https://connect.microsoft.com/feedback/viewfeed...

VS "Add New Items..." Dialog
VS "Add New Items..." Dialog
March 15, 2007

Url: https://connect.microsoft.com/VisualStudio/feed...

Add Using Automatically - Visual Studio 2005 Feature
Add Using Automatically - Visual Studio 2005 Feature
March 7, 2007

My new favorite feature of Visual Studio is the ability to click on a typename and have it automatically add the using/imports statement for me.  It won't do it if you don't have the assembly already referenced, but otherwise this is a huge time saver for me...I don't know why I never noticed it before.

Microsoft Launches Beginning Developer Learning Center
Microsoft Launches Beginning Developer Learning Center
March 2, 2007

Url: http://msdn.microsoft.com/vstudio/express/begin...

Brad Wilson's Visual Studio Editor Colors
Brad Wilson's Visual Studio Editor Colors
February 1, 2007

Url: http://www.agileprogrammer.com/dotnetguy/archiv...

Sample Code for Custom ASP.NET Profile Provider
Sample Code for Custom ASP.NET Profile Provider
November 30, 2006

Url: http://wilderminds.blob.core.windows.net/downloads/adoguy.profile.zip

SqlDataSource Issues...
SqlDataSource Issues...
August 25, 2006

Url: http://wilderminds.blob.core.windows.net/downloads/datasourcesgone...

Visual Studio 2005 Service Pack 1 - By September
Visual Studio 2005 Service Pack 1 - By September
July 25, 2006

Url: http://msdn.microsoft.com/vstudio/support/servi...

My First Taste of Cider...
My First Taste of Cider...
January 11, 2006

Typed DataSets and App.Config...A Cautionary Tale
Typed DataSets and App.Config...A Cautionary Tale
January 10, 2006

In this assembly, the designer created an app.config and a Settings.setting object.  All sounded good.  So in my ASP.NET 2.0 project, I setup the connection string in the web.config and called it "MyConnection".  This all worked until I deployed it to a server, when all hell broke loose.  After deployment, my code that did *not* use Typed DataSets (mostly DataSources) worked fine with my new "MyConnection" connection string...but...

My First Days with the RTM
My First Days with the RTM
October 31, 2005

How to share Forms Authentication between a 1.x Site and a 2.0 Site in the Same Domain
How to share Forms Authentication between a 1.x Site and a 2.0 Site in the Same Domain
October 12, 2005

There are several blogs that have discussed how to share an auth cookie between sites in a farm and how to do a true single-signon for a domain. Mark Brooks pointed me to these that help a lot:

Compile ASP.NET 2.0 Site to One Assembly!
Compile ASP.NET 2.0 Site to One Assembly!
September 26, 2005

Url: http://forums.asp.net/1039804/ShowPost.aspx

Nasty ASP.NET 2.0 Bug...Postponed?
Nasty ASP.NET 2.0 Bug...Postponed?
September 23, 2005

Url: http://lab.msdn.microsoft.com/productfeedback/v...

Problems Creating Custom DataSource Enabled Controls in ASP.NET 2.0
Problems Creating Custom DataSource Enabled Controls in ASP.NET 2.0
August 27, 2005

Url: http://lab.msdn.microsoft.com/productfeedback/v...

Visual Studio Beta 3?
Visual Studio Beta 3?
August 25, 2005

Url: http://lab.msdn.microsoft.com/productfeedback/v...

Re-writing ADOGuy.com for ASP.NET 2.0
Re-writing ADOGuy.com for ASP.NET 2.0
August 9, 2005

Back in the day when ASP.NET shipped, I converted this site from the existing ASP based site.  As an exercise to really bring in some new features I've wanted and to lose the ASP legacy (I actually still have a page or two that uses string concatenation to put together HTML Tables), I want to do a full re-write of the site. 

Rewriting ADOGuy.com: Part 1 - Requirements
Rewriting ADOGuy.com: Part 1 - Requirements
August 9, 2005

For the new wildermuth.com, I have the following requirements:

VS 2005 Class Diagrams...
VS 2005 Class Diagrams...
August 4, 2005

Master-Detail in ASP.NET 2.0 is Pretty Cool
Master-Detail in ASP.NET 2.0 is Pretty Cool
July 26, 2005

Upgrading Typed DataSets in Visual Studio 2005
Upgrading Typed DataSets in Visual Studio 2005
July 5, 2005

Url: http://www.devsource.com/article2/0,1895,183430...

Button.OnClientClick() in ASP.NET 2.0 Rocks...
Button.OnClientClick() in ASP.NET 2.0 Rocks...
July 3, 2005

This new property (*not* event), allows you to wire up clientside code to be executed before the server-side onclick is handled.  In the old days we had to do this manually.  For example, this is how you would hook up a simple confirmation dialog:

ASP.NET 2.0: How SqlProfileProvider Stores its Data...
ASP.NET 2.0: How SqlProfileProvider Stores its Data...
July 1, 2005

This probably isn't entirely correct since I am just looking at the output (e.g. the database rows) to determine this.  For each object in profile (i.e. Users), there is a single row in the aspnet_Profile table.  This table is made up like so:

Why are ASP.NET 2.0 Projects so different from regular projects...
Why are ASP.NET 2.0 Projects so different from regular projects...
July 1, 2005

I am working on a portal project with ASP.NET 2.0 and I am loving it.  Lots of stuff is in the box that I need.  The project is using VB.NET so I wanted to make sure that everything was Option Explcit On and Option Strict On...but since it is a Web Application, the normal property pages are nowhere to be found (unless I am missing it).  If I create any other project type (I think), I can look at the project property pages and see the Compile tab:

New ASP.NET 2.0 Things I love!
New ASP.NET 2.0 Things I love!
June 17, 2005

I've been digging deep in to ASP.NET 2.0 the last couple weeks and I have been pleasantly surprised by a number of nice changes that probably didn't make the new features lists:

Postposed Features of ASP.NET 2.0
Postposed Features of ASP.NET 2.0
June 14, 2005

Url: http://msdn.microsoft.com/asp.net/whidbey/beta2...

New Indigo/Avalon Bits work with VS Beta 2
New Indigo/Avalon Bits work with VS Beta 2
May 23, 2005

Url: http://www.microsoft.com/downloads/details.aspx...

More Perplexed by .NET 2.0
More Perplexed by .NET 2.0
March 22, 2005

The Death of Inherited Typed DataSets?
The Death of Inherited Typed DataSets?
March 12, 2005

I've spent most of the last week in Redmond seeing some new stuff and meeting up with old friends.  While I was here I scheduled some time to sit down with Steve Lasker of the Visual Basic/Visual Studio Team.  His team in in charge of the Typed DataSet in Whidbey. 

DataAdapters and Component Surfaces (or why I love using the toolset)
DataAdapters and Component Surfaces (or why I love using the toolset)
February 11, 2005

I always forget this blog this, but when I am doing a database project using Typed DataSets, I almost always use a Component Surface to build my DataAdapters interactively.  For example:

Active XSLT and EnvDTE
Active XSLT and EnvDTE
January 25, 2005

Url: http://radio.thecave.com/default.aspx?xml/2002_...

VS.NET and SQL Server "Express"?
VS.NET and SQL Server "Express"?
June 29, 2004

Url: http://news.com.com/Microsoft+reaches+beyond+pr...

How could I have missed it?
How could I have missed it?
July 30, 2003

I hope I am not the only one who missed the magic of CTRL-SHIFT-V. I have bungled about with copy-paste in the editor so many times...I accidently hit CTRL-C instead of CTRL-V and copy an empty line instead of pasting my code...Arg! Now I know to just hit CTRL-SHIFT-V and pick my lost copy from the clipboard ring.

VSIP Anyone?  Free VSIP Anyone?
VSIP Anyone? Free VSIP Anyone?
July 29, 2003

Url: http://msdn.microsoft.com/vstudio/partners/