|
Posted to:
08-14-2002, 10:32 PM
|
XSLT Processing with .NET Yet another article from The O'Reilly Network . This one's all about the implementation of XSLT in .NET. The article starts off with a basic introduction to the System.Xml.Xsl namespace , the main class of course being XslTransform...
|
|
Posted to:
08-13-2002, 10:59 AM
|
O'Reilly Network Review of ASP.NET Web Matrix There's an in-depth review of the ASP.NET Web Matrix environment over on The O'Reilly Network . Web Matrix is a great alternative to VisualStudio.NET if you can't afford it. The feature sets are almost identical...
|
|
Posted to:
08-12-2002, 10:40 PM
|
Support for XSI in XML editor VS.NET... ... or rather lack thereof. It seems that the XML editor in VS.NET lacks support for XSI, specifically the xsi:type attribute . Therefore, if I'm working with a schema that makes use of extended types, the editor...
|
|
Posted to:
08-08-2002, 7:26 PM
|
VBTV If you like the .NET show , you'll love VBTV ! [ System.Error.Emit ] Wow, I've only just started watching and boy is it scary. :)
|
|
Posted to:
08-07-2002, 9:59 PM
|
HTTP Security and ASP.NET Web Services There's a new article up over on the MSDN site that discusses various aspects of HTTP security for ASP.NET based web services. It starts by talking about how the simplest approach to protecting data communicated...
|
|
Posted to:
08-07-2002, 2:56 PM
|
C# Input/Output Classes Simplified There's a nice little article over on the O'Reilly Network that basically covers all the different methods of working with I/O in .NET. It's a great introduction to the System.IO namespace . My only complaint is the...
|
|
Posted to:
08-07-2002, 2:41 PM
|
.NET Framework Service Pack 2 Now Available Microsoft .NET Framework Service Pack 2 provides the latest updates to the .NET Framework. Service Pack 2 is highly recommended for all users of the .NET Framework, including customers of Visual Studio .NET...
|
|
Posted to:
07-25-2002, 12:43 PM
|
Streams and Formatters in .NET There's a great article over on DevX that covers the Stream and Formatter architectures. It does so from a VB.NET point of view, which is fine because the article is attempting to teach people converting from VB6- to VB...
|
|
Posted to:
07-25-2002, 9:33 AM
|
The .NET Show: Understanding the Framework There's a new .NET show online over at MSDN . This one is about understanding the design of the framework class libraries. Here's a quick summary ripped straight from the site: One of the most common issues that...
|
|
Posted to:
07-24-2002, 8:16 PM
|
Benchmarks: Managed Provider vs. OleDb Provider for Oracle 9i A new article on MSDN presents some benchmark results comparing the .NET Framework Data Provider for Oracle with the OLE DB provider when interacting with an Oracle 9i database. [ System.Error...
|