Live semantic errors

by Juan 15. August 2008 10:11
Share on Facebook

One of the new features that came with Visual Studio .NET 2008 SP1, is the real-time compiler errors (feature I read VB developers have had for a long time).

So if you type something wrong, you see it without having to compile

image

I've been working with it for two days, and I definitely don't like it, it distracts me to have errors appearing and disappearing all the time, it doesn't even let you finish writing the line, it shows an error when there isn't one (I just need to finish the line please!). I found myself trying to type faster to avoid seeing the "error".

I'm sure they had good intentions.

Luckily, almost anything can be turned off, you just need to find it.

If you go to Tools > Options > Text Editor > C# > Advanced, and uncheck "Show live semantic errors", it works like before, only showing hints

image

I will go back to the old ways with this one...

Tags: , ,

Programming | Tips

Visual Studio 2008 and .NET 3.5 SP1 Released

by Juan 12. August 2008 11:56
Share on Facebook

You can download the Visual Studio 2008 SP1 from here (which includes the .NET 3.5 SP1)

Following those links you have the information regarding what fixes and new features they bring

The ASP.NET new features include

  • Enabling high-productivity data scenarios by using ASP.NET Dynamic Data.
  • Supporting the browser navigation in ASP.NET AJAX applications by using ASP.NET AJAX browser history.
  • Increasing the download speed for ASP.NET applications by using ASP.NET AJAX script combining.
  • Enjoy!

    Tags: , , ,

    Programming

    Creating template projects with visual studio

    by Juan 16. July 2008 10:48
    Share on Facebook

    As part of the development framework we are creating here in Iceberg I wanted to create a base web site that developers could use as a starting point, with themes, master pages, and some default properties set in the web.config file to use our database and membership engines.

    My initial thought was to create it, and then have them copy/paste it to start a new web site, until I came across the "Export template..." feature in visual studio.

    Basically what it does is package a project or item so it can be reused, exactly what I wanted.

    Let's test it... first I create a project

    image 

    And I added a few items, just to not let it the same as the default project

    image

    Then I go to File, Export template

    image 

    You are presented with this self-explanatory dialog box

    image

    You click next, then finish, and that's it... you can add a new project and select this template as many times as you want (You can set a custom Icon and a Description if you want, play a little with this options if you like)

    image

    Tags: , , , ,

    Programming | Tips

    Powered by BlogEngine.NET 1.4.5.15
    Theme by Mads Kristensen Modified by Juan Manuel Formoso

    About the Author

    Juan Manuel
    Networking
    View my LinkedIn profile View my Facebook profile View my Twitter feed View my StackOverflow CV

    Juan Manuel Formoso
    There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something more bizarrely inexplicable.

    There is another theory which states that this has already happened.

    E-mail me Send mail

    Hosting is not Free

    Google Reader Picks

    Most comments

    Cristian Cristian
    1 comments
    co Colombia

    Calendar

    <<  September 2010  >>
    MoTuWeThFrSaSu
    303112345
    6789101112
    13141516171819
    20212223242526
    27282930123
    45678910

    View posts in large calendar

    Recent comments

    Comment RSS

    Disclaimer

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

    © Copyright 2008