Stories recently tagged with 'VisualStudio'

Visual Studio 2010 Keybinding Posters(www.microsoft.com)

submitted by NoldorinNoldorin(829) 7 months, 14 days ago

Microsoft downloads for posters (cheatsheets) detailing common (and less common) keybindings for VS 2010. Similar ones are available for VS 2008. Very handy for frequent VS users who don't like to touch the mouse too much. read more...

1 comment |category: |Views: 27

tags: another

Visual Studio IDE Navigator(www.blackwasp.co.uk)

submitted by rcashrcash(4149) 7 months, 15 days ago

Learn about the Visual Studio Navigator, a useful tool that minimizes the need for navigation panes and makes moving around the VS IDE a little easier. read more...

1 comment |category: |Views: 50

tags: another

Looking at .NET Source code from Visual Studio(dailydotnettips.com)

submitted by rcashrcash(4149) 7 months, 15 days ago

This article talks about how you can get an integration of Source code server with your .NET programs so that you can easily see the Source code of the .NET library while you debug. By source code I mean the actual source code. read more...

3 comments |category: |Views: 335

tags: another

Additional Mime Types in Visual Studio 2010 Development Web Server(geekswithblogs.net)

submitted by rcashrcash(4149) 7 months, 17 days ago

While the development server in Visual Studio 2010 is great for most work, it does have 1 shortcoming in that if you start adding content types that are not part of the base set of known Mime types built in, you won’t affect the proper header response that is emitted to the client/browser. The rest of the article shares more and how to fix this problem. read more...

2 comments |category: |Views: 26

tags: another

Kinecting with F#(channel9.msdn.com)

submitted by rcashrcash(4149) 7 months, 17 days ago

What about the Kinect SDK and F#? Read this article as one programmer speaks about his recent experience programming applications with Kinect and F#. Is this the future of programming for online gamers, shoppers, social networking etc? read more...

3 comments |category: |Views: 40

tags: another

Comparing Profiler Performance Reports in Visual Studio 2010(dailydotnettips.com)

submitted by rcashrcash(4149) 7 months, 17 days ago

In VS 2010 you can compare two different profiler performance report files (.vsp ). Find the reports in the reports folder in performance explorer. View the rest of this article to find out how to compare the reports and preform other actions. read more...

1 comment |category: |Views: 17

tags: another

new solution explorer feature in visual studio11 developer preview(www.dotnetjalps.com)

submitted by jalpeshjalpesh(1347) 7 months, 17 days ago

Microsoft Visual Studio11 Developer preview comes with bunch of new features and Solution explorer is also get some new features in it. There are few new icons added at top of solution explorer like below. Create new window with copy of this Window Feature: Now there is a one feature given with solution explorer you can create a another instance of solution explorer via clicking on last icon on solution explorer. Once you click the Last Icon for create copy. It will open a new solution explorer windows... read more...

add a comment |category: |Views: 7

tags: another

Persistent Storage In Visual Studio 2010 Extensions(kilsek.com)

submitted by kilsekdddkilsekddd(15) 7 months, 18 days ago

TLDR: Use an instance of IServiceProvider gotten from your Package to gain access to a SettingsManager, which grants access to a WritableSettingsStore that you can easily wrap to store data in the DPAPI protected area of your users' registry. read more...

add a comment |category: |Views: 4

tags: another

Use Visual Studio 2010 to Profile your ASP.NET Application which is ho(abhijitjana.net)

submitted by rcashrcash(4149) 7 months, 21 days ago

Most developers are familiar with profiling an ASP.NET application from c prompt but did you know you can also do this from inside Visual Studio from the menu options? This simple tutorial will show you how to profile an application on IIS within VS 2010. read more...

1 comment |category: |Views: 230

tags: another

Macros Have Been Dropped from Visual Studio 11(www.infoq.com)

submitted by rcashrcash(4149) 7 months, 21 days ago

Macros will not be available in Visual Studio 11. Come to find out only 1% of developers actually use macros. The macros IDE has not been updated in several years and is still only available in VB. The cost to support is too high. Instead new project templates will take their place. read more...

2 comments |category: |Views: 38

tags: another

Visual Studio 11 Developer Preview Survey is Open(blogs.msdn.com)

submitted by rcashrcash(4149) 7 months, 21 days ago

If you've had a chance to test out the new Visual Studio 11 Developer then you can follow the links from this article to take a survey and help the Microsoft team learn how they are doing. read more...

add a comment |category: |Views: 21

tags: another

Automating Code Changes with Studioshell(www.beefycode.com)

submitted by bradygasterbradygaster(4897) 7 months, 23 days ago

Jim Christopher, author of StudioShell, talks about how he used his product to scour through hundreds of thousands of lines of code to make tiny changes. He uses StudioShell to automate the task, saving potentially weeks of work in the process. read more...

1 comment |category: |Views: 29

tags: another

Kinecting With Kindect SDK - Podcast(channel9.msdn.com)

submitted by rcashrcash(4149) 7 months, 24 days ago

Now this is a pretty cool podcast for VS developers. It briefly discusses the invention of Kinect, technical aspects, and then jumps into some actual programming in VS with examples. Will this also revolutionize social networking? Can you imagine shopping for clothes online and virtually trying them on before buying. read more...

add a comment |category: |Views: 16

tags: another

Visual C++ and WinRT/Metro - Some fundamentals(www.codeproject.com)

submitted by rcashrcash(4149) 7 months, 24 days ago

This is a good article that introduces the ins and out outs of programming in Windows 8 with WinRT/Metro programming in Visual Studio. The article also provides some good examples. read more...

4 comments |category: |Views: 50

tags: another

Windows 8 Metro-style application manifest(www.tozon.info)

submitted by rcashrcash(4149) 7 months, 24 days ago

When creating a new Windows Metro style application, Visual Studio will create the application manifest. This article explains how to create the manifest, edit, and preform other tasks. read more...

add a comment |category: |Views: 69

tags: another

How to format code in your blog - the easy way(softwaredevelopmentexperiences.blogspot.com)

submitted by dwcarterdwcarter(94) 7 months, 24 days ago

How to copy code from Visual Studio 2010 into your blog the easy way. read more...

add a comment |category: |Views: 5

tags: another