Asp.net, vb.net, C#.net Resources

Welcome to Asp.net, vb.net, C#.net Resources Sign in | Join | Help

Front Page News

  • Adding colors with CSS

    Adding colors with CSS Color is what gives life to anything. Television has never been this interesting when it was still black and white. Same thing with websites. Most websites that do not have colors and backgrounds look dull, which leads the visitors...
    02-02-2008, 4:05 PM by admin to Javascript
  • Introduction into CSS

    Introduction into CSS How would you like to create your own layout for your new website? You are probably so pleased with what you have accomplished so far. Maybe a bit less satisfied, though, because you want something better. Here is where CSS can help...
    02-02-2008, 4:03 PM by admin to Javascript
  • Create a Screen Saver with GDI+

    Create a Screen Saver with GDI+ You might think there’s something mysterious about a Microsoft Windows screen saver, but it’s really nothing more than a Windows application in disguise. You can easily build your own screen saver by creating...
  • Work with GDI+ to Manipulate Images

    Work with GDI+ to Manipulate Images This sample shows you how to manipulate images using GDI+, including changing the size of an image and rotating, zooming, and cropping an image. GDI+ provides new ways to work with images. This example illustrates several...
    10-02-2006, 11:32 AM by admin to GDI+
  • Work with GDI+ Text

    Work with GDI+ Text You might find it surprising that to display text on a form, PictureBox , or some other surface you need to draw it—but that’s exactly the way it is. This sample shows some of the many features available when using GDI+...
    10-02-2006, 11:22 AM by admin to GDI+
  • Work with GDI+ Brushes

    Work with GDI+ Brushes In the previous tutorial, we showed how .NET gives us easy access to GDI+ via a comprehensive set of classes and methods from the System.Drawing namespace. You saw that to draw you need a Graphics object and a Pen . In this sample,...
    10-02-2006, 11:02 AM by admin to GDI+
  • Work with GDI+ Pens

    This sample demonstrates most of the features available when using the GDI+ Pen object, which you use to draw lines and shapes. In succeeding samples, we’ll look at working with brushes, text, images, screen savers, and animation. New Concepts To...
    10-02-2006, 10:32 AM by admin to GDI+
  • ASP.NET Authentication and Authorization

    ASP.NET Authentication and Authorization ASP.NET has rich support for both authentication and role-based authorization built in. You can configure your ASP.NET application by assigning users and roles to each directory (application or subapplication)....
    10-02-2006, 9:50 AM by admin to Security
  • Windows Integrated Security

    Windows Integrated Security You make a phone call to your bank to update your mailing address. You are greeted by the online phone system and wait patiently for the last of eight options, which is boldly announced as, “Please press 0 if you would...
    10-02-2006, 9:21 AM by admin to Security
  • Role-Based Authorization

    Role-Based Authorization Key concepts in this article are: · Applying role-based security techniques to your applications · Using Microsoft Windows role-based security · Enabling or disabling application options depending on the user’s...
    10-02-2006, 8:54 AM by admin to Security
  • JavaScript Drag and Drop

    To begin with we will define the class and methods that will be required. var drag = { zindex: 0, add_element: function(inst) { }, drag_init: function(inst, event) { }, drag_end: function(inst, event) { }, drag_do: function(inst, event) { }, event: function(e)...
  • Making the Connection: Accessing Your Database using ADO.NET

    Data Access Namespaces Within the .NET framework class library (FCL) version 1.1, there are five third-level namespaces that provide access to an underlying database. These are System.Data.SqlClient, System.Data.SqlServerCE, System.Data.OracleClient,...
  • Powered by Community Server, by Telligent Systems