notes by karl fleischmann RSS 2.0
# Thursday, May 13, 2010

Solved a very frustrating problem with Visual Studio 2008 today thanks to a post from Arian Kulp.  My problem started when I installed the MS Office 2010 release a few days ago, although I didn’t know that until I saw this post.

My problem was with the ASPX designer in Visual Studio 2008.  For the last few days I’ve noticed that when I switch from Source view to Designer view Visual Studio would work for a second and then lock up.  There was no way out of it.  I was getting quite frustrated since I needed to get some work done and I wanted to use the designer along with the source code.

So I turned to Bing and started to do some searches.  After a few failed attempts I came across Arians post and also the referenced post by Martin Hinshelwood about Office 2010 issues with the Web Authoring Component.

http://ariankulp.com/archive/2010/03/02/web-form-designer-lockup-in-visual-studio-2008.aspx

http://geekswithblogs.net/hinshelm/archive/2009/07/19/office-2010-gotcha-2-visual-studio-2008-locks.aspx

I hope these links help you as much as they did me.  Thanks Arain and Martin!

Enjoy!

Thursday, May 13, 2010 8:16:40 AM (Eastern Standard Time, UTC-05:00)  #    Comments - Trackback
Visual Studio
# Monday, January 11, 2010

Note: This post is number Four in a series of posts about Microsoft’s MSDN.  Take a look at some of the other posts in this series and learn even more about the MSDN web site giant designed by developers for developers.

MSDN Developer Centers

The primary purpose of the MSDN web site is to provide developers with up to date information on how to develop applications for the Microsoft platforms.  If your even a slight bit familiar with developing applications, you already know that there are about as many ways to develop applications for Microsoft platforms as there are Microsoft Millionaires (ok, probably not that many, but there are a lot).  There is Windows, Web, Office, Server and Database development.  You also have the Windows client and mobile tools and the ASP.Net or Silverlight platforms.  And you can’t forget the .Net platform and it’s numerous languages and API’s.  imageIt’s enough to make your head spin thinking about it.  So, what is a developer to do?  How do new Developers get started?  Where do experts go to get up to date information?  I think the answer lies in the “Developer Center” section of the MSDN web site. 

Developer Centers is an approach that Microsoft has taken to help seasoned and new developers find up-to-date and relevant MSDN information based on their particular development bent or preference.  Think of it as a way of slicing up the information found on MSDN into different views or angles, giving the user access to…

“ …content and resources around specific products and technologies. They connect you to code samples, community sites, technical articles and documentation, upcoming events, and much more.”

Most of the commonly used Developer Centers can be found through links directly on the MSDN home page.  They've broken then down into sections to help you find the right center for your needs.  There are sections for Developer Tools and Languages (VB, C++, C#, etc),  Windows and Web development, even sections for just Architecture or Data.

When exploring these sections don’t just limit yourself to one, but think about all of the areas that you might develop for and use several of them to broaden your knowledge.  You might even use one of them to expand your skills into a new language or technology.  In my opinion the developer centers really help reduce a lot of the noise you could encounter when trying to navigate all of the information found on a site like MSDN.  You should also make sure you look at all of the Develop Centers, because that list on the main page, is only a small shadow of the many centers available. 

Free Developer Software

Ok enough lettuce talk on the developer centers, let’s get into the meat of the sandwich and explore one of the centers that new developers should be aware of The Express Editions (note in Microsoft speak “Express Edition” means the free limited featured versions)  WAIT!!!!!  don’t tune me out yet just because you saw the words “Limited” and “Feature” in the same sentence. These free products are not your fathers type of free.  There is a ton of functionality packed into them and you can do amazing things for relatively free. 

This developer center is different than most and is a complete web site on it’s own.  From here you can explore the express editions by interest or by product.  Are you a Web, Windows, Game, or Hardware developer?  Do you want to develop using Visual Basic, C#, C++?  Not sure where to start?  Try the “Explore by Interest –> Windows” and start learning how to develop applications for Vista or Windows 7.  Use this area to help yourself focus on what type of development you would like to pursue.  Depending on what type of development you prefer they will direct you to a set of Express Edition software and tools to help you.  Then move toward the “Explore by Product” section of the web site and learn about the different editions of Visual Studio. 

Finally “Get the Software” by downloading and installing one of the versions of the Express Editions and use the Samples and Resources to give yourself a quick start or Coding4Fun section to find some cool, fun things to write applications for.  Wow, There’s a lot out there.  I’ll make it a point to write another post on this with more detail.

We’ll I’ve probably wasted another several minutes of your time that will never be recovered.  Hopefully you have learned something new and are now better equipped to work and solve problems through simple interactions with the MSDN.  Till next time, enjoy the day!

TTYL!

Monday, January 11, 2010 8:05:23 AM (Eastern Standard Time, UTC-05:00)  #    Comments - Trackback
Coding | MSDN | Visual Studio | Weekly MSDN
# Friday, November 06, 2009

Have you ever read someone else’s code?  I have, but generally it wasn’t to see how well they coded it, or to learn something new, but rather to fix something broke or add a new feature.  However, since I began reading Scott Hanselman and his “The Weekly Source Code” series of posts, I have changed the way I think and operate, somewhat.  I’ve began looking at code just for the fun of it.  Yea, kind of weird.  But that’s what being in this business is all about (or so I tell myself).  If your not familiar with Scotts series, it’s about taking some time each week to purposely read someone else’s code hoping to learn something, good or bad, that will help you become a better programmer.  With the advent of Open Source projects and Google Code (is there a Bing Code?), that, has become a lot easier.

How about documentation?  Have you ever just grabbed your favorite API documentation or a stack of white papers and sat down by a cozy fire and read it from top to bottom while sipping some a latte? No? Well frankly, neither have I.  But, I constantly find myself digging into them to understand a new tool or looking through them to solve a problem. Sometimes I use them to write my code for me grabbing the “samples” and pasting them in my classes.  However, when I use them it’s usually as a result of a Google or Bing search pointing me to something deep inside of the documentation.  I’ve never really taken them from the surface and just started reading them.  Can you do that?  Is there a way to read documentation like a book?  I don’t know but, I’m willing to experiment to find out and in the process expand my knowledge and hopefully yours too.  So in the spirit of Scotts “The Weekly Source Code” series, I am going to begin a series on reviewing online documentation, specifically Microsoft's. Taking a look at the hard core .Net developers favorite source for documentation, MSDN.  MSDN is chock full of information of all varieties.  There is so much information that I believe a lot of it is overlooked by the average developer, myself included.   I intend to fix that and make myself more aware of what’s in there and, hopefully you’ll come along for the ride.

So join me next Friday as I begin this journey into the the tangled field of API’s, white papers and blog posts.

Till then, get the firewood and cappuccino machine ready.  As for me, I’m off to start mapping my trip.

Enjoy the day!

Friday, November 06, 2009 1:25:15 PM (Eastern Standard Time, UTC-05:00)  #    Comments - Trackback
Coding | Microsoft | MSDN | Visual Studio | Weekly MSDN
# Monday, October 19, 2009

I was researching a problem tonight and I noticed that MSDN has a new look.  There’s also a new “Switch View” button at the bottom allowing you to change the look/feel of the interface.  Scott Hanselman posted about this earlier but I believe it’s now out into the open.  Here’s a few shots…

Classic View

image

Lightweight Beta…

image

ScriptFree…

image

I like the easy control to switch between the different views…

image

Time for some more exploration…  Enjoy!

Technorati Tags: ,,,
Monday, October 19, 2009 6:51:13 PM (Eastern Standard Time, UTC-05:00)  #    Comments - Trackback
Coding | Microsoft | Visual Studio
# Tuesday, September 22, 2009

Thanks to Scott Hanselman for this post on programming tips from Microsoft for the beginning programmer.  Go ahead take a look.  You might like programming.   You should also download one of the Visual Studio Express Editions and get started writing your own “Hello World” app.  If your a programmer and want to get your kids interested there are other alternatives like Phrogram.  Are there others?  Add your comment with ones that you know of.

Let’s excite the next generation of programmers!

Enjoy!

Tuesday, September 22, 2009 10:00:37 AM (Eastern Standard Time, UTC-05:00)  #    Comments - Trackback
Coding | Microsoft | Visual Studio
# Sunday, September 06, 2009

How I’d wish I’d known this before.  Thanks for sharing the tip Srinath!  Visual Studio stores up to 20 items in the clipboard and you can cycle through them using CTRL-Shift-V, then paste the one you want with CRTL-V.  There are so many of these little tricks that it’s hard to remember them all.   I guess I need to get Sara Ford's book to keep close by when I’m coding.

 

Enjoy!

Sunday, September 06, 2009 7:03:32 PM (Eastern Standard Time, UTC-05:00)  #    Comments - Trackback
Coding | Visual Studio
Product Spotlight
Subscribe to updates of 'And Many Lines to Code...' by Email
Archive
<May 2012>
SunMonTueWedThuFriSat
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2008-2012
Karl D. Fleischmann
Sign In
Statistics
Total Posts: 45
This Year: 0
This Month: 0
This Week: 0
Comments: 2
Hosting Provider


All Content © 2008-2012, Karl D. Fleischmann
DasBlog theme 'Business' created by Christoph De Baene (delarou)