DOTNET POWER PLAY
.NET stuffings and MICROSOFT (C) technologies
Wednesday, November 24, 2004
SlickUpload Update
SlickUpload Update SlickUpload Update
I just posted SlickUpload .90. This has the latest code, a couple of samples, and a Getting Started document.
Crypto for Everyone
Crypto for Everyone So you need some crypto stuff (easy to use and ready for shipping) and don’t have enough time or interest in learning and writing all that crypto code?
Tuesday, November 23, 2004
Monday, November 22, 2004
Joe Walnes, How to do Dynamic Proxies in C#
Joe Walnes, How to do Dynamic Proxies in C#
http://joe.truemesh.com/blog/000181.html
http://workspaces.gotdotnet.com/dynaprox
http://www.theserverside.net/news/thread.tss?thread_id=23933
Using Reflection.Emit to generate a new class at runtime that overrides/implements the necessary methods and dispatches invocations to a generic handler. This can implement an interface or override any virtual method.
Sunday, November 21, 2004
Saturday, November 20, 2004
TopXML: .NET System.XML Class Reference
TopXML: .NET System.XML Class Reference
.NET System.XML Class Reference
.NET provides a comprehensive set of classes that represent practically every aspect of the XML technology platform. As with all classes that are part of the .NET class library, XML classes are organized by namespace.
Friday, November 19, 2004
Wednesday, November 17, 2004
Tuesday, November 16, 2004
Thursday, November 11, 2004
Wednesday, November 10, 2004
Amazon.com : Help / AWS home page / Simple Queue Service
Amazon.com : Help / AWS home page / Simple Queue Service
Amazon Simple Queue Service (Beta)
The Amazon Simple Queue Service offers a reliable, highly scalable hosted queue for buffering messages between distributed application components. The Amazon Simple Queue Service reduces the costs associated with resolving the producer-consumer problem that arises in distributed application development. Such costs include increased application development time, and potentially significant investment in server and network infrastructure to support distributed application messaging. Amazon has already invested in the large-scale computing infrastructure that runs the Queue Service, and since the Service’s interface is exposed via Web services, integration with applications is fast and easy.
Tuesday, November 09, 2004
Using ASHX files to retrieve DB images
DevHawk - Passion * Technology * Ruthless Competence: "Using ASHX files to retrieve DB images
ASP.NET has a little-known (and undocumented as far as I know) feature that allows you to easily implement what is known as an HTTP Handler. Basically, when a request for a page comes into ASP.NET, eventually that request is handled by an object that implements the IHttpHandler interface. This interface includes a method called 'ProcessRequest' that is responsible for writing all of the page content to the HttpContext.Response.Output stream."
CLR Design Choices
CLR Design Choices: "CLR Design Choices
A Conversation with Anders Hejlsberg, Part VIII
by Bill Venners with Bruce Eckel
February 2, 2004
Summary
Anders Hejlsberg, the lead C# architect, talks with Bruce Eckel and Bill Venners about IL instructions, non-virtual methods, unsafe code, value types, and immutables.
Anders Hejlsberg, a distinguished engineer at Microsoft, led the team that designed the C# (pronounced C Sharp)"
Thursday, November 04, 2004
Wednesday, November 03, 2004
Tuesday, November 02, 2004
Monday, November 01, 2004
Microsoft and .NET (by yag)
Microsoft and .NET (by yag): "Microsoft and .NET (by yag)
I read a comment to a thread on Scott Hanselman�s blog that said �The day Microsoft is writing Office, Media Player, Visual Studio totally in .NET is the day I would expect that Windows Forms are finally ready.� I wanted to talk about that and a few other misconceptions (as I see them).
When a company moves to a new development framework like .NET � I don�t expect anyone to immediately do so. You pick a new application, build it, see the ROI, the training time involved, and work from there. You select portions of applications that are being built and can be separated, and start there. We�re doing that her at Microsoft. Here�s a partial list of applications (internal and external) that use .NET. I�m not including things like Windows Server 2003 that included the framework; but I am including any applications that ship with it and are built on the framework.
Windows
Windows Server 2003
.NET Framework required to use Sharepoint Team Services
.NET Framework required to use UDDI Services
Small Business Server 2003
Remote Web Workplace and the Backup Snap-in
Windows XP Tablet PC Edition �
Tablet API written in managed code
Windows XP Media Center Edition
Media Center applications written in managed code
Windows �Longhorn� � Managed API
Office
Frontpage 11 requires the .NET Framework for working with ASP.NET
Outlook Business Contact Manager � Majority of application is managed code
Office System � Sharepoint Portal Server 2.0
Requires .NET Framework 1.1, written in managed code
Server Products
SQL Server
�Yukon� will natively host .NET Framework 2.0, parts are written in managed code
SQL Server Reporting Services � Majority of applicat"