| |
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.
|
18 Articles match "Library","Silverlight"
| Related DevelopMentor Courses | MORE | | Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1 I’ve just upgraded my Simple MVVM Toolki t to support Silverlight 5.0 Before you run the installer, however, you should install the prerequisites , which now include Silverlight 5 Tools and Toolkit , Expression Blend Preview for Silverlight 5 (this will be replaced by the Blend 5 SDK when it comes out), and the Windows Phone SDK 7.1. 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. and Windows Phone 7.1 ! Enjoy DevelopMentor Courses - Friday, March 2, 2012 Guerrilla.NET (US) Training WPF/SL : Develop cutting-edge UIs with Windows Presentation Foundation and Silverlight including coverage of Silverlight 5.0 assuming Silverlight 5.0 MVVM : Learn advanced WPF / Silverlight design patterns and techniques including MVVM (Model-View-ViewModel). Multithreading : Use PFx as a unifying library for all your multithreading needs. iOS : Build multi-touch enabled applications on platforms such as WPF, Silverlight, and Apple's iPhone / iPad. Learn to write code using new.NET class libraries like LINQ and Silverlight. and jQuery. DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (UK) Training Use PFx as a unifying library for all your multithreading needs. Develop network services with Windows Communication Foundation Develop cutting-edge UIs with Silverlight 4.0 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! Learn to write code using new.NET class libraries like PFx. Workflow 4, ASP.NET MVC and Silverlight. Leverage new features of C# 4.0, couldn't? DevelopMentor Courses - Tuesday, March 1, 2011 |
24 Articles match "Library","Silverlight"
| The Latest from DevelopMentor | MORE | | Getting started with RavenDB in an ASP.NET MVC application The RavenDB.Client NuGet package installed the normal way into our project and added some references to the RavenDB client libraries. Part of the RavenDB.Server package is a Silverlight client that lets you manage the server and inspect, or even change, the data. RavenDB is one of the newer document type databases that is conceptually comparable to MongoDB or CouchDB. One of the nice thing about RavenDB, at least for a.NET developer, is that is has been developed with.NET in mind from the start. And this makes it really easy to get started with. 2: Install-Package RavenDB.Server. The Problem Solver - Sunday, November 25, 2012 Getting started with RavenDB in an ASP.NET MVC application The RavenDB.Client NuGet package installed the normal way into our project and added some references to the RavenDB client libraries. Part of the RavenDB.Server package is a Silverlight client that lets you manage the server and inspect, or even change, the data. RavenDB is one of the newer document type databases that is conceptually comparable to MongoDB or CouchDB. One of the nice thing about RavenDB, at least for a.NET developer, is that is has been developed with.NET in mind from the start. And this makes it really easy to get started with. 2: Install-Package RavenDB.Server. The Problem Solver - Sunday, November 25, 2012 Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1 I’ve just upgraded my Simple MVVM Toolki t to support Silverlight 5.0 Before you run the installer, however, you should install the prerequisites , which now include Silverlight 5 Tools and Toolkit , Expression Blend Preview for Silverlight 5 (this will be replaced by the Blend 5 SDK when it comes out), and the Windows Phone SDK 7.1. 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. and Windows Phone 7.1 ! Enjoy DevelopMentor Courses - Friday, March 2, 2012 | -
| The Best from DevelopMentor | MORE | - WPF MVVM Helper Library (WPF + MVVM = testability)
There's been a lot of talk about the Model-View-ViewModel pattern recently and it's usage around the WPF and Silverlight technology stack. One of the things I give the students is a library to do MVVM - I also use it in my consulting work. bit of history -- the library is really just a place where I dump all kinds of useful utility classes, helpers, wrappers, etc. Next, in each view (XAML) you set the DataContext property to your view model, the library has a MarkupExtension to do the work for you -. that I tend to use a lot. So, what all is here? Well, quite a bit. - Keep Dependency Injection Simple with MEF
and Silverlight right out of the box and is focused on the simple task of providing instances based on an agreed-upon contract. The ServiceAgentExport attribute is defined in the toolkit library and has two parameters: the type of the service agent interface, and an AgentType enum, which has values for Unspecified, Real and Mock. For that we’ll leverage the Silverlight Unit Testing Framework , which ships with the Silverlight Toolkit. We add a new project to the solution by selecting the Silverlight Unit Test Application project template. Have fun! Tony and Zuzana's World - Tuesday, March 8, 2011 - Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1
I’ve just upgraded my Simple MVVM Toolki t to support Silverlight 5.0 Before you run the installer, however, you should install the prerequisites , which now include Silverlight 5 Tools and Toolkit , Expression Blend Preview for Silverlight 5 (this will be replaced by the Blend 5 SDK when it comes out), and the Windows Phone SDK 7.1. 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. and Windows Phone 7.1 ! Enjoy DevelopMentor Courses - Friday, March 2, 2012 - 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. It's comprehensive C# API wrapper library for accessing [link] , using XML or JSON to read/write. Enjoy! Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - Six Things That’ll Surprise You About.NET 4.0
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. Base-class Libraries. that the WPF and Silverlight designers in VS 2010 are greatly improved. 6 CLR and Base-class Libraries. They are in the new System.Numerics library. >. Summary.NET 4 is going to be an exciting release with a some very polished libraries and tools. I recently wrote an article for DevelopMentor ’s Developments entitled. Six Things That’ll Surprise You About.NET 4.0 ”. by Michael Kennedy. 2 ASP.NET. Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 - Simple MVVM Toolkit versus MVVM Light Toolkit
Both Simple MVVM and MVVM Light toolkits support WPF, Silverlight and Windows Phone clients. Presently MVVM Light requires a manual installation , but the download for Simple MVVM is an installer which gives you the assembly binaries, external libraries, samples and source code. In addition there is a Getting Started topic which correlates to a screencast and provides step-by-step instructions for creating a Silverlight app using the toolkit. When it comes to deciding which toolkit best suites your needs, there is a spectrum of choices. Platforms. Support. Usability. Enjoy. Tony and Zuzana's World - Saturday, April 23, 2011 - MSDN Roadshow in Maine
Fore!” – Slicing Into What’s New in Silverlight 4. Silverlight is all about driving your applications into the fairway of user experience. Silverlight 4 tees up many new features to help you create rich applications that will hook your customers’ interest. We’ll sink our teeth into Task Parallel Library, PLINQ, Visual Studio 2010 debugging features, and new Framework classes that offer ways to make efficient programs and help shed those concurrency worries. It’s Your Call” – Windows Phone 7, Silverlight, and XNA. The Agenda: A Payload of Awesomeness. The Blomsma Code - Friday, May 7, 2010 %>
| | |