| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
23 Articles match "Library","Visual Studio"
| Related DevelopMentor Courses | MORE | | Guerrilla.NET (UK) Training Use PFx as a unifying library for all your multithreading needs. Use data binding to create rich data driven Silverlight applications Use powerful new security models with Windows Identity Foundation Debug.NET application beyond using Visual Studio breakpoints Come and learn to build robust.NET applications! You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2010. Learn to write code using new.NET class libraries like PFx. How can I make sure people use my libraries correctly? DevelopMentor Courses - Tuesday, March 1, 2011 Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1 You can download the latest version here and take it for a spin – or get it from the Visual Studio Extensions Gallery by opening Visual Studio and selecting Extensions Manager from the Tools menu. You can still use the toolkit to develop MVVM apps for Silverlight 4 if you wish, and the Visual Studio project templates include versions for both Silverlight versions – 4 and 5. You still get all the source code, supporting libraries, and an abundance of samples. I’ve just upgraded my Simple MVVM Toolki t to support Silverlight 5.0 Enjoy DevelopMentor Courses - Friday, March 2, 2012 Guerrilla.NET (US) Training Multithreading : Use PFx as a unifying library for all your multithreading needs. You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2010. Learn to write code using new.NET class libraries like LINQ and Silverlight. Multithreading : Use PFx as a unifying library for all your multithreading needs. However, over time the scope of the library has grown significantly such that it will become the main model for building asynchronous code. dynamic typing from C# 4.0, and jQuery. DevelopMentor Courses - Tuesday, March 1, 2011 |
49 Articles match "Library","Visual Studio"
| The Latest from DevelopMentor | MORE | | Getting started with AngularJS It isn’t just a library like jQuery or Knockout.js where you create the structure and call into the library as you see fit. Either download this from the AngularJS site or use the NuGet package to add it to your Visual Studio 2012 project. Unlike with libraries like jQuery which we load using a similar script tag and then call the jQuery $() function whenever we want to things work a little different with AngularJS. Now there are quite a few other ones out there and I have used a number of them but AngularJS seems to be the most structured of them. Sweet :-). The Problem Solver - Friday, April 5, 2013 Getting started with AngularJS It isn’t just a library like jQuery or Knockout.js where you create the structure and call into the library as you see fit. Either download this from the AngularJS site or use the NuGet package to add it to your Visual Studio 2012 project. Unlike with libraries like jQuery which we load using a similar script tag and then call the jQuery $() function whenever we want to things work a little different with AngularJS. 'One of the nicer JavaScript frameworks out there to work with must be AngularJS. So what does it get to display a “2” on the screen? Sweet :-). The Problem Solver - Friday, April 5, 2013 Announcing LearningLine: Instructor-led online training from DevelopMentor Some developers choose online video libraries. Filed under: DevelopMentor Tagged: NET , ASP.NET , DevelopMentor , MSDN , Open Source , Screencasts , Speaking , tips , Tools , Visual Studio. DevelopMentor.NET ASP.NET MSDN Open Source Screencasts Speaking tips Tools Visual StudioI am very proud to announce an exciting new online learning platform from DevelopMentor : [link]. At DevelopMentor we have been thinking deeply about online training. We believe we have created just such an environment and I am thrilled to publicly announce it today. We learn by doing. LearningLine Michael C. Kennedy's Weblog - Monday, February 18, 2013 | -
| The Best from DevelopMentor | MORE | - Verifying JavaScript with JSLint and Visual Studio
I’ve also added an option that adds the global variables defined in the Microsoft AJAX Library so that you don’t have to declare them in each of your scripts or on the command line. It also outputs any errors it finds in a format compatible with Visual Studio. Of course, to get the most out of using this, you’re going to want to set it up as an external tool in Visual Studio. Open up Visual Studio, go to Tools -> External Tools… and click Add. Tags: ASP.NET JavaScript Visual Studio from the JSLint web site. Jason Diamond - Saturday, August 9, 2008 - Verifying JavaScript with JSLint and Visual Studio
ve also added an option that adds the global variables defined in the Microsoft AJAX Library so that you don’t have to declare them in each of your scripts or on the command line. It also outputs any errors it finds in a format compatible with Visual Studio. Of course, to get the most out of using this, you’re going to want to set it up as an external tool in Visual Studio. Open up Visual Studio, go to Tools -> External Tools… and click Add. Tags: Uncategorized JavaScript Visual Studio It’s too simple, though. Jason Diamond - Saturday, August 9, 2008 - Build a Multi-Project Visual Studio Template
To enhance developer productivity, the toolkit combines a set of helper classes with code and xml snippets, as well as Visual Studio item and project templates. After installing the toolkit, all a developer needs to do to get started is open Visual Studio and create a new project by selecting one the project templates that appear under the Mvvm category. Visual Studio makes it extremely easy to create a single-project template. Start by creating a class library project and referencing the assembly, Microsoft.VisualStudio.TemplateWizardInterface.dll. Tony and Zuzana's World - Wednesday, September 14, 2011 - Six Things That’ll Surprise You About.NET 4.0
as well as Visual Studio 2010. 1 Visual Studio 2010. for the very first time an true open source will become and integral and supported part of Visual Studio and.NET? Basically WF 3 was a good try, but suffered from a couple of major problems that could not be overcome by simply refactoring the library. This would give your application essentially a visual programmability. Base-class Libraries. 6 CLR and Base-class Libraries. They are in the new System.Numerics library. >. Visual Studio 2010 Multi-monitor Support. Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 - 11 Killer Open Source Projects I Found with NuGet
It's a killer new way to find, install, maintain, and manage references to open source libraries in Visual Studio 2010. What I want to talk about is all the cool open source projects I found just by flipping through the pages of the NuGet directory in the Visual Studio "Add Library Package Reference" dialog. UI Library's YUI Compressor Java project. DotNetZip is an easy-to-use, FAST, FREE class library and toolset for manipulating zip files or folders. NoRM is a.Net library for connecting to the document-oriented database, MongoDB. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - Unit Testing Coming to a Workflow Near You
So in the near future I'll be putting together some libraries and samples on unit testing Windows Workflow. Tags: Tools Unit Testing Visual Studio [Update: See the follow up post "Significant Advances in Unit Testing Windows Workflow" ]. If you've been working with Windows Workflow, you'll find it has some cool features for orchestration, long running operations, state machines, etc. However you won't find very much support for Test Driven Development (TDD) or unit testing in general. There has been some work done on unit testing Windows Workflows. Scott Allen. Kennedy. Michael C. Kennedy's Weblog - Tuesday, September 30, 2008 - Jason’s AJAX Component Library
So here is the first release of Jason’s AJAX Component Library. I’m assuming you have Visual Studio 2005 and ASP.NET AJAX installed, of course. The library contains the following extender controls: ReorderColumnsExtender. [Update: This release won't build if you extracted it to a folder with spaces in the path. You might want to get Release 2 instead.]. I’ve been really busy recently working on some extender controls for ASP.NET AJAX. Try not to confuse this with the Microsoft’s AJAX Control Toolkit. =). ResizeColumnsExtender. Jason Diamond - Monday, June 4, 2007 %>
| | |