| |
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.
|
4 Articles match "Class 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. Leverage new features of C# 4.0, couldn't? DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (US) Training Multithreading : Use PFx as a unifying library for all your multithreading needs. EF : Write classes that can track changes to their own state for n-tier development with Entity Framework. 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. class] Movie Night + Video Games + LAN Party +. and jQuery. DevelopMentor Courses - Tuesday, March 1, 2011 NET 3.5 & 4.0: LINQ/EF, WCF, WPF/SL, MVVM, MEF Training and Visual Studio 2010. As a.NET developer using Visual Studio 2005 or 2008, you will learn about new features of the C# programming language that allow you to do more with less code and have improved interoperability with COM libraries, MS Office and other programming languages. that allow you to use POCO classes (Plain Old CLR Objects) in N-Tier applications. LINQ to Objects LINQ makes query a first-class citizen of the C# programming language. Perform custom serialization of objects using LINQ to XML for persisting application state. & 4.0 DevelopMentor Courses - Wednesday, February 22, 2012 |
8 Articles match "Class Library","Visual Studio"
| The Latest from DevelopMentor | MORE | | Join Me at Guerrilla.NET in November If you haven’t been to Guerrilla.NET, it’s a very unique and memorable event – it’s unlike almost any other training class you’ve seen. You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2012 and Windows 8. Learn to write code using new.NET class libraries like Entity Framework 5, MVC 4, and even the new Windows Runtime (WinRT). PFx: The Parallel Class and Concurrent Data Structures. hope to see you there! Feel free to contact me with any questions. Michael C. Kennedy's Weblog - Tuesday, September 25, 2012 More NLog Goodness This will give you the documentation, Visual Studio item templates for sample configuration files, schemas for XML intellisense in config files, extended layout renderers, and the config-driven installer utility. If you want to perform logging at the class library level, and perhaps have a logging test project, you may want to place the NLog.config at the solution level, and link to it from projects where you want to perform logging. This is a follow-up to my post on Using NLog with Dependency Injection. Download the code for this blog post. <!-- Enjoy. Tony and Zuzana's World - Monday, October 31, 2011 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. Create a RootWizard class that implements IWizard. Technical Visual Studio WCFsaferootprojectname$.Entities Tony and Zuzana's World - Wednesday, September 14, 2011 | -
| The Best from DevelopMentor | MORE | - 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. Create a RootWizard class that implements IWizard. Technical Visual Studio WCFsaferootprojectname$.Entities 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 example, one style of development where developers sketch out a scenario in code involving a set of classes before they are completely written was painful in VS 2008 (e.g. 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. Base-class Libraries. by Michael Kennedy. 5 WPF. 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. Lucene.Net is a source code, class-per-class, API-per-API and algorithmatic port of the Java Lucene search engine to the C# and.NET platform utilizing Microsoft.NET Framework. Enjoy! Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - Digging into WCF REST
and Visual Studio 2010, folding in features we first saw in the REST Starter Kit, which is now largely obsolete. One of the things I highlighted in the talk is a Visual Studio template, which you can download from the Visual Studio Extensions Gallery, that creates a WCF REST-based service. It creates a Visual Studio solution with just a single web project. The service contract is merged with the implementation (just a class with no separate interface), and there is no client project. But what’s it good for? WCF 3.5 WCF 4.0 Tony and Zuzana's World - Saturday, September 10, 2011 - Join Me at Guerrilla.NET in November
If you haven’t been to Guerrilla.NET, it’s a very unique and memorable event – it’s unlike almost any other training class you’ve seen. You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2012 and Windows 8. Learn to write code using new.NET class libraries like Entity Framework 5, MVC 4, and even the new Windows Runtime (WinRT). PFx: The Parallel Class and Concurrent Data Structures. hope to see you there! Feel free to contact me with any questions. Michael C. Kennedy's Weblog - Tuesday, September 25, 2012 - More NLog Goodness
This will give you the documentation, Visual Studio item templates for sample configuration files, schemas for XML intellisense in config files, extended layout renderers, and the config-driven installer utility. If you want to perform logging at the class library level, and perhaps have a logging test project, you may want to place the NLog.config at the solution level, and link to it from projects where you want to perform logging. This is a follow-up to my post on Using NLog with Dependency Injection. Download the code for this blog post. <!-- Enjoy. Tony and Zuzana's World - Monday, October 31, 2011 - T4 Supplement to Add Service Reference
Instead of relying solely on “Add Service Reference” in Visual Studio to generate client-side POCO classes, I wanted to generate the classes myself, hooking into a change-tracking mechanism and injecting data binding code. The way that Self-Tracking Entities in EF4 accomplishes this is to add a class library project with a T4 template the inspects an entity data model (edmx file). The result would be a CodeCompileUnit, which I could reflect over using the CodeDom to generate class and member definitions. I’m a self-admitted control-freak. Enjoy. Tony and Zuzana's World - Monday, April 12, 2010 %>
| | |