Library tutorials & articles tagged with .net

Search filter
Tags
Page 4 of 4
  • Reading, Storing and Transforming XML Data in .NET

    by Dimitrios Markatos

    This article illustrates a mixture of common .NET methods for formatting and presenting in a readable fashion any XML document you may encounter. The latest hype with XML Web Services and even the .NET Framework itself relies on XML as its backbone, therefore this is no light matter. asp.net, .net, xml

  • XML Serialization in .NET

    by Anthony Hart

    In the past, maintaining the state of an object in ASP often required some very inventive and painstaking code. In the brave new world of .NET, however, Object Serialization offers us a comparatively easy way to do just that, as well as some other useful tasks. .net, xml

  • Introduction to Microsoft's .NET Platform

    by Nakul Goyal

    ASP.NET is not just another upgrade or the next version of ASP. It is a unified web development platform that provides necessary services for developers to build Enterprise Web based Applications. ASP.NET allows you to use a full featured programming language such as C# or VB.NET to build web applications easily. .net

  • Web Forms DataGrid and DataSet Programming

    by Jeff Louie

    This is a working C# .NET program that demonstrates how to integrate most of the features of the DataGrid and DataSet in a single project including select, insert, update, delete, confirm delete, sort, filter and page. asp.net, .net, datagrid, dataset

  • Encapsulating ODBC in ASP .NET

    by Jason G. Williscroft

    HotQuant, LLC, builds on their previous ODBC article by demonstrating how to use encapsulation to isolate an application's data access layer and significantly streamline the code. asp.net, .net

  • The .NET Framework & Protecting your Code

    by James Crowley

    We examine the ease with which source code can be obtained from .NET assemblies, and review two commercial products that help combat this through the use of obfuscation. .net

  • XP, Component Services and .NET

    by John Godel

    Learn about the changes introduced by COM+, new features included in Windows XP for COM+, and how to use COM+ services from your .NET programs. .net

  • Building XML Web Services Using C# and ASP.NET

    by James Yang

    The term web service has been used quite frequently lately: you hear people saying how good web services are and how they will dominate the future of software development, but what exactly are web services and how can we create them? In this article James shows us how to build two web services and also unravels all of the lingo surrounding web services. c#, asp.net, .net, web services

  • Searching XML using a DataSet & DataView

    by Chris Scott

    Sometimes you need the basic features of a database but don't want the hassle, and possibly cost, of creating one for a small application. With the .NET DataSet object and a simple XML document we can emulate the basic features of a database. xml, .net, dataset

  • Creating a database connection

    by Tony Ho

    Creating connections and all your data objects are really easy Design-Time, but what if you need it for runtime? Here's how. .net

  • Attributed Programming in .NET Using C#

    by Deepak Dutta

    An attribute is a new code level language construct in all major .NET languages. It provides integration of declarative information to assemblies, classes, interfaces, members, etc. at the code level. The information can then be used to change the runtime behavior or collect organizational information. In this article, I illustrate the power of attributed programming by examples that show a modular approach to issues that can crosscut many classes. c#, .net

  • COM Interoperability in .NET Part 2

    by G.Gnana Arun Ganesh

    This article elucidates how to build and install-managed code that will be used from COM applications. A classic COM server is activated using the Service Control Manager (SCM). .net

  • COM Interoperability in .NET Part 1

    by G.Gnana Arun Ganesh

    In the first part of this series, Arun Ganesh introduces interoperability between the new .NET technologies, and how to use old Win32 API calls in your .NET applications. vb.net, .net

  • Using Interfaces In .NET Remoting

    by David Talbot

    .NET Remoting allows for a clean seperation between client side code and server side code through the use of interfaces. In this article, we will create a remote object and referance it only by interface. .net

  • Using ADO.NET, XML & XSL to generate HTML

    by Bill Burris

    Automate you website updates to avoid hours of tedious work with your HTML editor. c#, .net, ado.net, xml

  • Data Integrity in Web Services

    by David Talbot

    Passing complex data types to and from Web Services without losing data integrity .net, web services

  • Introducing .NET Remoting

    by David Talbot

    .NET Remoting provides a powerful and high performance way of working with remote objects. In this article, David gives an introduction on how to use remote objects in .NET c#, .net

  • Introduction to the IL assembly language

    by Filip Bulovic

    A modest introduction to IL assembly language .net

  • Visual Studio Next Generation: Language Enhancements

    by Microsoft

    Find out about all the great enhancements in Visual Studio.NET .net

  • Introducing Windows Forms

    by Microsoft

    Learn about the new forms package, allowing developers to take full advantage of the rich user interface features available in Windows vb.net, .net

Want to stay in touch with what's going on? Follow us on twitter!