Categories
ASP.NET → Tips and Tutorials

Working with ASP.NET database

In this tutorial I will teach you how using Dreamweaver 8 and its ASP.NET function to display information stored in a database you created.
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Tracking Referring Domains and URLs to our Website.

Part 2 of a Multipart Series - In this step-by-step tutorial we will learn how to track referring domains and URLs to our website. Will also revisit the stuff we learned in part1; how to track unique users and page views. The source code is explained...
  • Platforms
    • Windows
  • Licenses
    • Commercial License,
    • Free for non-commercial use
DETAILS

Generating XML files from SQL Database

Before you continue to write your own aspx file, check your directory write permission. I have used Northwind sample database. We will write some of data from Employees table to XML file.
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Beginning ASP.NET

ASP.NET is Microsoft s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need to ...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

What is the Common Language Specification (CLS)?

The Common Language Specification (CLS), which is a set of basic language features needed by many .Net applications to fully interact with other objects regardless of the language in which they were implemented. The CLS represents the guidelines defi...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

What are CLS features?

The CLS provides following advantages: Access to Complete .NET Framework hierarchy. High level of interoperability within languages.(e.g. - C# Class can be inherit from a Visual Basic class). Component is accessible from any programming language t...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

What is .NET metadata?

In the past, a software component (.exe or .dll) written in one language could not easily use a software component written in another language. COM provided a step forward in solving this problem. The .NET Framework makes component interoperation eve...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

How metadata is stored?

Assemblies contain tables of metadata. These tables are described by the CIL specification. The metadata tables will have zero or more entries and the position of an entry determines its index. When CIL code uses metadata it does so through a metadat...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

What the Metadata stores?

Metadata stores the following information: Description of the assembly. Description of types. Attributes.
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

What are the Benefits of Metadata?

Metadata provides the following major benefits: Self-describing files Common language runtime modules and assemblies are self-describing. A module''s metadata contains everything needed to interact with another module. Metadata automatically ...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com