.NET news » Other Other Rss Feed

Building WCF Services for Deployment in Transiently Connected Networks

Distributed applications are now prolific in the enterprise and more and more users are relying on network connectivity both on site and on the go so they can remain productive anywhere and at any time. Since network connectivity cannot always be guaranteed, what happens when the network goes down or a network connection is simply unavailable? How can you provide your users with the best connected experience regardless of the state of the network?
27 Dec 2007, 18:00:00   Source: Building WCF Services for Deployment in Transiently...   Tags: Other

Common Intermediate Language

Granville gets down with the CLR, and takes a look at CIL/MSIL - the intermediate language that every .NET language gets compiled to, and has full access to the capabilities of the CLR.
26 Sep 2007, 00:48:00   Source: Common Intermediate Language   Tags: Other

ClickOnce: Delivering .NET Applications Via the Net

With ClickOnce, Microsoft delivers a client-side application deployment and updating solution that offers a glimpse into the future, where centrally-located and managed applications delivered via the Web don't have to run in interface-challenged browsers.
2 Jan 2007, 19:12:28   Source: ClickOnce: Delivering .NET Applications Via the Net   Tags: Other

.NET Framework Assemblies: GAC, Creating and Browsing Assembly Content

Explains the concept of Global Assembly Cache, how to create assembly without Visual Studio .NET and how to view assembly's content.
13 Nov 2006, 11:42:15   Source: .NET Framework Assemblies: GAC, Creating and Browsing...   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

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

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

Enhance Your Multi-tier Applications with the Windows Communication Foundation

By making simple modifications to XML-based WCF configuration files, you can add security, transactability, and reliability to multi-tier applications nearly instantly.
16 Feb 2006, 22:34:21   Source: Enhance Your Multi-tier Applications with the Windows...   Tags: Other

VSA Scripting in .NET

Using Visual Studio for Applications to add scripting capabilities to your .NET apps.
13 Mar 2005, 13:07:00   Source: VSA Scripting in .NET   Tags: Other