NewsPeeps - Stories tagged with Visual Studio
2
peeps

Microsoft Visual Studio upgrade holds dynamic language capabilities

published 995 days, 8 hours, 27 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1006 days, 13 hours, 40 minutes ago
Tuesday, September 01, 2009 9:18:48 PM GMT Friday, August 21, 2009 4:05:38 PM GMT
Published on InfoWorld (http://infoworld.com) Home > News > Application development > Development environments > Microsoft Visual Studio upgrade holds dynamic... > Microsoft Visual Studio upgrade holds dynamic language capabilities Microsoft Visual Studio upgrade holds dynamic language capabilitiesBy Paul KrillCreated 2009-08-20 12:32PM Microsoft is busy factoring in the growing use of dynamic languages in its planned upgrade to the Visual Studio software development platform. The upcoming Visual S... (more)
category: News | clicked: 0 | comment | | source: infoworld.com
tags: Visual Studio
1
peeps

Silverlight 3 Tools now available for non-ENU versions of development tools

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1021 days, 9 hours, 4 minutes ago
Thursday, August 06, 2009 8:40:57 PM GMT
Silverlight 3 Tools may now be installed with non English versions of Visual Studio and Visual Web Developer Express. Available languages are : French, German, Italian, Japanese, Korean, Spanish and Chinese' (both simplified and traditional). Download these tools here Those using non-ENU versions of development tools can now enjoy Silverlight 3 development. (more)
category: News | clicked: 0 | comment | | source: www.gleblanc.eu
tags: Silverlight, Visual Studio
1
peeps

Habib Heydarian's Blog @ Microsoft : Walkthrough: Debug a WPF window or Windows Form without running your application [Video]

published 1024 days, 13 hours, 15 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1027 days, 12 hours, 2 minutes ago
Monday, August 03, 2009 4:30:30 PM GMT Friday, July 31, 2009 5:43:40 PM GMT
Walkthrough: Debug a WPF window or Windows Form without running your application [Video] Most Windows GUI applications share a common trait. They all have multiple forms and/or dialogs. In the screenshot below, this simple application alone has four WPF windows. If I want to debug the main window, that's easy. I just press F5 and the main window or form starts up. However, if I want to debug one of windows or dialogs that are displayed as a result of clicking a button in my application, it requires... (more)
category: News | clicked: 0 | comment | | source: blogs.msdn.com
tags: .NET, Visual Studio
1
peeps

Blend It! - Visual Studio 2008 Add-In - Essential WPF

published 1031 days, 12 hours, 57 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1033 days, 9 hours, 16 minutes ago
Monday, July 27, 2009 4:48:08 PM GMT Saturday, July 25, 2009 8:29:18 PM GMT
Blend It! - Visual Studio 2008 Add-In Now that Blend 3.0 is out I supposed that you wish to have an option to open a WPF solution directly from Visual Studio, without opening the solution folder and right-click on it to open with blend. This is why I’ve created the Blend It! Visual Studio Add-In. From now on it will open your WPF solutions with Blend 3.... (more)
category: News | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: Visual Studio
1
peeps

Shawn Wildermuth - My Favorite Visual Studio Shortcuts and Snippets

published 1034 days, 15 hours, 45 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1035 days, 15 hours, 24 minutes ago
Friday, July 24, 2009 2:00:51 PM GMT Thursday, July 23, 2009 2:21:23 PM GMT
My Favorite Visual Studio Shortcuts and Snippets I've been speaking at user groups and conferences for a long time now. Usually at these short talks I don't get asked much about how I use Visual Studio.  But now that I am teaching Silverlight, my students are never shy about asking what I am doing while in Visual Studio.  I am often amazed by how people use Visual Studio without learning some of my favorite hotkeys/snippets.  Here are some of mine: (more)
category: News | clicked: 0 | comment | | source: wildermuth.com
tags: Visual Studio
1
peeps

The Efficient Coder: Speed up your Compact Frameworks Builds

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1037 days, 16 hours, 23 minutes ago
Tuesday, July 21, 2009 1:22:20 PM GMT
One features that is built in to the CompactFrameworks build process is an evaluation of your code to make sure that all of the “stuff” you use within the .NET frameworks is indeed available to the Compact Frameworks.  While this sounds like and a good idea, and it probably is, it does come with a cost.  The project I’m working on is not too small at ~35K NCLOC but by default it was taking a minimum of 75 seconds to do a full re-build.  After casually watching Debug View while building I was noticing a l... (more)
category: News | clicked: 0 | comment | | source: new.efficientcoder.net
tags: Visual Studio
1
peeps

The Efficient Coder: Creating Project Item Templates in Visual Studio

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1037 days, 16 hours, 31 minutes ago
Tuesday, July 21, 2009 1:14:24 PM GMT
I'm building a multi-tier application in JavaScript.  This is implementing the Model View ViewModel pattern to keep as much of the code generic as possible, while allowing for customizations in both the UI and data layers for specific browsers and data access methods such as a local SQLLite database or calls to the server.  I'm using code-generation to create my models, but need a good way to create the Controllers, Views, and ViewModels.  I had been using a simple template, but cutting, pasting and repl... (more)
category: News | clicked: 0 | comment | | source: new.efficientcoder.net
tags: Visual Studio
1
peeps

Yahoo! UI Library: YUI Compressor for .Net - Home

published 1051 days, 13 hours, 19 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1052 days, 15 hours, 9 minutes ago
Tuesday, July 07, 2009 4:26:00 PM GMT Monday, July 06, 2009 2:36:39 PM GMT
Project Description This is a .NET port of the Yahoo! UI Library's YUI Compressor Java project. The objective of this project is to compress any Javascript and Cascading Style Sheets to an efficient level that works exactly as the original source, before it was minified. Main Features * Stock YUI Css compression. * Stock YUI JavaScript compression. * Visual Studio post-build event intergration! :) (with detailed instructions here and the download section has a sample solution showing this) * Ms... (more)
category: News | clicked: 0 | comment | | source: yuicompressor.codeplex.com
tags: Visual Studio, web design
1
peeps

MSBuild Community Tasks Project

published 1051 days, 13 hours, 19 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1052 days, 15 hours, 11 minutes ago
Tuesday, July 07, 2009 4:26:00 PM GMT Monday, July 06, 2009 2:34:20 PM GMT
The MSBuild Community Tasks Project is an open source project for MSBuild tasks. The goal of the project is to provide a collection of open source tasks for MSBuild. (more)
category: News | clicked: 0 | comment | | source: msbuildtasks.tigris.org
tags: .NET, Visual Studio
1
peeps

Automatically minify and combine JavaScript in Visual Studio | Encosia

published 1051 days, 13 hours, 19 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1052 days, 15 hours, 15 minutes ago
Tuesday, July 07, 2009 4:26:00 PM GMT Monday, July 06, 2009 2:30:03 PM GMT
As you begin developing more complex client-side functionality, managing the size and shape of your JavaScript includes becomes a key concern. It’s all too easy to accidentally end up with hundreds of kilobytes of JavaScript spread across many separate HTTP requests, significantly slowing down your initial page loads. To combat this, it’s important to combine and compress your JavaScript. While there are useful standalone tools and HttpHandler based solutions to the problem already, none of them work qu... (more)
category: News | clicked: 1 | comment | | source: encosia.com
tags: .NET, Visual Studio, web design