| |
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 "Functional Programming","LINQ"
| Related DevelopMentor Courses | MORE | | Essential Entity Framework 4.0 with Data Services Training including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Write LINQ to XML queries to search XML documents and save them to the file system Create LINQ to Entities queries to execute stored procedures and perform updates in real-world database applications Build a rich conceptual entity model using the EF and visually map it to a database schema Learn how to implement Repository and Unit of Work design patterns with EF 4.0 How is LINQ to Entities different from LINQ to SQL? and Visual Studio 2010. DevelopMentor Courses - Wednesday, February 22, 2012 Essential.NET for C# Developers Training featuring.NET 4 Exposure to important.NET idioms, patterns, and best practices Use XAML, code-behind and partial classes Functional C# programming using Delegates, Lambda Expressions and LINQ Use LINQ to access objects, XML, and SQL relational data Write Metadata-driven code, including properties, events, and custom attributes Access Relational Databases and stored procedures using ADO.NET and the Entity Framework Build web sites with ASP.NET MVC Build rich client and rich internet applications using Silverlight 4.0 Modern.NET applications rely on a complex runtime, the CLR. DevelopMentor Courses - Wednesday, February 22, 2012 Essential Entity Framework 4.0 with Data Services Training including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Write LINQ to XML queries to search XML documents and save them to the file system Create LINQ to Entities queries to execute stored procedures and perform updates in real-world database applications Build a rich conceptual entity model using the EF and visually map it to a database schema Learn how to implement Repository and Unit of Work design patterns with EF 4.0 How is LINQ to Entities different from LINQ to SQL? and Visual Studio 2010. DevelopMentor Courses - Tuesday, March 1, 2011 |
3 Articles match "Functional Programming","LINQ"
| The Latest from DevelopMentor | MORE | | ELINQ with EF 4.0 Course Update I’ve been working feverishly the last couple of months to update my DevelopMentor course: Essential LINQ with Entity Framework 4.0. Functional Programming in C# 2. LINQ to Objects 3. LINQ to XML. LINQ to SQL 5. EF: LINQ to Entities. Here is a breakdown of the course content: Day 1: 1. Day 2: 4. EF: Architecture 6. Day 3: 7. EF: Real-World Topics – Transactions, Concurrency, Stored Procedures 8. EF: N-Tier Applications 9. EF: Mapping Scenarios. Day 4: 10. EF: Development Approaches: – Patterns, TDD, Model-First 11. Cheers, Tony. Tony and Zuzana's World - Tuesday, December 29, 2009 LINQ is just freaking cool A couple of weeks ago, Jason Whittington (a fellow instructor at Developmentor ) and I were doing a talk on asynchronous programming and we started with a very simple example of the APM -- using two loops to create and then consume the IAsyncResult work: static void TwoLoopMain( string [] args). {. We had already presented a talk on LINQ earlier in the week and so I thought we might be able to do the above in a single expression with LINQ - kind of a challenge. Queue ars = new Queue (); Func mathProc = Multiply; for ( int i = 1; i <= 20; i++). {. ToList().ForEach(e Mark's Blog of Random Thoughts - Thursday, March 5, 2009 LINQ is just freaking cool A couple of weeks ago, Jason Whittington (a fellow instructor at Developmentor ) and I were doing a talk on asynchronous programming and we started with a very simple example of the APM -- using two loops to create and then consume the IAsyncResult work: static void TwoLoopMain( string [] args). {. We had already presented a talk on LINQ earlier in the week and so I thought we might be able to do the above in a single expression with LINQ - kind of a challenge. Queue ars = new Queue (); Func mathProc = Multiply; for ( int i = 1; i <= 20; i++). {. ToList().ForEach(e Mark's Blog of Random Thoughts - Thursday, March 5, 2009 | -
| The Best from DevelopMentor | MORE | - ELINQ with EF 4.0 Course Update
I’ve been working feverishly the last couple of months to update my DevelopMentor course: Essential LINQ with Entity Framework 4.0. Functional Programming in C# 2. LINQ to Objects 3. LINQ to XML. LINQ to SQL 5. EF: LINQ to Entities. Here is a breakdown of the course content: Day 1: 1. Day 2: 4. EF: Architecture 6. Day 3: 7. EF: Real-World Topics – Transactions, Concurrency, Stored Procedures 8. EF: N-Tier Applications 9. EF: Mapping Scenarios. Day 4: 10. EF: Development Approaches: – Patterns, TDD, Model-First 11. Cheers, Tony. Tony and Zuzana's World - Tuesday, December 29, 2009 - LINQ is just freaking cool
A couple of weeks ago, Jason Whittington (a fellow instructor at Developmentor ) and I were doing a talk on asynchronous programming and we started with a very simple example of the APM -- using two loops to create and then consume the IAsyncResult work: static void TwoLoopMain( string [] args). {. We had already presented a talk on LINQ earlier in the week and so I thought we might be able to do the above in a single expression with LINQ - kind of a challenge. Queue ars = new Queue (); Func mathProc = Multiply; for ( int i = 1; i <= 20; i++). {. ToList().ForEach(e - LINQ is just freaking cool
A couple of weeks ago, Jason Whittington (a fellow instructor at Developmentor ) and I were doing a talk on asynchronous programming and we started with a very simple example of the APM -- using two loops to create and then consume the IAsyncResult work: static void TwoLoopMain( string [] args). {. We had already presented a talk on LINQ earlier in the week and so I thought we might be able to do the above in a single expression with LINQ - kind of a challenge. Queue ars = new Queue (); Func mathProc = Multiply; for ( int i = 1; i <= 20; i++). {. ToList().ForEach(e %>
| | |