• home
  • forum
  • my
  • kt
  • download
  • this:7/7 25records  total:175    start  Previous  Next  Last    goto:
    Migration from J2EE to .NET.
    ON: 2007-07-03 13:45:09
    An article which discusses the similarites between different technologies of J2EE and .NET and helps you to move from J2EE to .NET. Quick tips to get you started, in case you need to migrate a J2EE based application to a .NET based application.
    14 times | category: [NET]
    Introduction to Web Services.
    ON: 2007-07-03 13:44:25
    The label "web services," as broadly applied, has two levels of meaningâ
    5 times | category: [NET]
    MS SQL RD4 Encryption
    ON: 2007-07-03 13:20:06
    This is a simple RD4 encryption stored procedure. It's nice because it uses the same procedure to encrypt and decrypt and it beats using a cast as varbinary.
    7 times | category: [NET]
    Early Adopter HailStorm (.NET My Services) : Talking To HailStorm.
    ON: 2007-07-03 13:18:20
    Complete online chapter "Talking To HailStorm" from "Early Adopter HailStorm (.NET My Services)". Provides in depth information on what is .NET My Services, what it provides and how to make use of it.
    13 times | category: [NET]
    Writing Your First ASP.NET Page
    ON: 2007-07-03 12:58:47
    Given that all the prerequisites and ASP.NET are installed, this tutorial walks you through writing ASP.NET pages of your very own
    9 times | category: [NET]
    Displaying Information about the ASP.NET Process
    ON: 2007-07-03 12:57:00
    The author writes "With ASP.NET you can configure the 'ASP.NET engine' to automatically restart itself when certain criteria are met. For example, if the Web server has 100 requests queued up, you may wish to have the Web server restarted, assuming that some script or DLL is hanging the Web server. Additionally, you can set requirements on restarting the Web server on the memory usage, the total number of requests, or by the total time the Web server's run. This proactive approach was implemented by the ASP.NET team in order to increase the overall uptime of a Web site running ASP.NET: if the memory suddenly shoots through the roof, the Web server can be restarted, reigning in the memory usage and starting anew. The information regarding the life cycle of the current (and past) ASP.NET processes can be examined through the use of the ProcessModelInfo class." This article examines how to retrieve and present such information.
    63 times | category: [NET]
    File Uploading in ASP.Net Using C#.
    ON: 2007-07-03 12:54:04
    File uploading has always been a tedious task for the web developer community. Either we have to use a third party component or write several lines of code. With the advent of ASP.Net file uploading has become a lot easier, importantly without the need for third party components. All we have to do is to use the ASP.Net HTML File control and write a few lines of C# code.
    29 times | category: [NET]
    Displaying XML Data in an ASP.NET page
    ON: 2007-07-03 12:50:52
    The .NET framework provides the Dataset object which is designed to handle data abstractly independent of the data source. The DataSet can handle data from variety of sources like SQL, XML etc. In this article we'll show you how to bind a data grid control to data in an XML file using the DataSet class.
    5 times | category: [NET]
    Sending e-mail with attachments from an ASP.NET page.
    ON: 2007-07-03 12:50:15
    This article describes how to send emails with attachments using System.Web.Mail namespace from an ASP.NET page. Full source code available for download.
    8 times | category: [NET]
    Professional ASP.NET 1.0 2002 Edition : Exposing Web Services
    ON: 2007-07-03 12:36:38
    Complete Online Chapter "Exposing Web Services" from Wrox Press book "Professional ASP.NET 1.0 2002 Edition". Topics covered include "Web Services", "SOAP Headers", "Synchronous vs Asynchronous" and "Data Caching".
    18 times | category: [NET]
    Object Syntax Introduction
    ON: 2007-07-03 12:29:23
    A Sample Chapter 5 from "Professional VB.NET 2nd Edition". Visual Basic has had powerful object-oriented capabilities since the introduction of version 4.0. VB.NET carries that tradition forward. VB.NET simplifies some of the syntax and greatly enhances these capabilities, and now supports the four major defining concepts required for a language to be fully object-oriented. This chapter will explore the creation and use of classes and objects in VB.NET
    15 times | category: [NET]
    Get Detailed Information About Your Site Visitors In Real Time using ASP.NET
    ON: 2007-07-03 12:21:20
    Have you ever wanted to see who is viewing your web site in real time? how many of them are there? what browser they are using? where have they come from? what are their host addresses and host names? and exactly what pages they have read? all in detail? In this article we build an ASP.NET application to do exactly that.
    48 times | category: [NET]
    Professional ASP.NET : Exposing Web Services
    ON: 2007-07-03 12:13:33
    This is the complete online chapter 'Exposing Web Services' from 'Professional ASP.NET' by Wrox Press. The chapter provides in depth information about creating and consuming Web Services using ASP.NET.
    46 times | category: [NET]
    A Fast-Track Guide to ASP.NET
    ON: 2007-07-03 12:04:43
    A Sample Chapter from Professional ASP.NET. Covers Installing .NET, Creating ASP.NET Applications in Visual Studio.NET, The difference between ASP.NET Different and ASP, Web forms, Server Control, Code and Content Separation, and more
    18 times | category: [NET]
    Sending E-Mails using ASP.NET (Part I)
    ON: 2007-07-03 11:52:34
    In part I of this tutorial, learn how to send simple e-mails (both text and HTML) using ASP.NET.
    40 times | category: [NET]
    Getting Started With ASP.NET
    ON: 2007-07-03 11:46:39
    A Sample Chapter from "Beginning ASP.NET using VB.NET". Topics covered include: Static Web Pages Dynamic Web Pages; An overview of the different technologies for creating dynamic web pages, including ASP.NET; Installing Internet Information Services (IIS); Installing the .NET Framework; and Testing and Troubleshooting your installation.
    60 times | category: [NET]
    Your first ASP.NET Page.
    ON: 2007-07-03 11:44:24
    This article describes all the steps required to run your first ASP.NET page from downloading and installing ASP.NET Premium edition to developing and running your first ASP.NET page.
    14 times | category: [NET]
    Converting ASP to ASP.NET
    ON: 2007-07-03 11:27:58
    This article begins with an examination of a typical data-driven ASP application and then explains how to do a minimalistic port from ASP to ASP.NET and steps and tips on converting your application fully to ASP.NET. Topics covered: Running ASP and Microsoft ASP.NET on the same Web server, Examining a common ASP application, and Porting the ASP application to ASP.NET.
    128 times | category: [NET]
    ASP.NET Web Services : Asynchronous Programming
    ON: 2007-07-03 11:25:08
    A complete online chapter "Asynchronous Programming" from "Professional ASP.NET Web Services". Provides in depth information on how and when to implement syncronous and asynchronous processing using web services.
    165 times | category: [NET]
    ASP.NET: An Introduction
    ON: 2007-07-03 11:20:57
    ASP.NET is not just the next version of ASP: it's the next era of web development. ASP.NET allows us to use a fully featured programming language (such as C# or VB.NET) to build web applications easily. This article talks about the fundamentals of ASP.NET and some of its powerful features such as web services, the MSDN library and several learning resources.
    11 times | category: [NET]
    The Evolution Of Microsoft: .NET Explained
    ON: 2007-07-03 11:07:04
    Sure, you've heard about .NET... maybe you're a Visual Basic programmer for a small company, maybe you write SQL stored procedures for a huge company, or maybe you're just a Microsoft developer wanting to keep on the cutting edge of technology. This article will explain exactly what .NET is, how it works, how we (as developers) can benefit from it, its many new features, and other .NET related information.
    15 times | category: [NET]
    The ASP.NET Page Life Cycle
    ON: 2007-07-03 11:04:14
    This article describes the life cycle of an ASP.NET page from initialization to unloading. Also shows the various methods to override ASP.NET server-side events. Source code available for download.
    44 times | category: [NET]
    Introduction to ASP+
    ON: 2007-07-03 10:46:09
    This is a sample chapter from 'A preview of Active Server Pages+' by Wrox Press. Main topics include: Introduction to ASP+ and the Evolution of ASP, The Next Generation Web Services Framework, How is ASP+ Different from ASP?, Getting Started with ASP+, and more.
    27 times | category: [NET]
    What is Active Server Pages.net?
    ON: 2007-07-03 10:45:26
    This is an overview of ASP+. Explains what it is, what it can do, the difference between ASP and ASP+, and other properties of ASP+.
    4 times | category: [NET]
    "Includelets" in ASP.NET
    ON: 2007-07-03 10:35:29
    This tutorial describes how to use Classic ASP page layout include files in your ASP.NET pages. Full source code provided.
    18 times | category: [NET]
    this:7/7 25records  total:175    start  Previous  Next  Last    goto:

    Category

      NET (175)