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
  • 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
  • I Think I Love LINQ

    I am beggining to really like to ease of using LINQ, On a project I am working on now I am storing configuration in an XML file like so: <sites> <site id="1" sitename="foo"> <domains> <domain url="www.foo.com" /> </domains> <settings> <setting key="foo" value="foo...
    Posted to Stefan's ASP.NET Blog (Weblog) by stefan.sedich on 12-24-2007, 12:00 AM
    Filed under: .NET, .NET 3.5, ASP.NET, C#, Configuration, LINQ, MICROSOFT, XML
  • Handling Default Values With LINQ to SQL

    Hi All, Have run into some issues with using default values in my SQL database with LINQ. I set AutoGenerated in the LINQ Designer to true which made use of my default values but this did not let me update this manually as it would throw an exception. I got a good suggestion from Young Joo to keep autogenerated...
    Posted to Stefan's ASP.NET Blog (Weblog) by stefan.sedich on 01-08-2008, 12:00 AM
    Filed under: ASP.NET, .NET, MICROSOFT, .NET 3.5, SQL, LINQ, C#
Page 1 of 2 (17 items) 1 2 Next >
Microsoft Communities