Stories recently tagged with 'VisualStudio'

Extract to User Control in visual studio11(www.dotnetjalps.com)

submitted by jalpeshjalpesh(1352) 4 days, 22 hours ago

I have been playing with Visual Studio 11 beta recently and everyday I am amazed with new features of it. Today I have found one more very useful feature Extract to User Control feature. In large projects, we are having large pages and its always good to user control(.ascx) but sometimes we are so lazy to create user controls and we remain with the whole page and even we can’t reuse that code. In similar kind of situation ‘Extract to user control’ can be quite useful. Suppose we have long HTML mark up and we need to convert one div to user control and then we can do it very easily with Visual Studio 11 beta Extract to User Control feature. read more...

1 comment |category: |Views: 51

tags: another

Browser selection in Visual Studio 11(www.dotnetjalps.com)

submitted by jalpeshjalpesh(1352) 5 days, 22 hours ago

In the earlier version of the Visual Studio if you want to run your page in browser then you have to do it with view in browser. But now you have directly that on the Visual studio 2012 toolbar like below. Here you will have a list of all the browser installed on your machine and you don’t do ‘View in browser’. And once you click on that it will open up the URL in your selected browser like following. read more...

add a comment |category: |Views: 2

tags: another

Developer Productivity Tools and Visual Studio Extensions(www.mehdi-khalili.com)

submitted by dpetersondpeterson(4397) 7 days, 4 hours ago

Mehdi Khalili shares what's in his toolbox for Visual Studio. It's a curated list of some of the best productivity boosters available. read more...

1 comment |category: |Views: 416

tags: another

Creating a Centralized NuGet Packages Folder(www.chrispoulter.com)

submitted by chrispoulterchrispoulter(105) 16 days, 2 hours ago

I would imagine most people by now will have discovered and use the NuGet Visual Studio extension (http://www.nuget.org/). It is a great way of adding and maintaining 3rd party code libraries in your projects. One problem I find though is that every time I create a new project or solution I end up installing the same old NuGet packages. By default NuGet downloads the source code for these packages into a new "packages" folder in your project/solution root directory. This means I have the same source code downloaded multiple times, in multiple locations. This can easily be fixed as you can... read more...

1 comment |category: |Views: 157

tags: another

An Introduction to NuGet(codersbarn.com)

submitted by BognitBognit(2125) 18 days ago

Getting started with NuGet can be very confusing because there are really four parts to it with separate downloads. This post is an effort to make it easier to grasp and get started. read more...

add a comment |category: |Views: 2

tags: another

Image preview in solution explorer Visual Studio 2011 beta(www.dotnetjalps.com)

submitted by jalpeshjalpesh(1352) 18 days, 22 hours ago

Everyday I am using Microsoft Visual Studio 2011 beta and everyday I learn some cool feature of it. In today’s post I am going to explain one cool features of Visual Studio 2011 beta solution explorer. As a web developer we all want to see the image preview in solution explorer and visual studio 2011 beta is now having it. We can see image preview in solution explorer just like following. read more...

add a comment |category: |Views: 5

tags: another

Visual Studio 11 User Interface Updates Coming in RC(blogs.msdn.com)

submitted by tom103tom103(161) 19 days, 19 hours ago

The Visual Studio team has taken into account some of the feedback about the beta, and presents the changes in the user interface of VS 11 RC read more...

1 comment |category: |Views: 253

tags: another

Css Enhancement in Visual Studio 2011 beta(www.dotnetjalps.com)

submitted by jalpeshjalpesh(1352) 20 days, 22 hours ago

In this post we are going to look at some of CSS enhancement features in Visual Studio 2011 beta. First thing you notice in Visual Studio 2011 is better intellisense for the CSS. Now same kind of intellisense are available which we are using for C# and other languages. read more...

add a comment |category: |Views: 5

tags: another

Go to definition in JavaScript feature of Visual Studio 2011 beta(www.dotnetjalps.com)

submitted by jalpeshjalpesh(1352) 22 days, 21 hours ago

In recent days I am exploring the Visual studio features and this blog post is also part of that. I am loving visual studio 2011 beta more and more after exploring features that make developer’s life easy. Today I am going to talk about one of the features that is going to make developer’s life easy. JavaScript is a client scripting language which is an integral part of any web application now days. So if you are web application developer you are surely going to write lots of JavaScript those days. With earlier version of visual studio navigating code in JavaScript is not easy. But in visual studio 2011 beta we have go to definition features which one of most favourite features of visual studio for visual C#. read more...

add a comment |category: |Views: 46

tags: another

Project Dialog in Visual Studio 2011 beta(www.dotnetjalps.com)

submitted by jalpeshjalpesh(1352) 23 days, 22 hours ago

Today we are going to look at the New project dialog and some other improvements in visual studio 2011 beta. New project dialog comes with streamlined metro style icons of the project and looks beautiful. You can see some new project templates like portable class library which is a project template for creating dlls which can run on the windows,Silverlight and windows phone 7 and Xbox 360 just like following. read more...

add a comment |category: |Views: 4

tags: another

Visual Studio 2011 Beta First Review.(www.dotnetjalps.com)

submitted by jalpeshjalpesh(1352) 24 days, 20 hours ago

Before some days Microsoft has release visual studio 2011 beta and I have started playing with it. Have you played with it yet? If not then this series of post is for your. I am going to start a series for few post here and this post also will be part this Visual Studio 20111 beta features series. I am basically a developer by heart. So out of latest offering from Microsoft I am concentrating more on Visual studio 2011,ASP.NET 4.5,C# new features and ASP.NET MVC 4. So here we got let’s load visual studio 2011 beta. read more...

add a comment |category: |Views: 10

tags: another

Introducing: Workspace Reloader by Scott Hansleman(www.hanselman.com)

submitted by dpetersondpeterson(4397) 25 days, 3 hours ago

Scott Hansleman has thrown together a nifty Visual Studio extension that allows you to reload your workspace without losing all your open windows. Very handy for anyone using distributed version control with Visual Studio. read more...

1 comment |category: |Views: 174

tags: another

Open Tabs to the Right in Visual Studio 2011 Beta(www.codersbarn.com)

submitted by BognitBognit(2125) 1 month ago

I've previously shown how to set this in VS 2010. In the new VS 2011 beta, it's a little harder to find. read more...

add a comment |category: |Views: 2

tags: another

10 illustrated examples of Visual Studio 11(www.troyhunt.com)

submitted by troyhunttroyhunt(831) 1 month, 9 days ago

Visual Studio 11: it’s new and it’s grey but there’s more to it than just a dour monotone veneer. Here are 10 things that make it a step forward from the old. read more...

2 comments |category: |Views: 488

tags: another

Full screen in Visual studio 2010(www.dotnetjalps.com)

submitted by jalpeshjalpesh(1352) 1 month, 14 days ago

Visual studio is a great IDE and I am learning everyday something new and I have found one great feature today which is available from the Visual studio 2008. So I thought it would great to be share with all you guys. We all like to have most portion of screen to cover code part so we can view all the lines and we don’t have to use page and page down keys to navigate through code. You can have visual studio in full screen mode with View->Full Screen or via pressing Shift + Alter + Enter as shortcut.. read more...

add a comment |category: |Views: 4

tags: another

Become a VS11 Master Detective – A Look into the Page Inspector(blogs.telerik.com)

submitted by TelerikTelerik(388) 1 month, 23 days ago

Now I can hear some of you asking “What is this Page Inspector, and what makes it so special?” Well, let me tell you :) The Page Inspector found in VS11 brings in some of the most useful features within our favorite modern browser’s developer tools... read more...

add a comment |category: |Views: 146

tags: another