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

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
  • 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
  • CRM 4 FilteredViews, LINQ & WCF

    We decided to use FilteredViews instead of FetchXml for an internal project, but we ran into couple of problems. You can't access data from the FilteredViews using ASP.NET since it runs under NETWORK SERVICE (by default (app pool)), FilteredViews filter the data by Users. If you set the <identity>...
    Posted to Kids don't try this at home! (Weblog) by gperera on 07-20-2008, 12:00 AM
    Filed under: C#, ASP.NET, WCF, LINQ, Dynamics CRM, SQL
  • LINQ to Entities – Join Queries

    This is my first project on LINQ, and I got surprised on how tuff it is to build join queries. But the trick is to understand how the LINQ to Entities work. I will discuss in this blog some of the complicated queries that I built and how I built them. But let's first understand how the LINQ to Entities...
    Posted to Salim Fayad (Weblog) by The Eagle on 07-09-2008, 12:00 AM
    Filed under: ASP.NET, .NET 3.5, Linq to Entities, Linq, C#
  • MVC training day 1

    We've had the first of our two half days with Steven Sanderson this morning. It was split in half, with the first half covering the new C# 3.0 language features and the second tackling MVC. LINQ We went through some fairly basic examples of LINQ to Objects just to bring everyone up to speed, covering...
    Posted to Melvyn Harbour (Weblog) by MelvynHarbour on 07-08-2008, 12:00 AM
    Filed under: MVC, ASP.NET, LINQ, C#
  • Flickr web app with MVC preview 3 [Cont..]

    In my last post, I have mentioned of creating Flickr app with Asp.net MVC. In recent update I have modified it with Asp.net MVC Preview 3. You can find a general reference about the project here . But in this post, I will say, what are the changes due to the new release and where to start especially...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 05-31-2008, 12:00 AM
    Filed under: LINQ, C#, LinqExtender, Linq.Flickr, asp.net, MVC, Ajax, AspNetMvc
  • Working with the GridView and the System.Data.Linq.Binary Type

    I'm working with a database table that has a RowVersion field defined as a TimeStamp data type.  The TimeStamp field is there to add concurrency into the application to ensure a row hasn't changed while a user is trying to update or delete it.  When the TimeStamp field value is queried and...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 05-14-2008, 12:00 AM
    Filed under: ASP.NET, .NET, C#, LINQ, GridView
  • Service Pack 1 Beta Released for Visual Studio 2008 and the .NET Framework 3.5

    Microsoft just released the SP1 beta for Visual Studio 2008 and the .NET Framework 3.5 and it includes a huge number of new features and enhancements.  Check out Scott Guthrie's blog for details but here's a quick list of what's included: ASP.NET Data Scaffolding Support (ASP.NET Dynamic Data) ASP...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 05-12-2008, 12:00 AM
    Filed under: XML, ASP.NET, Web Services, ASP.NET AJAX, .NET, C#, WCF, WPF, VS.NET, LINQ, Lambdas
Page 1 of 12 (119 items) 1 2 3 4 5 Next > ... Last »