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
  • Lambda expression simplify code

    One of the nice new features in Visual Basic 9 are lambda expressions. They where actually added as one of the underlying pieces for LINQ. But besides enabling LINQ you can use them in all sorts of places. One of the places they really help me is in places where I previously needed to declare a delegate...
    Posted to The Problem Solver (Weblog) by Maurice on 05-26-2008
    Filed under: .NET, LINQ, VB, DevCenter
  • 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
  • SQL Server Compact and 64 bits

    The current version of SQL Server Compact has no support for 64 bits computing. While this may seem a problem if you want to deploy you application on a 64 bits version of Windows it really isn't most of the time. In fact if you change your assembly from the default AnyCPU to x86 compatible it will...
    Posted to The Problem Solver (Weblog) by Maurice on 05-20-2008
    Filed under: .NET, LINQ, VB, DevCenter, SqlCe
Page 1 of 16 (159 items) 1 2 3 4 5 Next > ... Last »


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