.NET news » Other Other Rss Feed

XMLとWebサービス・セキュリティ Report
Authors: ZapThink, Jason Bloomberg
Average rating: 0 / 0
(0 reviews)
More .NET XML books
download

Scripting .NET applications with VBScript

Allows the use of user supplied or other external VBScript in an application
28 Sep 2006, 08:25:00   Source: Scripting .NET applications with VBScript   Tags: Other

Introducing Windows Presentation Foundation

Introduces Windows Presentation Foundation (WPF) and describes its various features; clarifies the problems that WPF technology addresses, and then surveys the solutions that WPF provides.
12 Sep 2006, 11:13:40   Source: Introducing Windows Presentation Foundation   Tags: Other

The Universal Framework for Science and Engineering

An article on a universal scalable engineering framework.
12 Jun 2006, 10:12:00   Source: The Universal Framework for Science and Engineering   Tags: Other

Real-world Reflection in .NET

Find out how to use reflection to build real-world extensible applications that accept snap-in modules from third-party developers.
30 May 2006, 10:54:12   Source: Real-world Reflection in .NET   Tags: Other

Emit with a human face

A wrapper for the System.Reflection.Emit namespace
20 May 2006, 17:21:00   Source: Emit with a human face   Tags: Other

Parsing the IL of a Method Body

This article shows how to get a readable and programmable result from the IL array provided by the MethodBody.GetILAsByteArray() method.
9 May 2006, 09:57:00   Source: Parsing the IL of a Method Body   Tags: Other

Programming Serial Ports Using Visual Basic 2005

While serial port programming was absent in .NET version 1.1, Visual Basic developers who grew accustomed to the MSCOMM control in VB6 will be glad to know that this functionality is supported again in .NET 2.0. Learn to use the SerialPort class to make two computers talk to one another or even to manipulate a mobile device from your computer using Bluetooth.
23 Mar 2006, 16:03:56   Source: Programming Serial Ports Using Visual Basic 2005   Tags: Other

PostSharp, a post-compilation platform fot .NET

PostSharp is an open-source post-compilation platform for the .NET Framework. It makes it easy to develop and use program analysis and transformation applications like aspect weavers or code generators. PostSharp reads .NET binary modules, represents them as a Code Object Model, lets plug-ins analyze and transforms this model and writes it back to the binary form.
7 Mar 2006, 14:27:21   Source: PostSharp, a post-compilation platform fot .NET   Tags: Other

Using WMI From Managed Code

Windows Management Instrumentation (WMI) is Microsoft's implementation of Web-Based Enterprise Management (WBEM) and the Common Information Model (CIM). Although WMI is COM-based, Andriy Klyuchevskyy shows you how you can access it from C# and VB.NET through System.Management, thanks to COM Inter-Op.
27 Feb 2006, 13:15:00   Source: Using WMI From Managed Code   Tags: Other Examples

Online Article: LINQ

At PDC 2005, Microsoft introduced brand new technology known as LINQ, which stands for "Language Integrated Query."The feature-set hiding behind this acronym is truly mind-boggling and worthy of a lot of attention. In short, LINQ introduces a query language similar to SQL Server's T-SQL, in C# and VB.NET. Imagine that you could issue something like a "select * from customers" statement within C# or VB.NET. This sounds somewhat intriguing, but it doesn't begin to communicate the power of LINQ.
17 Feb 2006, 02:00:00   Source: Online Article: LINQ   Tags: Other