Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • LINQ Cheat Sheet

    A while ago when I was learning LINQ I searched the web for a 'cheat sheet'. I needed a single document that covered most of the common scenarios w.r.t LINQ so that I would not need to google every time I was writing LINQ queries. I found one very good one : http://aspnetresources.com/blog/linq_sqo__cheat_sheet...
    Posted to BradVin's .Net Blog (Weblog) by bradvin on 11-01-2008, 12:00 AM
    Filed under: C#, .NET 3.5, LINQ
  • LINQ to XML in VB.NET and Using the Right Language for the Job

    I'm almost always using C# in my .NET projects, unless I'm doing Office automation where the VB-way of dealing with optional parameters helps out making the code a bit cleaner. The last week we've been upgrading ASMX-clients to become WCF-clients for a number of old .NET 1.1 and 2.0 projects, and we...
    Posted to Johan Danforth's Blog (Weblog) by jdanforth on 10-15-2008, 12:00 AM
    Filed under: .NET 3.5, XML, 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
  • Bokrecension – LINQ Quickly

    Innehållsförteckning Overview LINQ to Objects LINQ to XML LINQ to SQL LINQ over DataSet LINQ to XSD Standard Query Operators Appendix A: Building an ASP.NET Application Appendix B: LINQ with Outlook I LINQ Quickly från Packt Publishing går N Satheesh Kumar igenom de flesta funktioner som finns i Linq...
    Posted to Mikael Söderström (Weblog) by Vimpyboy on 10-01-2008, 12:00 AM
    Filed under: C#, .NET 3.5, Linq, Bokrecension
  • 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#
  • Taking a look at Dynamic Data

    One of the best things about being a programmer is new technologies,  taking a look at exciting new approaches to everyday tasks.  The .NET world is continually growing, in fact it was only 6-months ago that the 3.5 Framework was released giving you new tools such as LINQ, WPF, and Silverlight...
    Posted to David Yancey (aka Geebs) (Weblog) by Diamsorn on 04-25-2008, 12:00 AM
    Filed under: .NET, LINQ, .NET 3.5, DynamicData
  • Our First ASP.NET 3.5 Site Goes Live!!

    Hello All, UPDATE 20080409: Another site has launced, check out www.betts.com.au !!! Thanks Stefan ---------------------------------------------------------------------- Finally our first ASP.NET 3.5 website went live today, there are 2 more to come but this one is the only one live atm: http://www.zushoe...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 04-03-2008, 12:00 AM
    Filed under: AJAX, ASP.NET, MICROSOFT, .NET 3.5, LINQ
  • Update to my LINQ to SQL performance in VB.NET saga

    Hello, If you have read my posts before where I was complaining about VB generated sub optimal SQL when using nullable columns in your where clauses, I came to the conclusion I was being silly and not using .Value on those nullable fields in my queries. I stumbled across this post today: http://blogs...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 03-29-2008, 12:00 AM
    Filed under: .NET 3.5, SQL, LINQ, VB.NET
  • Goodbye Stored procedures, It’s the time to move on "Linq to Sql"

    O/RM Vs Stored Procedures. Which is the best approach? For the last few years, many developers and architects are engage in a series of debates about ORM Vs Stored Procedures. Many of them argue for ORM and others are arguing for stored procedures. The interesting thing is that people with highly object...
    Posted to Shiju Varghese's Blog (Weblog) by shiju on 03-26-2008, 12:00 AM
    Filed under: .Net 3.5, LINQ
  • Book Review: Linq Quickly by N Satheesh Kumar

    This books title does not lie, it is LINQ and it is quickly. This book is an excellent introduction into the world of LINQ and also a great reference once you get your feet wet. The start of the book gives you a brief introduction into what LINQ is and also an introduction into the new features in C#...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 03-26-2008, 12:00 AM
    Filed under: MICROSOFT, .NET 3.5, LINQ, C#
Page 1 of 4 (37 items) 1 2 3 4 Next >