Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Code from My ASP.NET Connections Talks

    I finished up my talks at ASP.NET Connections yesterday and wanted to get the code posted as well as links for the additional topics covered in the Silverlight animation session.  Here they are: Building N-Tier ASP.NET Applications with LINQ Code Silverlight 2 Animations Code SilverlightFX Farseer...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 11-13-2008, 12:00 AM
    Filed under: ASP.NET, .NET, C#, Silverlight, LINQ, Lambdas
  • ASP.NET Dynamic Data Web projects templates

    Since Visual Studio 2008 SP1 you may have noticed 2 projects template for dynamic data: So what is the difference ? Dynamic Data Web Site / Dynamic Data Web Application: Uses a LINQ to SQL model and LinqDataSource controls. Dynamic Data Entities Web Site / Dynamic Data Entities Web Application: Uses...
    Posted to Laurent Duveau (Weblog) by pluginbaby on 11-10-2008, 12:00 AM
    Filed under: ASP.NET, Visual Studio, Web Development, Linq
  • LINQ to Concurrency Problems

    LINQ to SQL is fascinating - the more I work with it, the more I hate it, and then love it again all at the same time. Recently we had an issue while using it in a slightly older version of our N-Tier WCF application which uses LINQ to SQL as it's primary ORM solution (yes, I know). I'll try to briefly...
    Posted to i have a framework... (Weblog) by fdumlao on 10-28-2008, 12:00 AM
    Filed under: WCF, ASP.NET, .NET, LINQ, C#, LINQ to SQL
  • Solving common problems with Compiled Queries in Linq to Sql for high demand ASP.NET websites

    If you are using Linq to SQL, instead of writing regular Linq Queries, you should be using Compiled Queries . if you are building an ASP.NET web application that’s going to get thousands of hits per hour, the execution overhead of Linq queries is going to consume too much CPU and make your site slow...
    Posted to Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5 (Weblog) by oazabir on 10-28-2008, 12:00 AM
    Filed under: .net, asp.net, C#, LINQ
  • Paging with NHibernate using a custom Extension method to make it 'easier' :)...

    Update 20081022: I have updated the articles code to reflect the bug fixes kindly suggested by Paco :). I have now used this in my project and have had no issues with it yet. The fixes included clearing order by's on the count query and also returning the count as an Int64. Cheers Stefan -----------...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 10-03-2008, 12:00 AM
    Filed under: ASP.NET, .NET 3.5, LINQ, C#, NHibernate
  • Book Review: LINQ In Action

    Amazon.com: LINQ in Action: Fabrice Marguerie, Steve Eichert, Jim Wooley, Matt Warren: Books I think the expression is " don't cry over spilled milk... ", well when my son spilled milk on this book I almost cried. Why would you cry over a book you ask? There are many reasons.  Not only...
    Posted to Joseph Guadagno (Weblog) by jguadagno on 09-28-2008, 12:00 AM
    Filed under: .NET, ASP.NET, NET 3.5, NET 3.0, NET 2.0, Book Review, LINQ
  • Debugging Linq To Sql

    I've decided that the LinqDataSource is my favorite datasource to use these days, because it allows me to consume my LinqToSql classes. My fondness of Linq to Sql also leads towards frustration when I try to figure out what's going on behind the scenes. One method for debugging is to use Sql Profiler...
    Posted to Tony Lombardo (Weblog) by tony_lombardo on 09-18-2008, 12:00 AM
    Filed under: ASP.NET, linq
  • ORM Comparison Part II

    Part II of the Southeast Valley .NET User Group ORM comparison happened yesterday.  It started off nice and calm but ended with a bang or two.  No there were no fight or arguments between the presenters or attendees but mother nature let loose on the Phoenix area last night.  Especially...
    Posted to Joseph Guadagno (Weblog) by jguadagno on 08-29-2008, 12:00 AM
    Filed under: .NET, NHibernate, ASP.NET, Visual Studio, NET 3.5, NET 3.0, NET 2.0, LINQ, SQL Server, SEVDNUG, netTiers, QuickObjects, LLBGen
  • Part II - Fluent Filters, IQueryable and Linq To Sql for Easy Data Access

    I decided to write a second part to my previous post on extending the IQueryable interface to create a really neat and organized data access layer with Linq To Sql. The cool thing about this practice is that it nicely separates individual filters for integration testing and then lets you combine them...
    Posted to Mike Bosch's Blog on .NET (Weblog) by MikeBosch on 08-01-2008, 12:00 AM
    Filed under: ASP.NET, LINQ
  • What is LINQ? LINQ Developer Resources

    LINQ is Language Integrated query. It is a integral part of visual studio 2008 and Microsoft .NET Framework 3.5. It is object to database mapping technology thorough which you can query any type of collections of object,XML of database. Recently I am goggling about the LINQ and I have found following...
    Posted to DotNetJaps (Weblog) by Jalpesh P. Vadgama on 07-31-2008, 12:00 AM
    Filed under: ASP.NET, C#.NET, VB.NET, Linq
Page 1 of 30 (299 items) 1 2 3 4 5 Next > ... Last »