Videos tagged with Linq2Sql


Behind LINQ - And Beyond

Behind LINQ - And Beyond

Posted in Conferences, Technologies, Development, Frameworks, LINQ, Java, C#, .NET Framework

Summary In this presentation from the JVM Languages Summit 2008, Mads Torgersen discusses LINQ, declarative programming and metaprogramming in C#, examples of LINQ syntax and usage, lazy evaluation of LINQ queries, extension methods, lambda expressions, LINQ-to-SQL, LINQ expressions and metaprogramming, expression trees, how the .Net Dynamic Language Runtime (DLR) works, PLINQ, and the future o...

Tags: Conferences, Frameworks, Technologies, Java, LINQ, C#, DLR, .NET Framework, Linq2Sql, InfoQ, Dynamic Languages, ...



DimeCasts.Net #50: Introduction to NHibernate: What does NHibernate bring to the table

DimeCasts.Net #50: Introduction to NHibernate: What does NHibernate bring to the table

Posted in Companies, Databases, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

In this episode, you will learn about the reasons why you might use an Object/Relational Mapper (ORM). You will also hear why NHibernate is a particularly good ORM, when it is appropriate to use NHibernate and when it is NOT appropriate to use NHibernate. Finally, you will hear why you might choose NHibernate over the ADO.NET Entity Framework and Linq2Sql and when and might not choose it.

Tags: Frameworks, Databases, Microsoft, ADO.NET, .NET Framework, DimeCasts.Net, Linq2Sql, nHibernate, ORM



DimeCasts.Net #23: Adding a New Feature to DimeCasts.Net - Data Access

DimeCasts.Net #23: Adding a New Feature to DimeCasts.Net - Data Access

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

In this episode we will start a new series where we are going to be walking through the coding process of adding a new feature to the Dimecasts.net website. In this episode we will create the needed data access to allow us to pull the data correctly.

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, Linq2Sql, New Feature




DimeCasts.Net #7: (re)Creating your DB with Linq's DataContext for testing

DimeCasts.Net #7: (re)Creating your DB with Linq's DataContext for testing

Posted in Companies, Databases, Development, Broadcasting, Frameworks, Microsoft, C#, Screencasts, .NET Framework

In this episode we will learn how to use the DataContext object that is part of Linq2Sql to build/rebuild our data base for testing. We will walk though the creation of the database, the creation of data and learn how to wire this process up to our Tests.

Tags: Databases, Microsoft, C#, .NET Framework, DimeCasts.Net, Linq2Sql


DimeCasts.Net #6: Joins, Grouping, Aggregating w/ Linq2Sql

DimeCasts.Net #6: Joins, Grouping, Aggregating w/ Linq2Sql

Posted in Technologies, Companies, Development, Broadcasting, Frameworks, LINQ, Microsoft, C#, Screencasts, .NET Framework

In this episode we take a look at how to create various types of Linq2Sql statements.  All the statements created in this episode are done using the really sweat LinqPad tool. The types of statements that are reviewed here are: Inner Joins Outter Joins Groupings (with some Aggregations) Select top N rows

Tags: Microsoft, LINQ, C#, .NET Framework, DimeCasts.Net, Linq2Sql, LinqPad


DimeCasts.Net #5: Introduction to Linq2Sql

DimeCasts.Net #5: Introduction to Linq2Sql

Posted in Technologies, Companies, Development, Broadcasting, Frameworks, LINQ, Microsoft, C#, Screencasts, .NET Framework

In this episode we do an introductory of Linq2Sql.  This is meant to be a beginners guide. The items that are covered are: Learn how to create the data connection via Server Explorer How to use the Linq2Sql Designer Review the DataContext object that is generated Simple Linq2Sql Statements

Tags: Microsoft, LINQ, C#, .NET Framework, DimeCasts.Net, Linq2Sql