Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Extension Method Competition

    I plan on holding an extension method competition, basically the idea is that you submit your favourite most useful/elegant/sexy extension method and these will be judged by a selection of judges (to be picked) and there will also be some form of reward for the winner. At this stage I am seeing if there...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 10-22-2008, 12:00 AM
    Filed under: ASP.NET, .NET, .NET 3.5, C#, Extension Methods
  • ASP.NET Podcast Show #118 - Paul on Peer-To-Peer with Windows Communication Foundation

    Subscribe to EVERYTHING <-- What you REALLY WANT TO DO! Original Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2008/06/19/asp-net-podcast-show-118-paul-on-peer-to-peer-with-windows-communication-foundation.aspx Subscribe to WMV Video only . Subscribe to M4V Video only . Subscribe...
    Posted to Wallace B. McClure (Weblog) by Wallym on 06-19-2008, 12:00 AM
    Filed under: .NET, Community News, ASP.NET Podcast, .NET 3.5, WCF, ASP.NET Ajax, Windows Communication Foundation, Peer-to-peer
  • { T }rite - Source Code Release

    I've had a few ask for the source control to this project, and amidst my objections, I tried to come up with a good reason not to release it and couldn't find one. :) The goal of this project was really to push through the app and get a working model up. There are some things that still aren't implemented...
    Posted to Bryan Sampica (Weblog) by Freakyuno on 05-20-2008, 12:00 AM
    Filed under: .NET, .NET 3.0, Microsoft, .NET 3.5, WPF, XAML
  • { T } rite - twitter toys

    Just a quick post tonight. I'm working on a little app (mainly for practice), that some have requested a screenshot of, so here it is: It uses a coverflow system for the people you're following, and a very up2date look for the tweets of the people on your timeline. It's a work in progress. Take a look...
    Posted to Bryan Sampica (Weblog) by Freakyuno on 05-13-2008, 12:00 AM
    Filed under: .NET, .NET 3.0, Web 2.0, .NET 3.5
  • Solving LINQ's N-Tier Issues

    Ok, so maybe solving is somewhat of a misnomer, but we certainly can combat them with strength and conviction.  A little background on the subject first;  LINQ has proven  to be somewhat of a booger when attempting to work with it in a streamlined development environment when incorporating...
    Posted to Bryan Sampica (Weblog) by Freakyuno on 05-07-2008, 12:00 AM
    Filed under: .NET, .NET 3.5
  • Taking a look at Dynamic Data

    One of the best things about being a programmer is new technologies,  taking a look at exciting new approaches to everyday tasks.  The .NET world is continually growing, in fact it was only 6-months ago that the 3.5 Framework was released giving you new tools such as LINQ, WPF, and Silverlight...
    Posted to David Yancey (aka Geebs) (Weblog) by Diamsorn on 04-25-2008, 12:00 AM
    Filed under: .NET, LINQ, .NET 3.5, DynamicData
  • ASP.NET Ajax using a custom ViewManager to render paged data without updatepanels

    Sometimes you do not want the overhead of using an updatepanel, as each time you make a request it is posting more back than you might need, sure it can be powerful and easy to use but not always the most effective way Say you would like to be able to not use viewstate or postbacks but would like to...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 03-17-2008, 12:00 AM
    Filed under: Javascript, AJAX, ASP.NET, .NET, .NET 3.5, LINQ, C#
  • Output Cache With Usercontrol on Masterpage and Multiple VaryByCustom

    Hey All, Had an issue today where I had a masterpage which was inherited from 2 pages. On the masterpage I had a control which is using output cache to cache the control. But ran into an issue where you would visit the first page say Test.aspx and you would see the control as expected, but then visit...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 03-17-2008, 12:00 AM
    Filed under: ASP.NET, .NET, ASP, .NET 3.5, C#, VB.NET, Caching
  • Enum With String Values In C#

    Hello again, I am currently making a Virtual Earth asp.net ajax server control and came to the point where I had to replicate the enums in my classes, but the issue with them is that the enums do not use integer values but string ones. In C# you cannot have an enum that has string values :(. So the solution...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 03-12-2008, 12:00 AM
    Filed under: ASP.NET, .NET, MICROSOFT, .NET 3.5, C#, Attributes
  • A Generic ViewManager Helper Class

    Hi All, Following on from something I saw from Scott Guthrie, a ViewManager which allows you to render a usercontrol and return the generated HTML. I decided to implement a more generic approach which allowed you to set any properties of your custom usercontrol and then render it. So you would use it...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 03-10-2008, 12:00 AM
    Filed under: ASP.NET, .NET, MICROSOFT, .NET 3.5, C#, UserControl
Page 1 of 7 (64 items) 1 2 3 4 5 Next > ... Last ยป