Browse by Tags

Related Posts

  • ASP.NET Podcast Show #95 - Jim Wooley on LINQ Part I (video and audio)

    Subscribe . <--What all the cool kids are doing. Original url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2007/06/28/asp-net-podcast-show-95-jim-wooley-on-linq-part-i-video-and-audio.aspx Download WMV video . Download iPod video . Download MP3 audio . Show Notes: Part 1: In the past...
    Posted to Wallace B. McClure (Weblog) by Wallym on 06-28-2007, 12:00 AM
    Filed under: Databases, Podcasts, .NET, Community News, ASP.NET, ADO.NET, Orcas, .NET 3.5, LINQ
  • ASP.NET Podcast Show #97 - Jim Wooley on LINQ Part III (video and audio)

    Subscribe <-- What you really want to do Original URL: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2007/07/12/asp-net-podcast-show-97-jim-wooley-on-link-part-iii-video-and-audio.aspx Download WMV File . Download MP4 File (iPod and Zune) . Download MP3 Audio File . Show Notes: In the...
    Posted to Wallace B. McClure (Weblog) by Wallym on 07-13-2007, 12:00 AM
    Filed under: Orcas, .NET 3.5, ASP.NET, LINQ
  • DLINQ + Solving the Many to Many problem

    A while back, Scott Guthrie posted in the comments, that LINQ didn't support, or had trouble with Many to Many relationships. I'm not sure if the code-base has changed, or I haven't considered a full scope, but I've managed to get it to work, and it's slick! I'll jump straight to the magic here. I've...
    Posted to   (Weblog) by Freakyuno on 11-26-2007, 12:00 AM
    Filed under: .NET, .NET 3.0, Microsoft, LINQ, .NET 3.5
  • Converting Sql.LINQ.Binary to Byte()

    Just a real short entry today. I had some trouble with this one - took me a little bit to figure out so I figured I would post a quick note about it. Mostly to remind myself how I did it next time I need to. I'm working in a starterkit that I'm designing. It's not ready for general public publicity yet...
    Posted to   (Weblog) by Freakyuno on 11-29-2007, 12:00 AM
    Filed under: LINQ, .NET 3.5
  • AuctionSite Starterkit Alpha Release

    Just a quick plug to the community. I've gotten to the Alpha release of my AuctionSite Starterkit and have published a release on Codeplex http://www.codeplex.com/auctionsk It's designed and produced in .net 3.5 utilizing some cool features like LINQ, the new Listview, the .NET membership, full CSS design...
    Posted to   (Weblog) by Freakyuno on 12-01-2007, 12:00 AM
    Filed under: .NET, ASP.NET, Ajax, Microsoft, LINQ, .NET 3.5
  • AuctionSite Starter-kit Update

    I've done an update to the starterkit today, and figured it might be a good idea to get some screenshots in front of people, as well as a demo site up - so I've done both. :) The demo site is available at http://ask.proessent.com/default.aspx Feel free to register a username and look around. If you don...
    Posted to   (Weblog) by Freakyuno on 12-02-2007, 12:00 AM
    Filed under: .NET, ASP.NET, Ajax, .NET 3.0, Web 2.0, LINQ, .NET 3.5
  • Wierd behaviour with LINQ to SQL designer (bug????)

    This is odd. Have a test table with an id and name field no primary key was set as it was a quick test hack. Pulled the table into the LINQ Designer and noticed none of the validation partial methods were there. There was no OnnameChanged. Nowhere. After banging my head I made ID a primary key and boom...
    Posted to Stefan's ASP.NET Blog (Weblog) by stefan.sedich on 12-07-2007, 12:00 AM
    Filed under: ASP.NET, .NET, MICROSOFT, .NET 3.5, SQL, LINQ
  • Unexpected results with Compiled Queries and LINQ to SQL

    SOLUTION: Ok fired up SQL profiler and see my problem, the non compiled query seems to not evaluate the query until you actualy use the object. But the Compiled version is hitting the database straight away. And as I was not using this data the non compiled version seemed fast as it never hit the database...
    Posted to Stefan's ASP.NET Blog (Weblog) by stefan.sedich on 12-10-2007, 12:00 AM
    Filed under: ASP.NET, .NET, ASP, MICROSOFT, .NET 3.5, SQL, LINQ, C#
  • BLL With LINQ

    Hello, I am currently working on a little project I call GeekTube, it is going to be an internal repository for videos. Implementing my BLL has never been easier. My approach has been to implement all my static helpers as part of a partial class. For example: partial class Video { public static Video...
    Posted to Stefan's ASP.NET Blog (Weblog) by stefan.sedich on 12-19-2007, 12:00 AM
    Filed under: .NET 3.5, ASP.NET, C#, SQL, .NET, LINQ
  • Tagging Implementation with LINQ

    Hello all, I decided to implement tagging on my video library. My first solution was to use one table for the tags. Containing the videoid and tagname. When I loaded in 1,000,000 test tags this became slow to generate my tag cloud data. My new solution was to split up the tags into two tables. One containing...
    Posted to Stefan's ASP.NET Blog (Weblog) by stefan.sedich on 12-22-2007, 12:00 AM
    Filed under: ASP.NET, .NET, MICROSOFT, .NET 3.5, SQL, LINQ, C#, TagCloud, Tags, Tagging
Page 1 of 3 (24 items) 1 2 3 Next >