Sandor Korozsi’s linkblog

  .NET Framework, C#, Smartphone, Pocket PC, Managed DirectX, Game development
Link, ASP.NETJune 20, 2007 10:01

"Testing code written for the web is challenging. Especially code that makes use of the ASP.NET intrinsic objects such as the HttpRequest object." Phil Haack’s goal is to make testing such code easier.

Unit Test Web Code Without A Web Server Using HttpSimulator

ASP.NETJune 18, 2007 12:55

"The RSS toolkit includes support for consuming as well as publishing RSS feeds in ASP.NET applications.  Features include:

  • RSS Data Source control to consume feeds in ASP.NET applications
    • Works with ASP.NET data bound controls
    • Implements schema to generate columns at design time
    • Supports auto-generation of columns at runtime (via ICustomTypeDescriptor implementation)
  • Caching of downloaded feeds both in-memory and on-disk (persisted across process restarts)
  • Generation of strongly typed classes for RSS feeds (including strongly typed channel, items, image, handler) based on a RSS URL (the toolkit recognizes RSS and RDF feeds) or a file containing RSS definition.  Allows programmatically download (and create) RSS channels using strongly-typed classes. The toolkit includes:
    • Stand-alone command line RSS compiler
    • Build provider for .rssdl file (containing the list of feed URLs)
    • Build provider for .rss file (containing RSS XML)
  • Support for generation of RSS feeds in ASP.NET application including:
    • RSS HTTP handler (strongly typed HTTP handlers are generated automatically by the build providers) to generate the feed.
    • RSS Hyper Link control (that can point to RSS HTTP handler) to create RSS links
    • Optional secure encoding of user name into query string to allow generation of personalized feeds
  • Set of classes for programmatic consumption  and generation of RSS feed in a late-bound way, without using strongly typed generated classes

The toolkit is packaged as an assembly (DLL) that can be either placed in GAC or in ‘bin’ directory of a web application.  It is also usable from client (including WinForms) applications.

 

 

RSS Toolkit works in Medium Trust (RssToolkit.dll Assembly either in GAC or in ‘bin’) with the following caveats:

  • If the ASP.NET application consumes RSS feeds, the trust level must be configured to allow outbound HTTP requests.
  • To take advantage of disk caching, there must be a directory (configurable via AppSettings["rssTempDir"]) where the trust level policy would allow write access.  However, disk caching is optional."

 

dmitryr’s blog : ASP.NET RSS Toolkit

WPFJune 14, 2007 13:30

3D engine in Silverlight:

Blog’A'Little : 3D in Silverlight 1.1 Alpha

ASP.NETJune 13, 2007 18:35

 CodeGuru - Anton Zlobin: Using the PayPal Payment System in ASP.NET

WPF 13:58

Ronnie Saurenmann and Ruihua Jin have built an end-to-end hands-on lab for Expression Blend and WPF, that takes you through building a working UI clone of Microsoft Outlook 2007, done 100% in WPF/XAML using Microsoft Expression Blend.

PermaLink

Uncategorized, WPFJune 12, 2007 13:59

"Vista UI designs for buttons have a very distinct look.  With the gradient and shine effects that compose this style it would be useful to be able to create buttons with this style and provide an easy way to change just the base background color so that you can create different colored buttons."

Link 

Game developmentJune 11, 2007 22:51

Video Game Forum about game development related stuffs. (wiki)

DirectX, Link, Game developmentJune 5, 2007 16:37

"It has always been a little painful creating 3D animation using Microsoft DirectX… until now.   True Vision 3D has created a nice wrapper around DirectX 9 to simplify the task of doing animation and game development in .NET.  With this well defined game engine, you can get going creating moving objects right away.  This article is based on a tutorial written by the author Fatima Ahmed describing how to use True Vision to create a furnished room."

Link

 

DirectX, Link, Game development 16:36

http://www.developer.com/net/csharp/article.php/10918_3582636_1

 

Link, ASP.NET 13:39

"Argotic is a collection of Microsoft.NET class libraries that implement common Wweb content syndication specifications like RSS 2.0 and ATOM 1.0. Consuming syndication feeds or generating your own custom feeds is much simpler with Argotic components. Argotic provides a flexible provider model for storing and retrieving syndication feed information to and from the back-end database of their choice. Also, Argotic provides an extensible framework that allows developers to handle the large number of extensions in use by modern syndication specifications."

 

Official Weblog of C# Online.NET » Blog Archive » Download Argotic feed libraries