MSMVPS.COM
The Ultimate Destination for Blogs by Current and Former Microsoft Most Valuable Professionals.

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • LINQ to SQL and MS Small Business Server 2008 Talks at .NET Valley

    The next .NET Valley User Group event will be on June 18th at Scranton University in Scranton, Pennsylvania. There will be two talks that evening. The first will begin at 6pm and will be presented by Michael Murphy. Michael will talk about the ins and outs of Microsoft Small Business Server 2008. The...
    Posted to Jason N. Gaylord's Blog (Weblog) by Anonymous on 06-13-2008
    Filed under: SQL Server, Community News, .NET Valley, Business, User Group, LINQ, Windows Server
  • Performance Tip: Return Only Necessary Columns Using LINQ

    I was running into an issue where one of my webmethods was taking a large amount of time to return a small set (5-10 objects). I was using LINQ to SQL. I noticed that the LINQ to SQL query was returning all of the rows. After looking into the table a bit further, I noticed that the table included some...
    Posted to Jason N. Gaylord's Blog (Weblog) by Anonymous on 06-10-2008
    Filed under: SQL Server, Tips and Tricks, LINQ
  • A circular reference was detected while serializing an object of type 'XXX'

    I ran into an issue earlier when trying to return an entity class through a web service for use in an AJAX page. After some quick research, I came across a post by Darren Neimke that referenced Rick Strahl's post about LINQ to SQL and Serialization . For me, performing the first work-around and setting...
    Posted to Jason N. Gaylord's Blog (Weblog) by Anonymous on 06-09-2008
    Filed under: SQL Server, AJAX, LINQ
  • Looking for some .NET Developers

    A client of mine located in the Aiken/Columbia South Carolina Area has asked me if I had any friends who are .NET Developers and looking for a job. They are looking for at least one Junior Developer, on Mid-Level Developer and several Senior developers. I know these folks quite well and I can vouch for...
    Posted to Bill's House O InsomniaBill Ryan (Weblog) by William on 06-06-2008
    Filed under: Compact Framework, Data Access, Web Services / WSE, .NET Basics, .NET General, Coding Techniques, Misc Technology, Biztalk, WPF, WCF, .NET 3.0 Framework, WIX, Sql Server Integration Services, SSIS, Silverlight, Sql Server, Sql Server 2008, Sharepoint, LINQ To ADO.NET, .NET 3.5 Framework, LINQ, LINQ Training, ADO.NET 3.5, C# 3.5, Windows Mobile, Job Stuff
  • Retrieving SQL Type Image Using LINQ

    LINQ views the Image type in SQL Server as Binary. So, there are a few options that we have. We can either (a) modify our LINQ to SQL class and change the property to Byte() instead of Binary or we can (b) convert the Binary to an array. To do the latter, you can use a lambda expression to obtain the...
    Posted to Jason N. Gaylord's Blog (Weblog) by Anonymous on 05-27-2008
    Filed under: ASP.NET, SQL Server, Tips and Tricks, LINQ
  • Using "Like" in LINQ to SQL

    I've recently discovered that LINQ and VB can be confusing. I was attempting to pull the top 10 rows of a table where the column started with 'W'. You'd think after I typed that, I'd figure out the solution. That's not the case. Instead, I struggled. Here's what I originally...
    Posted to Jason N. Gaylord's Blog (Weblog) by Anonymous on 05-21-2008
    Filed under: SQL Server, LINQ
  • Using LINQ to SQL and ConnectionStrings in a Class Library

    I was looking to separate my LINQ to SQL data layer from the rest of my application. So, I decided to move the files to a class library. This way, when my application builds, all of my LINQ files are found in MyApp.DL or something similar. However, I wanted the class library to use the SQL connection...
    Posted to Jason N. Gaylord's Blog (Weblog) by Anonymous on 05-20-2008
    Filed under: ASP.NET, SQL Server, .NET, LINQ
  • Obtain the Identity of a New Row Using LINQ

    It's actually pretty easy and user friendly to obtain the value of the identity column using LINQ. After you create your object and insert it on submit, you can call the identity column's property on your object. For instance: Dim db As New BlogDataContext() db.BlogPosts.InsertOnSubmit(MyPost...
    Posted to Jason N. Gaylord's Blog (Weblog) by Anonymous on 05-20-2008
    Filed under: SQL Server, .NET, Visual Basic, LINQ
  • Aggregate Functions in LINQ

    I found a great post which summarizes aggregate functions in LINQ. It includes examples for Average, Sum, and Count. Check it out at http://www.dev102.com/2008/04/16/how-to-use-aggregate-functions-with-linq-to-sql/ . As always, you can test your functions by using LINQPad which is available at http:...
    Posted to Jason N. Gaylord's Blog (Weblog) by Anonymous on 05-01-2008
    Filed under: SQL Server, Tips and Tricks, LINQ
  • .NET Framework 3.5 full package

    Have just got the link to download the full package of .NET Framework 3.5. This is a 197 MB standalone executable file that contains all the components that are required to deploy to 32-bit and 64-bit platforms on all supporting operating systems. (The .NET Framework 3.5 supports IA64 only on Microsoft...
    Posted to Martin Poon - Microsoft MVP blog [SQL Server] (Weblog) by Martin Poon on 01-26-2008
    Filed under: SQL Server, .NET, WPF, WCF, WF, LINQ
Page 1 of 2 (12 items) 1 2 Next >


Copyright © is the original authors. Blog site is an independent site not sponsored by Microsoft. The Yoda blog server and the Brianna SQL server would like to thank www.ownwebnow.com and www.exchangedefender.com. They wouldn't be here and broadcasting without the generosity of Vlad Mazek and his companies.

Powered by Community Server (Commercial Edition), by Telligent Systems