•  
  •  
  •  
 

Browse by Tags

All Tags » asp.net
Showing page 1 of 4 (31 total posts)
  • F# Discoveries This Week 10/18/2010

    I’ve been very busy lately what with getting ready for the move to Hoboken, trying to put together an online version of my F# Ant AI Contest, and working on my talk for the F# in Education Workshop.  Nonetheless, I’ve set some time aside to bring you the F# links you crave.  Cheers!   News October 2010 Community 4 F# Meeting - ...
    Posted to Rick Minerich's Development Wonderland (Weblog) by RickM on October 18, 2010
  • F# Discoveries This Week 05/14/2010

    Today, I’d like to thank all of the F# users on twitter.  Twitter’s a great place to stay up to date on the latest F# happenings and many of the posts you see here are either written by or passed on from members of this community.  So, if you are interested in becoming part of the F# Twitter Community, I suggest starting with these ...
    Posted to Rick Minerich's Development Wonderland (Weblog) by RickM on May 14, 2010
  • F# Discoveries This Week 04/09/2010

    With the Visual Studio 2010 launch just days away, the F# community is exploding with fury and excitement.  Come inside and find links to topics ranging from general programming patterns to specific algorithm implementations.   Don Syme on the Passing of Robin Milner It is with sadness that I mention the death of Professor Robin ...
    Posted to Rick Minerich's Development Wonderland (Weblog) by RickM on April 9, 2010
  • UpdatePanel and Sys.Application.add_load Woes

    I’ve found (as others have) an interesting problem with ASP.NET AJAX’s Sys.Application.add_load function.  It doesn’t quite work as expected in all browser environments, under certain conditions. We have several ASP.NET based controls that use a lot of JavaScript on page load to initialize, and most of these controls are supposed to support ...
    Posted to David Cilley's AJAX Imaging Blog (Weblog) by David Cilley on June 25, 2009
  • Discoveries This Week 05/24/2009

    An exciting week with the release of Visual Studio 2010 Beta 1 and F# 1.9.6.16.  This week we have John Backus’s classic FP manifesto,  Luke Hoban speaks on F# in VS2010 beta 1, Django for ASP.NET, and an article on breaking changes in the latest F# release.   John Backus – Can Programming Be Liberated from the von Neumann Style? ...
    Posted to Rick Minerich's Development Wonderland (Weblog) by RickM on May 24, 2009
  • Introducing AJAX based Freehand, Polygon, and Lines Annotations

    If you haven’t already made it over to our DotImage 7.0 AJAX Annotations Demo, I  encourage you to take a look.  This demonstrates our new JavaScript annotation editors, which are based on the client side Canvas object.  We’re keeping with our zero-footprint tradition, and supporting most browsers: Internet Explorer 6-8, Firefox ...
    Posted to David Cilley's AJAX Imaging Blog (Weblog) by David Cilley on January 26, 2009
  • SharePoint Saturday: Developing and Packaging a Third Party SharePoint Solution

    Here are some notes from my presentation at SharePoint Saturday this past weekend in Virginia Beach, VA. Included are my slides, code that I demo'd, and hopefully answers to all of the questions that people asked. The Slides Download my slides in PDF form for quick reference. Download my slides as a QuickTime movie to view the presentation ...
    Posted to Jake Opines (Weblog) by jacobl on January 12, 2009
  • KeepAlive for the DotImage WebThumbnailViewer

    This is my third post on the topic of using a simple JavaScript call to keep a server session alive. My first post was on keeping a generic IIS session alive by reloading a hidden GIF, my second was related directly to keeping session state alive for the WebImageViewer, and this post will address the WebThumbnailViewer. Using the ...
    Posted to Jake Opines (Weblog) by jacobl on January 9, 2009
  • KeepAlive for the DotImage WebImageViewer

    Recently, I posted an article describing a simple way to keep a session alive during long periods of inactivity. That works great if your web application doesn't rely on some other information on the server to maintain state. If you use DotImage in your web app, it maintains certain state information in the AtalaCache that needs to be updated ...
    Posted to Jake Opines (Weblog) by jacobl on December 31, 2008
  • Changing Your Garbage Collector Settings on the Fly (.NET Memory Management: Part 5)

    It has come to my attention via a recent DZone article that .NET 3.5 and 2.0 SP1 jointly included a new feature which lets you manipulate the way your garbage collector acts programmatically.  This can be done through changing the value of a new property of the System.Runtime.GCSettings class named LatencyMode. In this article I will walk you ...
    Posted to Rick Minerich's Development Wonderland (Weblog) by RickM on August 20, 2008
1 2 3 4 Next >