Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • ADO.NET EF v LINQ to SQL

    So with the recent news of LINQ to SQL going DOA a lot of those who have developed applications around it are probably hurting. I myself was shocked to hear that Microsoft would do such a foolish thing. This is one of the things that turns off people from using .NET and other Microsoft technologies....
    Posted to Chad# (Weblog) by Xtek on 11-09-2008, 12:00 AM
    Filed under: .NET, ADO.NET, LINQ
  • Interesting Finds: 2008.05.10

    .NET VS2008 SP1 Beta and .NET Framework 3.5 SP1 Beta is now available Connection Pooling, ADO.NET, SPIDs The CLR Profiler for the .Net Compact Framework Series Index Introducing LINQ To Regex 11 More Visual Studio Shortcuts You Should Know Other IIS - Sample ISAPI Filter doing Redirection to another...
    Posted to gOODiDEA.NET (Weblog) by gOODiDEA on 05-10-2008, 12:00 AM
    Filed under: .NET, SQLServer, Prototype, WinDbg, SVN, LINQ, Profile, ADO.NET, ISAPI, Regex
  • Entity Framework Complete with Designer! - Move Over LINQ to SQL

    Ok, I realize that this title is a bit lofty, and I don't want to give the impression that I don't love LINQ to SQL... but in paroozing around, I see this blog ( http://blogs.msdn.com/adonet/archive/2008/04/09/entity-framework-ado-net-data-services-to-ship-with-vs-2008-sp1-net-3-5-sp1.aspx ) that confirms...
    Posted to Timothy Khouri - SingingEels.com (Weblog) by Nullable on 04-10-2008, 12:00 AM
    Filed under: LINQ, ADO.NET, Entity Framework, Visual Studio
  • ASP.NET Podcast Show #95 - Jim Wooley on LINQ Part I (video and audio)

    Subscribe . <--What all the cool kids are doing. Original url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2007/06/28/asp-net-podcast-show-95-jim-wooley-on-linq-part-i-video-and-audio.aspx Download WMV video . Download iPod video . Download MP3 audio . Show Notes: Part 1: In the past...
    Posted to Wallace B. McClure (Weblog) by Wallym on 06-28-2007, 12:00 AM
    Filed under: Databases, Podcasts, .NET, Community News, ASP.NET, ADO.NET, Orcas, .NET 3.5, LINQ
  • ADO.NET EF v LINQ to SQL (take 3)

    I come in peace.  This is a post to continue my series about my opinions and thoughts on the issue.  If you haven’t I suggest you go back and read Part 1 and Part 2 . So I’ve been working on a MVC application for a friend of mine and his business.  When I had the meeting with them I originally...
    Posted to Chad# (Weblog) by Xtek on 01-14-2009, 12:00 AM
    Filed under: ASP.NET, ADO.NET, LINQ, ASP.NET MVC
  • 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
  • BOOK - Murach's ADO.NET 3.5, LINQ, and the Entity Framework with VB 2008

    It’s no secret that I’m a fan of Murach’s books. I’m preparing to record a podcast on data access and so I pickup up this book. In a word – BRILLIANT. It covers the three primary data access technologies that matter to developers using current .NET development tools. Detailed coverage of all three makes...
    Posted to What's New (Weblog) by Anonymous on 06-09-2009, 12:00 AM
    Filed under: LINQ, Microsoft, blog, ADO.NET, Book, Entity Framework
  • ORM Technology - nHibernate vs Linq

    I'm back after some time away from my blog ;).. This time i would like to tell about my favourite "nHibernate" and ORM Technology. Not So Long Ago, i’ve attended a microsoft seminar on Visual Studio 2008 & VSTS . It was a nice presentation and we have had a delicious lunch too;)…Presentation on VSTS...
    Posted to Runtime Debugger - kannan M ambadi's blog (Weblog) by kannan.ambadi on 01-16-2009, 12:00 AM
    Filed under: Asp.Net, C# 2.0, .NET, linq-to-sql, Ado.Net, vsts, microsoft, LINQ, visual studio, Asp.Net 2.0, .NET 3.5, .NET 2.0, ASP.NET 3.5, .Net Development, .NET Framework, Visual Studio 2008, nHibernate, Web 2.0, Web Development, ORM Architecture, Tools, Architecture
  • 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
Page 1 of 2 (17 items) 1 2 Next >