Welcome to Sol 3 Sign in | Join | Help
CS Search | Live Search Search

Sol 3

Home of Barrows Software Solutions, LLC

Browse by Tags

All Tags » ASP.NET » .NET » Visual Studio » LINQ   (RSS)
  • May 20th Links: ASP.NET, ASP.NET AJAX, .NET, Visual Studio, Silverlight, WPF

    Apologies for the sparseness of my posting the last few weeks - work and life have been busy here lately.  Below is a new post in my link-listing series to help kick things up a little.  Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. ...
    Posted to ASPInsiders (Weblog) by Anonymous on May 21, 2008
  • Feb 17th Links: ASP.NET, ASP.NET AJAX, Visual Studio, .NET

    Here is the latest in my link-listing series.  Also check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past. ASP.NET Top 10 Best Practices for Production ASP.NET Applications: Kyle has a nice post that summarizes a number of good best practices to follow when ...
    Posted to ASPInsiders (Weblog) by Anonymous on February 17, 2008
  • Jan 24th Links: ASP.NET, ASP.NET AJAX, Visual Studio, .NET, IIS

    I just arrived back from my trip from Asia, and decided to celebrate (since I'm jet-lagged and can't sleep) with a new post in my link-listing series.  You can check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past. ASP.NET Extending the GridView to Include Sort ...
    Posted to ASPInsiders (Weblog) by Anonymous on January 25, 2008
  • Dynamic LINQ (Part 1: Using the LINQ Dynamic Query Library)

    LINQ (language integrated query) is one of the new features provided with VS 2008 and .NET 3.5.  LINQ makes the concept of querying data a first class programming concept in .NET, and enables you to efficiently express queries in your programming language of choice. One of the benefits of LINQ is that it enables you to write type-safe ...
    Posted to ASPInsiders (Weblog) by Anonymous on January 8, 2008
  • Visual Studio 2008 and .NET 3.5 Released

    Today we shipped Visual Studio 2008 and .NET 3.5.  You can download the final release using one of the links below: If you are a MSDN subscriber, you can download your copy from the MSDN subscription site (note: some of the builds are just finishing being uploaded now - so check back later during the day if you don't see it yet). If you ...
    Posted to ASPInsiders (Weblog) by Anonymous on November 19, 2007
  • Tip/Trick: Building a ToJSON() Extension Method using .NET 3.5

    Earlier this year I blogged about a new language extensibility feature of C# and VB called ''Extension Methods''.  Extension methods allow developers to add new methods to the public contract of an existing CLR type, without having to sub-class it or recompile the original type.  In doing so they enable a variety ...
    Posted to ASPInsiders (Weblog) by Anonymous on October 2, 2007
  • The C# ?? null coalescing operator (and using it with LINQ)

    One of the subtle (but cool) language features of C# is the ?? ''null coalescing'' operator.  This provides a nice, terse way to check whether a value is null, and if so return an alternate value. Simple Example Usages Several folks have blogged about the ?? operator in the past - read here, here, here, and here for some ...
    Posted to ASPInsiders (Weblog) by Anonymous on September 20, 2007
  • LINQ to SQL (Part 8 - Executing Custom SQL BLOCKED EXPRESSION

    Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL.  LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using .NET classes.  You can use LINQ expressions to query the database with them, as well ...
    Posted to ASPInsiders (Weblog) by Anonymous on August 27, 2007
  • LINQ to SQL (Part 7 - Updating our Database using Stored Procedures)

    Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL.  LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using .NET classes.  You can use LINQ expressions to query the database with them, as well ...
    Posted to ASPInsiders (Weblog) by Anonymous on August 23, 2007
CS Build: 2.1.61129.2
1999
Listed on the CS Listings Powered By Community Server Themed by nb development