January 2006 Entries

ASP.NET 2.0 Training : Referencing Master Page Members

ASP.NET 2.0 Training : Referencing Master Page Members In this tutorial you will learn about reference Master Page Mebers, add property to Master Page, expose Master Properties. Referencing Master Page Members Members of the Master page can be referenced by content pages. These members can be methods, properties or controls. The constraint for property reference is theat the property has to be declared as public members of the master page. They could be public page scope variables, public propertis...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

XML Data Types in SQL Server 2005

XML Data Types in SQL Server 2005 In this tutorial you will learn about XML Data Types, Query and Inexes in SQL Server 2005 - XML Data type, XML Typing, Advantages of storing XML in databases, Untyped XML data, Using Typed XML, Managing XML indexes, XQuery and XQuery syntax. XML Data type As stated above the XML data type is a new introduction in SQL Server 2005. It enhances the developer’s ability to work with XML within the framework of T-SQL. This data type can be used just like any other data...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

ASP.NET 2.0 Tutorials : Creating Content for Master Page

ASP.NET 2.0 Tutorials : Creating Content for Master Page In this tutorial you will learn how to create contents for a Master Page, create a home page, add contents to home page and finally test the home page. Creating Content for the Master Page The template for the content is now ready. We shall proceed to define content for the master page by creating an ASP.NET page that is attached to the Master Page. Content pages are specialized forms of .aspx pages that only contain the content. Content can...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Using XML in SQL Server 2005

Using XML in SQL Server 2005 In this tutorial you will learn about using XML in SQL Server 2005 - XML enhancements in SQL Server 2005, the FOR Clause, Using XSINIL with ELEMENTS, Using elementsxinil in EXPLICIT mode and Enhancements to OpenXML function XML enhancements in SQL Server 2005 Microsoft SQL Server 2000 introduced XML capabilities to the server in a very limited manner. Developers could export relational data as XML and shred the same back into XML. However, such data could not be stored...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

ASP.NET 2.0 Tutorials : Overview of Server Controls

ASP.NET 2.0 Tutorials : Overview of Server Controls In this tutorial you will go through an overview of server controls, adaptive rendering, control state, new controls such as Multiview control, Wizard control, BulletedList, DynamicImage and the FileUpload Control. One of the significant efforts of ASP.NET 2.0 is to provide developers facilities to build applications for a range of devices including devices that may be created in the future. The software defines a common architecture for Web controls...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Using Notification Services in SQL Server 2005

Using Notification Services in SQL Server 2005 In this tutorial you will learn about using notification services in SQL Server 2005, Notification Services Architecture, Building Notification Services Solutions, Using Notification Services, Subscription Management, Syntax for adding subscribers, Syntax for adding a device, Syntax for Adding the Subscriptions. Notification Services Architecture Building Notification Services Solutions This new feature of SQL Server 2005 is directed towards the delivery...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

ASP.NET 2.0 Tutorials : The Page Object Model

ASP.NET 2.0 Tutorials : The Page Object Model The Page Object Model In this tutorial you will learn about Page Object Model, the Attributes of the @Page directive, the properties of the Page Class, Methods of the Page Class, Page Class Events and the Page Scripting Object Model. The page class is represented by the .aspx file in ASP.NET 2.0. It provides the basic behaviour for all pages. A class is dynamically created when the .aspx file is parsed and this class inherits from the page class. In ASP.NET...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

SQL Server 2005 - Service Broker

SQL Server 2005 - Service Broker Introduction The process of sending and receiving asynchronous messages by different processes in SQL Server 2005 is enabled by the Service Broker. The Transact SQL Data Manipulation Language is used to the send messages to a queue in the database of the sender or to another database in the SQL Server instance, or another server instance or remote server. Conceptually the process involves queues, dialogs, conversations groups and activation. In this tutorial we will...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

ASP.NET 2.0 Tutorial : Code Directory

ASP.NET 2.0 Tutorial : Code Directory In this tutorial you will having a deeper look at the Code Directory, the Code Beside Model and the evolution of the Code Behind model, learn about Partial Classes, Sharing Source components, Creating a Component, you will learn how to create a Application_Code folder, to create a component in the Application_Code folder and use a component. Having a deeper look at the Code Directory As mentioned in the earlier section of this tutorial the Code directory is one...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Data Manipulation Language (DML) in SQL Server 2005

Data Manipulation Language (DML) in SQL Server 2005 In this tutorial you will learn about Data Manipulation Language (DML) - New Data Types, New Operators, The APPLY Operator, Ranking Functions, The OUTPUT Statement, Common Table Expressions(CTE), OTHER DML and T-SQL functions, TABLESAMPLE, Exception Handling, and Procedure for using Structured Exception handling. Data manipulation Language (DML) is a set of statements that help manipulate data in the database. The heart of the DML is T-SQL. A number...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Creating an ASP.NET 2.0 Application

Creating an ASP.NET 2.0 Application In this tutorial you will learn how to Create an ASP.NET 2.0 Application, Examining the Interface, The Hello World Application, Designing Web Forms, The Embedded Web Server and Important folders in the ASP.NET 2.0 Applications. Visual Studio.NET is a user friendly way to create web sites. It provides for multiple ways of opening websites. Frontpage Server extensions, FTP or direct file system path can be used to open the web pages. The inbuilt web server Cassini...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

T-SQL Enhancements in SQL Server 2005

T-SQL Enhancements in SQL Server 2005 In this tutorial you will learn about T-SQL Enhancements in SQL Server 2005 - Data Definition Language Statements, .NET framework integration, Full Text Search, Index transact SQL Statements, Security Transact SQL Enhancements, Service Broker T-SQL statements, Synonym Transact SQL Statements, Table and Index Partitioning Transact SQL Enhancements, Table Transact SQL Enhancements, Triggers and Event Notification Transact SQL Enhancements. T-SQL enhancements in...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

ASP.NET 2.0 Tutorials : What’s New in ASP.NET 2.0

ASP.NET 2.0 Tutorials : What’s New in ASP.NET 2.0 In this tutorial you will learn What’s New in ASP.NET 2.0, New Controls, Master Pages, Site Navigation, User Management, Personilizaiton, Themes and Skins, Mobile Devices, Site Counters, Configuration and Deployment What’s New in ASP.NET 2.0 The team led by Scott Gurthie focused upon the following enhancements to ASP.NET: 1. Improving Development productivity by reducing the lines of code to be written by 70%. Most of the frequently required code...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Security Features in SQL Server 2005 for the Developer

Security Features in SQL Server 2005 for the Developer In this tutorial you will learn about Security Features in SQL Server 2005 - Authentication, Password Complexity, Password Expiration, Lockout Behavior, Endpoint-based Authentication, Authorization, Native Data Encryption, Code and Module Signing, SQL Server Agent Operations, Monitoring and Auditing Authentication SQL server has been designed to be “secure by default”. However, it has a number of customizable features that further increase the...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

ASP.NET 2.0 Tutorials : Introducing Visual Studio.NET Web Applications

ASP.NET 2.0 Tutorials : Introducing Visual Studio.NET Web Applications In this tutorial - Introducing Visual Studio.NET Web Applications, You will learn How Web Applications Work, Choose a Language for creation. Microsoft’s commitment to rapid application development is reflected in Visual Studio 2005 2.0. The .NET framework has blurred the lines between the different programming disciplines and made application development of any kind pleasurable. Web application development specifically has received...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

SQL Server Architecture and Components

SQL Server Architecture and Components Business Intelligence Development Studio This solution oriented interface is intended for creating Business intelligence services, integrating projects involving Analysis Services, Reporting services and Data Transformation Services. It is similar to SQL Server Management Studio and provides integration with Visual SourceSafe. SQL Server Integration Services This is a revamped version of the SQL Server 2000 based Data Transformation Services. The improvements...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

ASP.NET 2.0 Free Tutorials : Managing Membership and Roles

ASP.NET 2.0 Free Tutorials : Managing Membership and Roles In this tutorial you will learn about Anonymous Users, Managing Membership and Roles, The Programming Interface - Properties and Methods, Setting up the Membership, The Membership Provider, The ProviderBase Class, The MembershipProviderBase Class, Managing Roles, The Role Class and The Role Provider. Read More... http://www.exforsys.com/con...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

ExplorerXP is a very fast, small, compact and innovative FREEWARE

ExplorerXP is a very fast, small, compact and innovative FREEWARE (for non - commercial use) file manager for Windows 2000/XP. Unlike the regular Windows Explorer, it displays the total size of each folder and allows you to browse multiple folders from a tabbed interface. http://www.explorerxp.com/e
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

disk encryption software for Windows XP/2000/2003 and Linux

Main Features: * Creates a virtual encrypted disk within a file and mounts it as a real disk. * Encrypts an entire hard disk partition or a device, such as USB flash drive. * Encryption is automatic, real-time (on-the-fly) and transparent. * Provides two levels of plausible deniability, in case an adversary forces you to reveal the password: http://www.truecrypt.org/do
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati