Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, November 23, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Applications > ASP.Net > Miscellaneous
Search:
What's New - What's Hot


Converting ASP.NET site into a SharePoint site        
Total Hits: 37  |  Today: 0 Author: srivatsan24       Rating:  
Read Reviews | Write Review |   Your Rating: 

There are a lot of ASP.NET web developers who are moving to SharePoint site creation. This article will explain in detail How an ASP.NET webpage developed in Visual Studio be converted into a SharePoint site. If there is a requirement, when the website created in Visual Studio just the old fashioned way with the code behind logic and other layers like Data Access and Business Logic and has to be converted into a SharePoint site and still make it work the same way with the same code behind, you a...

Command Matrix v1.9        
Total Hits: 146  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Command Matrix™ is a web-based Windows 2000 Hosting Control Panel designed with the shared hosting provider in mind. Its ideal for hosting providers looking for a low-cost scalable solution for clients interested in Windows™ based hosting solutions....

ASP.NET 1.1 Now Available! Free ASP.NET Web Development Tool        
Total Hits: 1295  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

The final release of ASP.NET Version 1.1 is now available for download. ASP.NET V1.1 has many great new features including: IIS 6.0 integration, mobile device support through built-in mobile controls, and improved ISP hosting support....

ASP.NET Tools Overview - Part 1        
Total Hits: 262  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

Problem Summary... There's little public information available on the tools that will ship with ASP.NET. This article, part 1 of 3, describes web controls, file extensions and objects....

ByteSize Barcodes for ASP.NET & Windows Forms Applications    Version: 1.0 BETA       Price: $79.99 / Free Trial   
Total Hits: 205  |  Today: 0 Author: Xheo       Rating:  
Read Reviews | Write Review |   Your Rating: 

Xheo has released ByteSize Barcodes for ASP.NET and Windows Forms applications. Barcodes have long been used to enhance automation processes to improve the efficiency and integrity of data entry. Now you can add that level of support to your applications including the most common symbologies like Code 39, Code 128, EAN.UCC 128, UPC-A & UPC-E, EAN 13, EAN 8, Code 11, Code 93, Codabar, Interleaved 2 Of 5, and Standard 2 Of 5....

NMath Core    Version: 1.0       Price: $695.00 / Free Trial   
Total Hits: 132  |  Today: 0 Author: Trevor Misfeldt       Rating:  
Read Reviews | Write Review |   Your Rating: 

NMath Core contains vector, matrix, and complex number classes, random number generators, and other high-performance functions for object-oriented numerics on the .NET platform. NMath Core is designed to run with machine-specific, highly optimized versions of the public domain linear algebra subroutine libraries known as the BLAS (Basic Linear Algebra Subroutines) and LAPACK (Linear Algebra PACKage). This gives NMath Core classes performance levels comparable to C, and often results in performan...

Managing Object Lifetime        
Total Hits: 18  |  Today: 0 Author: Tim Fischer       Rating:  
Read Reviews | Write Review |   Your Rating: 

Although the Microsoft® .NET Framework provides a managed execution environment, it is important to use resources carefully, consider lifetime management, and write code that addresses these concerns correctly. In this column, I have set out to help developers who are consuming .NET or COM classes to better understand lifetime management, recognize situations where you can run into resource traps, and know how to solve these issues. Note that, for clarity, the sample code shown in the column onl...

Reusability in ASP .NET, Part 2        
Total Hits: 28  |  Today: 0 Author: Dino Esposito       Rating:  
Read Reviews | Write Review |   Your Rating: 

One of the key improvements in ASP .NET over classic ASP is the introduction of server controls. When you want to use a control from the Microsoft® .NET Framework as a server control, you must mark it with the runat=server attribute to make it visible to—and programmable on—the server.
Web controls in ASP .NET are abstracted from the set of ordinary HTML tags, with some notable additions. For instance, the framework provides you with the Table control (which is similar to the HTML table tag),...

ASP.NET Controls Templates        
Total Hits: 68  |  Today: 0 Author: Dino Esposito       Rating:  
Read Reviews | Write Review |   Your Rating: 

The simplest way to create a custom control in ASP.NET is to derive a new class from an existing control. Creating custom controls through inheritance this way is not really very different from creating any other derived class. Creating new ASP.NET controls from scratch, on the other hand, just may prove to be a more challenging undertaking....

Make 'ToDo' system for multi-program complex system: Part 2        
Total Hits: 51  |  Today: 1 Author: Mad__.       Rating:  
Read Reviews | Write Review |   Your Rating: 

In previous part, we made a simple WebService, that allows storing and retrieving simple messages. In this step, we make a simple stand-alone Windows Forms client, for this service....

Brainnet 1 - A Neural Netwok Project - With Illustration And Code - Learn Neural Network Programming Step By Step And Develop a Simple Handwriting Det        
Total Hits: 72  |  Today: 0 Author: An 'OOP' Madhusudanan.       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article is expected to (1) Demonstrate some practical uses neural network programming (2) Give you a fair idea regarding neurons, neural networks and their applications (3) Introduce BrainNet library - an open source Artificial Neural Network library I developed - mainly using the MS.NET...

A quick, simple way of structuring a fully threaded message board.        
Total Hits: 34  |  Today: 0 Author: Ryan Trudelle-Schwarz       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you look to your left you will see links to two message boards. This is the article that explains how they work. This article will only cover the basics on how they were designed. Later articles will deal with the precise code, simple as it is.

When designing my message board I wanted to mix the easiest insertion method with the easiest (aka quickest) retrieval method. Of course, since I have it available, I'll use SQL Server to store my messages. The result is a something that is a bi...

Interoperating With COM from .NET applications (COM Interop)        
Total Hits: 52  |  Today: 0 Author: Bean Software       Rating:  
Read Reviews | Write Review |   Your Rating: 

Component Object Model (COM) is a technology aims to sharing binary code across different applications with different programming languages. A COM component (.DLL or .EXE) is a binary code that could be called from your application whatever the used programming language in component creation or component calling process. COM provides the concept of reusing in its widest form....

DataGrid Code Samples for Beginners        
Total Hits: 383  |  Today: 0 Author: Bipin Joshi       Rating:  
Read Reviews | Write Review |   Your Rating: 

ASP.NET provides many functionality rich web controls. DataGrid is one of them. DataGrid is a very popular web control that allows tabular display of data. In past providing editable data entry grids required either lot of coding or use of some third party software. With ASP.NET DataGrid it is just a matter of Drag and Drop and some event handling. This page provides download of 10 code samples that will show you many faces of DataGrid. The samples are meant for beginners who want to try their h...

Application Auto Update Revisited        
Total Hits: 434  |  Today: 0 Author: Eduardo Oliveira.       Rating:  
Read Reviews | Write Review |   Your Rating: 

Since my first iteration of the AutoUpdate I noticed that I don't really need the ability to change the AutoUpdate program itself, so I don't need it. The second thing is that most of the time I don't need to update all the files. The AutoUpdate program (AutoUpdate.exe) is no longer required. Now everything that is needed is in the dll (AutoUpdate.dll). No need to touch the CommandLine anymore since everything is at the same place. The AutoUpdate don't need to be a class, now it is just a module...

Http.sys in WinXP SP2: What It Means with Windows Communication Foundation        
Total Hits: 225  |  Today: 1 Author: Shawn Cicoria       Rating:  
Read Reviews | Write Review |   Your Rating: 

One of the features that Windows 2003 brought to the forefront is the Http.sys kernel mode device driver. What this means is all HTTP traffic is routed through this driver then onto the application....

Project Tracking Database Template        
Total Hits: 684  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

Project Planning,Track Project Costs,Manage Change Control,Bug Tracking and Reporting....

.NET Memory Profiler        
Total Hits: 312  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

.NET Memory Profiler is a tool for the .NET Common Language Runtime that allows the user to track all objects that are allocated on the GC heap. The user can collect snapshots of the GC heap and get information about the instances allocated on the heap....

WAP-Match    Version: 1.0       Price: $230.00   
Total Hits: 209  |  Today: 1       Rating:  
Read Reviews | Write Review |   Your Rating: 

WAP-Match is a feature packed turnkey package for creating your very own mobile dating system. WAP-Match will allow users to sign up for an account and browse the database or refine their search criteria to find the mate they are looking for specifically....

Camtasia Screen Recorder SDK        
Total Hits: 633  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Camtasia Screen Recorder SDK is a toolkit designed to allow you to easily add screen recording functionality into your Windows application. With this toolkit you can record screen activity, mouse movement and audio to create movies of the desktop experience....


1  2  3  Next >> 


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net
Position Login