Exploring the new Visual Studio Express 2012 RC for Web

by Rohit 31. July 2012 00:06

Visual Studio 2012 RC packs many new improvements from the Setup to the looks and the underlying core features. The new Setup is said to be 20% faster based on the customization you choose.

Lot of work has been done on the overall UX to give even more friendlier experience. Let's start exploring the new IDE to see few areas where we frequently spend time:

The New Project screen. An empty ASP.NET Web Application now really means empty. You won't get basic start-up code for your application.

NewProject1.png

NewProject2.png

An Empty Web Application comes with no default Web Page but only Web.Config file. If you want few lines of start-up code, you can always choose a Basic Template:

MvcProjectTemplate.png

The Solution Explorer is one such area where tweaks have been done to make it light and clutter free. Things that don't directly affect the Solution View or the Project Hierarchy have been removed from the Solution Explorer. Enhanced Search has been added to search for any text or item in the Solution Explorer.

SolutionExplorerWebForms.png

The Solution Explorer also contains Active Sync option to easily navigate to the location of the opened document. Click on file in the Solution Explorer and select the Preview option on top of the Solution Explorer. It opens the code of the file for you to preview. Once the Preview icon is selected and marked, you can just keep clicking other files in the Solution Explorer to instantly look the code of the file.

SolutionExplorerButtons.png

Now lets take a look at the default page of a basic Web Froms Application. You will notice a fresh new template to start with:

 

Now open the Mark-Up, i.e., the source of Default.aspx. You will notice improvements in code manageability and readability. Just click on any line of the source to notice a gray border around that line:

 

The new HTML editor offers full support for HTML5 elements and snippets. The CSS editor offers full support for CSS3, including support for CSS hacks and snippets for vendor-specific extensions to CSS.

Html5Support.png

Technorati : ,
Del.icio.us : ,

Tags: ,

Technology | Visual Studio

Tool Pick #7: T4 Template Tools

by Rohit 16. June 2012 22:45

tangible T4 Editior:  Quickly write your own .NET Code Generator via T4 Text-Templates (.tt-Files) with Intelli-Sense & Syntax-Highlighting. tangible T4 Editor comes with UML-Style modeling tools and can generate from diagrams, database schemas, xml, word, excel sources, or any other data source.

T4 Toolbox: A set of ready-to-use code generators and T4 extensions for Visual Studio. Quickly build powerful C# or VB templates that generate multiple output files or simply use existing templates for LINQ to SQL, Entity Framework and more.

Devart T4 Editor: A powerful Visual Studio add-in for editing T4 templates with syntax highlighting, intellisense, code outlining, and all features of a first-class text editor add-in for Visual Studio. It provides very high performance and makes creating T4 templates easier and faster. As well as ensuring extremely high level of performance, it also speeds up and facilitates the creation of T4 templates.

Tags: , , ,

.NET | Tool Pick | Visual Studio

About Rohit

I have a tremendous passion for software. My day job at a Fortune 100 company exposes me to all sorts of .NET and SQL Server tasks, but my passion drives me to explore other technologies as well. I recently fall in love with Ruby on Rails and in my spare time trying to explore it. Previously I have worked on PHP as well.

I am one of the technical reviewer of Aptana Studio Beginner's Guide which recently got published through Packt Publishing.

My personal blog is with the name My Days Uncovered
 
You can either use Contact Form or mail me directly at:
 
rohit [at] irohitable [dot] com

Month List