Home / ASP.NET Weblogs
All Tags » LINQ » C# » ADO.NET (RSS)

Browse by Tags

Related Posts

  • Typed Eager Loading Using Entity Framework (& What is Eager Loading vs Deferred Loading)

    If you don’t know what eager loading is, Jump to “ What’s eager loading? ”. Eager Loading Syntax If you are eager loading Products for example in a typical (Categories 1<->* Products) relation, the standard syntax would like: DbDataContext.Categories.Include(“Products”) What is the problem with...
    Posted to Guru Stop (Weblog) by Mohamed Meligy on 04-02-2009, 12:00 AM
    Filed under: C#, LINQ, ADO.NET, .NET FAQ, .NET, CodeProject
  • DevDays ‘09 The Netherlands day #2

    The second day of DevDays and 5 more interesting sessions to follow. At 9:15 the first session of this day started it called “Functional Programming in C#” from Oliver Sturm . In this session we dived deep in to C# with a lot of C# 3.5 LINQ and lambda expressions. The question was, why would we use functional...
    Posted to Erwin's Blog (Weblog) by erwin21 on 05-29-2009, 12:00 AM
    Filed under: C#, .NET, ASP.NET MVC, DevDays, XNA, Standards, REST, ADO.NET, LINQ
  • Uploading and storing files in SQL using ASP.NET

    Version: VS2008 SP1 The sample code at the bottom of this post shows you how to upload files and store them in a binary column in SQL using ASP.net webforms and LINQ. S ee this post if you wish to upload an excel file, extract data from the cells and store them in a SQL table instead. We start by creating...
    Posted to Raj Kaimal (Weblog) by rajbk on 02-20-2010, 12:00 AM
    Filed under: .NET, ASP.NET, ADO.NET, LINQ, C#, SQL
  • DevDays ‘10 The Netherlands day #1

    First day of DevDays 2010, I was looking forward to DevDays to see all the new things like VS2010, .NET4.0, MVC2. The lineup for this year is again better than the year before, there are 100+ session of all kind of topics like Cloud, Database, Mobile, SharePoint, User experience, Visual Studio, Web....
    Posted to Erwin's Blog (Weblog) by erwin21 on 03-30-2010, 12:00 AM
    Filed under: C#, .NET, ASP.NET MVC, ASP.NET, Conference, DevDays, ADO.NET, LINQ, Web Forms
  • WCF Data Services Toolkit to talk to any database using GetAll, GetOne, Save, Remove methods

    I did a primer on using WCF Data Services in my last post . One of the things I’m seeing about the posts regarding WCF Data Services using OData is that they used Entity Framework to do the DAL work. So a lot of underlying work gets hidden by using EF. Here is a post that allows you to connect to any...
    Posted to IBloggable - implemented (Weblog) by nmarun on 05-23-2011, 12:00 AM
    Filed under: C#, ASP.NET MVC, LINQ, .net, WCF, OData, WCF Data Services, ADO.NET, Database
Page 1 of 1 (5 items)