| |
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.
|
6 Articles match "Class Library","LINQ"
| Related DevelopMentor Courses | MORE | | Guerrilla.NET (US) Training and LINQ and lambda expressions from C# 3.0. 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. LINQ : Use LINQ to access objects, XML, and SQL relational data MVC : Learn the how build modern web applications using ASP.NET MVC 3.0 NoSQL : Build insanely fast, data-driven applications with NoSQL, MongoDB, and LINQ. Learn to write code using new.NET class libraries like LINQ and Silverlight. and 5.0 DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (UK) Training Use PFx as a unifying library for all your multithreading needs. Learn to write code using new.NET class libraries like PFx. How can I make sure people use my libraries correctly? Along the way we will look at how LINQ can be used to query and manipulate this data. EF relied on generating entity classes that were tightly coupled to EF. introduces the idea of POCO classes - bringing your own classes to EF. The pivotal type enabling this transition is the Task class. Leverage new features of C# 4.0, couldn't? Register now. DevelopMentor Courses - Tuesday, March 1, 2011 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. that allow you to use POCO classes (Plain Old CLR Objects) in N-Tier applications. Day 1: C# and LINQ C# 3.0 - 4.0 LINQ to Objects LINQ makes query a first-class citizen of the C# programming language. DevelopMentor Courses - Wednesday, February 22, 2012 |
4 Articles match "Class Library","LINQ"
| 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. Learn to write code using new.NET class libraries like Entity Framework 5, MVC 4, and even the new Windows Runtime (WinRT). LINQ and Entity Framework 5. PFx: The Parallel Class and Concurrent Data Structures. Applied NoSQL with LINQ, and MongoDB. Filed under: DevelopMentor Tagged: NET , ASP.NET , Azure , Cloud , Debugging , DevelopMentor , jQuery , LINQ , MVC , NoSQL. mkennedy. Michael C. Kennedy's Weblog - Tuesday, September 25, 2012 Digging into WCF REST The service contract is merged with the implementation (just a class with no separate interface), and there is no client project. 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. also threw in a console client project which consumes the WCF REST service and uses LINQ to XML to parse the results. WCF 3.5 WCF 4.0 Tony and Zuzana's World - Saturday, September 10, 2011 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. RazorEngine at [link]. Here you go. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 | -
| The Best 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. Learn to write code using new.NET class libraries like Entity Framework 5, MVC 4, and even the new Windows Runtime (WinRT). LINQ and Entity Framework 5. PFx: The Parallel Class and Concurrent Data Structures. Applied NoSQL with LINQ, and MongoDB. Filed under: DevelopMentor Tagged: NET , ASP.NET , Azure , Cloud , Debugging , DevelopMentor , jQuery , LINQ , MVC , NoSQL. mkennedy. Michael C. Kennedy's Weblog - Tuesday, September 25, 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. 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. RazorEngine at [link]. Here you go. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - Digging into WCF REST
The service contract is merged with the implementation (just a class with no separate interface), and there is no client project. 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. also threw in a console client project which consumes the WCF REST service and uses LINQ to XML to parse the results. WCF 3.5 WCF 4.0 Tony and Zuzana's World - Saturday, September 10, 2011 - EF 4.0 N-Tier Support: Take 2
On the service-side, I wrote a helper class which interrogated entities for changes and persisted changes to the database, using either LINQ to SQL or the Entity Framework. uses the same basic approach, with entities tracking their own state and helper classes for change-tracking and persistence. The difference is that EF uses code-generation via T4 templates to create the helper classes instead of incorporating them into assemblies for the client and service to reference. Create a class library project using Visual Studio 2010 and name it NorthwindData. Tony and Zuzana's World - Thursday, November 12, 2009 %>
| | |