| |
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.
|
8 Articles match "LINQ","Templates"
| Related DevelopMentor Courses | MORE | | Simple WCF SOAP-REST Multi-Project Template did it again: another multi-project Visual Studio template – this time for a simple WCF service that exposes both SOAP and REST endpoints. My other REST and SOAP templates are intended as a starting point for more real-world WCF services. To get the new template, all you have to do is fire up Visual Studio, then open up the Extensions Manager from under the Tools menu. Then to use the template, simply select New Project from the File menu, click on the WCF category and select “WCF SOAP and REST Simple Service.” The REST client uses LINQ to XML to parse the response. DevelopMentor Courses - Monday, June 11, 2012 Essential Windows Presentation Foundation - WPF Training Use new technologies such as LINQ and XLINQ with WPF. Data Binding: Collections and Hierarchies In this module, you will continue the data binding exploration by examining how to provide visual information for your business objects through data templates and then how to manage collections of objects on the UI. Control Templates: basics A unique capability of WPF is the ability to override the drawing behavior of all of the built-in controls. In this module, you'll learn how to redefine the visual appearance of existing controls through Control Templates. SP1 and 4.0? DevelopMentor Courses - Wednesday, February 22, 2012 NET 3.5 & 4.0: LINQ/EF, WCF, WPF/SL, MVVM, MEF Training Use LINQ to query in-memory collections with SQL-like syntax, including groups, joins and aggregate functions. Perform custom serialization of objects using LINQ to XML for persisting application state. The course covers Language Integrated Query (LINQ), which supports a uniform syntax for querying in-memory objects, XML and relational databases. Day 1: C# and LINQ C# 3.0 - 4.0 includes features designed to support LINQ (Language Integrated Query) but which are useful in their own right: anonymous types, lambda expressions, and extension methods. & 4.0 DevelopMentor Courses - Wednesday, February 22, 2012 |
13 Articles match "LINQ","Templates"
| The Latest from DevelopMentor | MORE | | Simple WCF SOAP-REST Multi-Project Template did it again: another multi-project Visual Studio template – this time for a simple WCF service that exposes both SOAP and REST endpoints. My other REST and SOAP templates are intended as a starting point for more real-world WCF services. To get the new template, all you have to do is fire up Visual Studio, then open up the Extensions Manager from under the Tools menu. Then to use the template, simply select New Project from the File menu, click on the WCF category and select “WCF SOAP and REST Simple Service.” The REST client uses LINQ to XML to parse the response. DevelopMentor Courses - Monday, June 11, 2012 Digging into WCF REST 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. However, after installing the template, I was somewhat disappointed. About an hour before the talk, I decided to create my own version of the WCF REST Template, which creates a multi-project solution containing a web project with the service interface and class placed in a separate class library project and the entities in their own class library project. But what’s it good for? WCF 3.5 WCF 4.0 Tony and Zuzana's World - Saturday, September 10, 2011 11 Killer Open Source Projects I Found with NuGet RazorEngine is templating engine built upon Microsoft's Razor parsing technology. The Razor Templating Engine allows you to use Razor syntax to build robust templates. NoRM at [link] LINQ, NoSQL and MongoDB , what more could you want? So maybe I'm late to the party, but I recently started playing with NuGet. It's a killer new way to find, install, maintain, and manage references to open source libraries in Visual Studio 2010. Plenty of people have written about it ( Phil Haack and Scott Hanselman for example). RazorEngine at [link]. YUI Compressor for.Net at [link]. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 | -
| The Best from DevelopMentor | MORE | - Who is Improving LINQ to SQL? Plinqo by Code Smith!
A lot of people have lingering doubts about whether to use LINQ to SQL for real-world applications, especially since Microsoft has left it to languish in favor of the new version of the Entity Framework slated for release with.NET 4.0 Nevertheless, I have a consulting client, Credit Solutions , that uses LINQ to SQL for their line-of-business web application and has had a very favorable experience working with it. In addition you’ll get better performance using LINQ to SQL (we’ll see how EF4 compares when it comes out). and Visual Studio 2010. Tony and Zuzana's World - Tuesday, August 4, 2009 - Simple WCF SOAP-REST Multi-Project Template
did it again: another multi-project Visual Studio template – this time for a simple WCF service that exposes both SOAP and REST endpoints. My other REST and SOAP templates are intended as a starting point for more real-world WCF services. To get the new template, all you have to do is fire up Visual Studio, then open up the Extensions Manager from under the Tools menu. Then to use the template, simply select New Project from the File menu, click on the WCF category and select “WCF SOAP and REST Simple Service.” The REST client uses LINQ to XML to parse the response. DevelopMentor Courses - Monday, June 11, 2012 - Who is Improving LINQ to SQL? Plinqo by Code Smith!
A lot of people have lingering doubts about whether to use LINQ to SQL for real-world applications, especially since Microsoft has left it to languish in favor of the new version of the Entity Framework slated for release with.NET 4.0 Nevertheless, I have a consulting client that uses LINQ to SQL for their line-of-business web application and has had a very favorable experience working with it. In addition you’ll get better performance using LINQ to SQL (we’ll see how EF4 compares when it comes out). and Visual Studio 2010. file under a common folder. Tony and Zuzana's World - Tuesday, August 4, 2009 - 11 Killer Open Source Projects I Found with NuGet
RazorEngine is templating engine built upon Microsoft's Razor parsing technology. The Razor Templating Engine allows you to use Razor syntax to build robust templates. NoRM at [link] LINQ, NoSQL and MongoDB , what more could you want? So maybe I'm late to the party, but I recently started playing with NuGet. It's a killer new way to find, install, maintain, and manage references to open source libraries in Visual Studio 2010. Plenty of people have written about it ( Phil Haack and Scott Hanselman for example). RazorEngine at [link]. YUI Compressor for.Net at [link]. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - Digging into WCF REST
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. However, after installing the template, I was somewhat disappointed. About an hour before the talk, I decided to create my own version of the WCF REST Template, which creates a multi-project solution containing a web project with the service interface and class placed in a separate class library project and the entities in their own class library project. But what’s it good for? WCF 3.5 WCF 4.0 Tony and Zuzana's World - Saturday, September 10, 2011 - Learn What’s New in Entity Framework 4.0!
T4 Code-Generation Templates. If you would like to get a complete in-depth treatment of everything Entity Framework has to offer, sign up for my DevelopMentor course, Essential LINQ with Entity Framework 4.0 , running in Los Angeles, Boston and London. The course also includes coverage of LINQ (Objects, XML, SQL) and ADO.NET Data Services. I’ll be presenting a free DevelopMentor web cast on Tuesday Dec 8, 2009 at 9:00 am (Pacific Standard Time) on new features in Entity Framework 4.0. Lazy Loading. Change-Tracking Options. Model-First and Code-Only Approaches. Tier Support. Tony and Zuzana's World - Saturday, December 12, 2009 - Trackable DTO’s: Taking N-Tier a Step Further with EF4
About a year ago I wrote an article for MSDN Magazine on how to track change-state on the client and transmit it to a service for persistence using LINQ to SQL, Entity Framework, or some other data access stack. use two sets of T4 templates (a code-generation technology built into Visual Studio): One set is used by the Data Access Layer on the service side to generate both the ObjectContext container class and POCO classes that serve as DTO’s but have an ObjectState property. Download code for this post here. Fast forward to Entity Framework 4.0 and Visual Studio 2010. NET client. Tony and Zuzana's World - Friday, February 19, 2010 %>
| | |