Upcoming Visual Studio stories

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

submitted by jalpeshjalpesh(1347) 5 days, 8 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

An Introduction to NuGet(codersbarn.com)

submitted by BognitBognit(2125) 17 days, 9 hours 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(1347) 18 days, 8 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

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

submitted by jalpeshjalpesh(1347) 20 days, 7 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

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

submitted by jalpeshjalpesh(1347) 23 days, 7 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(1347) 24 days, 6 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

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

submitted by BognitBognit(2125) 29 days, 14 hours 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

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

submitted by jalpeshjalpesh(1347) 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

Handling nasty Crystal Reports issues(irohitable.com)

submitted by rpk2006rpk2006(81) 1 month, 26 days ago

In this post I tell you how to get rid of few nasty issues of Crystal Reports for Visual Studio. read more...

add a comment |category: |Views: 8

tags: another

Interview with Billy Hollis, Presenter in a VSLive! Las Vegas Workshop(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 2 months, 26 days ago

In this SilverlightShow interview, we talk with Billy Hollis – the presenter at the most-awaited workshop at Visual Studio Live! Las Vegas conference (March 26-30, 2012) - ‘Creating Today’s User Experiences - An Entry Point for Developers’. As we have announced, SilverlightShow is the Social Media Premiere Partner for this conference and we’ll be sending one SilverlightShow member to this conference for free. read more...

add a comment |category: |Views: 2

tags: another

ASP.NET Web API(www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 months, 1 day ago

ASP.NET Web API is Framework for building for building HTTP services on top of the .NET Framework. It ships with ASP.NET MVC 4. You can install the ASP.NET MVC 4 from here. ASP.NET Web API is a integrated Framework resulted in joint effort from WCF and ASP.NET teams. WCF REST is now replaced by ASP.NET Web API. You can read the post to migrate your existing WCF Web API to ASP.NET Web API. This post briefly discuss about why we need it and how we can use it in ASP.NET and other projects. read more...

add a comment |category: |Views: 13

tags: another

Visual Studio 2011 Beta Developer Experience (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 months, 2 days ago

This post briefly discusses about developer scenarios and improved developer experience in Visual Studio 2011 IDE. The modern IDE inside Visual Studio 2011 looks promising and contain simplified developer workflows. read more...

add a comment |category: |Views: 7

tags: another

Visual Studio 2011: Lipstick on a Pig is Not UX(tatiyants.com)

submitted by atatiyanatatiyan(127) 3 months, 3 days ago

Microsoft’s new Visual Studio attempts to “engender the impression that VS feels lighter and less complex”. In other words, instead of radically rethinking what a great development experience would be like, they focused on obfuscating the problem. read more...

add a comment |category: |Views: 16

tags: another

Code Search Sucks(davidshepherd.weebly.com)

submitted by davidcshepherddavidcshepherd(9) 3 months, 23 days ago

The IDE is a software developer's toolbench. For the most part it's an ordered chaos, with all of a developer's favorite windows and extensions at the ready. Unfortunately, the IDE's complexity helps to hide some of its glaring shortcomings -- it's easy to focus on the shiny wrenches across the front while ignoring your Grandfather's 1970s disc sander that's about to melt down from misuse. Like Grandpa's sander, code search is a tool that's in dire need of an overhaul. read more...

add a comment |category: |Views: 5

tags: another

My first video for code refactoring in visual studio 2010(www.dotnetjalps.com)

submitted by jalpeshjalpesh(1347) 3 months, 29 days ago

have been planning this since long but now Its happened. I have created a video for visual studio 2010 code refactoring features. I have made this video public. Following is a link for that. http://www.youtube.com/watch?v=HvC63rE7tB4&feature=share Here is the video.. read more...

add a comment |category: |Views: 2

tags: another

Microsoft Visual Studio Tips and Tricks(channel9.msdn.com)

submitted by setconndevpsetconndevp(233) 4 months, 9 days ago

Learn how to become a Visual Studio coding guru! In this fast-paced session,learn to write code faster than a speeding bullet,leap around large projects in a single bound,and become more powerful than a locomotive with the debugger. We take a wild ride through C# and Visual Basic IDE features in Microsoft Visual Studio 2010 and indispensible out-of-the-box solutions that will help you get your job done better and faster. read more...

add a comment |category: |Views: 15

tags: another