Monday, February 28, 2005

Export to Excel

Export to Excel


Response.Clear();
Response.Buffer= true;
Response.ContentType = "application/vnd.ms-excel";
Response.AddHeader("Content-Disposition", "inline;filename=Clientes.xls");
Response.Charset = "";
this.EnableViewState = false;
System.IO.StringWriter oStringWriter = new System.IO.StringWriter();
System.Web.UI.HtmlTextWriter oHtmlTextWriter = new System.Web.UI.HtmlTextWriter(oStringWriter);
DataGrid1.RenderControl(oHtmlTextWriter);
Response.Write(oStringWriter.ToString());
Response.End();

Friday, February 25, 2005

The Code Project - Remote Scripting - ASP.NET

The Code Project - Remote Scripting - ASP.NET

Thursday, February 24, 2005

Visual Studio: Crystal Reports for Visual Studio .NET 2003 Reviewer's Guide

Visual Studio: Crystal Reports for Visual Studio .NET 2003 Reviewer's Guide

Saturday, February 12, 2005

.NET Unwrapped: Develop Dynamic Solutions for the Financial Services Industry

.NET Unwrapped: Develop Dynamic Solutions for the Financial Services Industry

Download details: Exploring ASP.NET 2.0 Using Visual C# 2005

Download details: Exploring ASP.NET 2.0 Using Visual C# 2005

C# .Net Fun

C# .Net Fun Michael G. has been tinkering with some of the new stuff coming out in Summer this year, and he has written a series of short and easy to read articles about C# 2.0 and Yukon. Here is a sample of article titles that he has written.

Creating Asynchronous Triggers with Service Broker
Create SQL Server 2005 CLR Stored Procedures with VS.NET 2005
Problems Sending Messages with Service Broker
Service Broker - Basic Architecture
Service Broker - Conversation Architecture
Service Broker - Message Types

Thursday, February 10, 2005

TheServerSide.NET - Let's do the Message Queue! -- An Introduction in MSMQ

TheServerSide.NET - Let's do the Message Queue! -- An Introduction in MSMQ


Microsoft Message Queuing (MSMQ) Center

The Flowchart Lie: Why we fail to see asynchronous business flow



PDF download by Ingo Rammer

thinktecture - WsContractFirst

thinktecture - WsContractFirst

Wednesday, February 09, 2005

Great Resource site: TopXML : XML Tools, XML Articles and XML Learning Tutorials

TopXML : XML Tools, XML Articles and XML Learning Tutorials: "Submitting Articles or Code to the TopXML Library
Please submit your articles or code to our online Library. All items go onto our front page, in our RSS, into the Library JavaScript (which is used on many sites around the web), into Reblogger and into the Reblogger RSS. (NO ADVERTS!)" Forum discussions
XML News Reblogger
Article Library
Code Library

General XML Tutorials

Learn XML
Learn XSL & XPath
Learn SAX Tutorial
Learn SOAP Tutorial
Learn XMLDOM Tutorial
Learn Schema Tutorial
Learn Namespace Tutorial
Learn SQL XML Tutorial
Learn XHTML Tutorial
Learn B2B & BizTalk
Learn WAP Tutorial
Learn SVG Tutorial
Learn SAP & XML
Learn Parsers Tutorial

MS.NET XML Tutorials

Learn .NET Tutorial
Learn System.XML
Learn ASP.NET XML
Learn XQuery Tutorial
Learn XmlSerializer Tutorial
Learn SQLXML Tutorial
Learn XSD Schemas .NET
Learn SoapFormatter .NET


Mark Wilson of TopXML pinged me to say that TopXML have released:

The .NET System.XML reference

So how's this different that other references? They actually have *useful* examples on the classes, with short, to the point descriptions of each class. Here's what they say:


Monday, February 07, 2005

SOA Editor

SOA Editor

Friday, February 04, 2005

MSDN TV: Visual Studio .NET and C# Tips and Tricks

MSDN TV: Visual Studio .NET and C# Tips and Tricks

MSDN Events and Webcasts:

MSDN Events and Webcasts:

Thursday, February 03, 2005

.NET Dashboard

.NET Dashboard
.NET Security Resources

These resources are my own flavor of additional resources to support the Microsoft Security Summit and other articles and presentations I have developed related to security. I presented the Security Summit Developer track in Anaheim and San Fransisco during June 2004, so if you attended those sessions you'll find extra resources here. If you have any questions feel free to email me at mlb@dasblonde.net. This page was last updated 01/15/04.

Wednesday, February 02, 2005

Fundamentals of Designing User Interaction

Fundamentals of Designing User Interaction

Tuesday, February 01, 2005

Web Services Home: Securing the Username Token with WSE 2.0

Web Services Home: Securing the Username Token with WSE 2.0

appliedcrypto.com java single sign on?

appliedcrypto.com

Chapter 6 - Improving ASP.NET Performance

Chapter 6 - Improving ASP.NET Performance

Chapter 9 - Improving XML Performance

Chapter 9 - Improving XML Performance

TcpTrace

TcpTrace: "TcpTrace
I got fed up with installing Java & Apache SOAP just to get tcpTunnelGUI, so here's a native Win32 version, built using Attila (no MFC :) ). It started out as a copy of the Apache tool, but has taken on a life of its own!.
Huh, it does what ?
Basically you use it as a tunnel between your client & server. Start tcptrace.exe and up comes a dialog box asking for local port #, destination server, and destination port # (Ignore the logging options for now) Fill these in, click Ok, and wow are you going to have fun. "

.NET XML Web Services Repertory

.NET XML Web Services Repertory