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

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 > VB.Net
Search:
What's New - What's Hot
Listings for Articles & Samples Articles & Samples (3026)
Listings for Downloads Downloads (7)
Listings for Errors and Bugs Errors and Bugs (69)
Listings for Introduction Introduction (22)
Listings for Knowledge Base Knowledge Base (508)
Listings for Sample Chapters Sample Chapters (29)
Listings for Support WebCasts Support WebCasts (6)
 

Using Memory Mapped Files in ASP.NET using VB.NET        
Total Hits: 5  |  Today: 1 Author: Michael Vanhoutte       Rating:  
Read Reviews | Write Review |              Your Rating: 

MemoryMappedCache is a small project can be used to host a proactive loaded cache using a Windows Service. This cache uses Memory Mapped Files internally. Other applications on the same computer can then also use MemoryMappedCache to access information stored in this cache. This is done much quicker than using .NET Remoting. A significant amount of time was spent to ensure that this cache can be accessed from within ASP.NET if the cache is hosted by a Windows Service....

A Survey of .NET Languages And Paradigms        
Total Hits: 5  |  Today: 1 Author: Joel Pobar       Rating:  
Read Reviews | Write Review |              Your Rating: 

The Windows operating system has never been a better platform for programmers. Hundreds of languages target Windows® either directly through the Win32® API or through the CLR, and more are being built as you read. One of the goals of the CLR was to enable a thousand flowers to bloom in one compatible ecosystem, where languages and APIs seamlessly integrate within the same runtime. It thus far has succeeded fantastically—new languages are popping up everywhere....

Web Spider Code        
Total Hits: 11  |  Today: 1 Author: Bean Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is the last part of our tutorial in which we will explain key code parts of web spider program. This class is the main class in web spider application. It contains all the data and code needed to execute the web crawling process. At top of the class file add the following imports statements....

Debugging with "Stepping" and "Data Viewing" features        
Total Hits: 4  |  Today: 1 Author: Bean Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

In debugging with breakpoints in ASP.NET, we presented 'Breakpoints' as a feature that you can use to debug your application among another two features the integrated debugger provides. In this part of the tutorial, we are going to presents the other two features. These features are 'Stepping', and 'Data Viewing'. We will use the same source code example as the one used in last tutorial. You can download this example here....

Using XML RPC with Https Protocol in VB.NET Applications        
Total Hits: 7  |  Today: 2 Author: Bean Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

In the first part of this tutorial we explained the concept of XMLRPC. We also gave a detailed example shows how to use it from a VB.Net application. You may recall that one of the strongest points in XMLRPC technology is that it uses the widely used Http or Https protocol in its communications. In the first part of this tutorial we used the Http protocol. In this part we will show you how to use the Https protocol for the same purposes....

Using XML RPC With VB.NET        
Total Hits: 4  |  Today: 2 Author: Bean Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

XML RPC is a standard for calling functions / passing parameters to these functions / retrieving return values from these functions. The caller program and the called function typically exist on separate machines. If a server is available and it provides some functions then a client anywhere can call these functions via a simple HTTP (or HTTPS) URL. The parameters are sent from the client to the server in a form of XML text. The server then receives the parameters and carries out the actions req...

XML Programming with VB.NET        
Total Hits: 5  |  Today: 2 Author: Bean Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

Extensible Markup Language (XML) is a meta-markup language that provides a format for describing structured data. XML is the universal language for data exchange on the Web. XML gives developers the power to deliver structured data from a wide variety of applications to the desktop for local computation and presentation. Microsoft .Net framework provides integrated support for XML programming through core XML classes....

Storing Images to Database and Retrieving to GridView        
Total Hits: 5  |  Today: 2 Author: Bean Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

Over the internet, one can easily find a lot of references for uploading images to a database. The major problem arises when one has to retrieve these images and display them in some server control, like the GridView control. In this article we will tackle exactly that. So let's begin... shall we?...

GridView Hidden Column Problem (And Two Common Solutions)        
Total Hits: 2  |  Today: 1 Author: Bean Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

GridView is one of the new controls in ASP.Net 2.0 that replaced the DataGrid. If you've been working in ASP.Net 2.0 since some time, you would have come to face a problem. When you design the GridView and create a bound field... In earlier versions of .Net when you didn't want the data to be visible to the client, but wanted the column for processing of data, you simply set the Column visibility to False....

Runtime Control Sizing and Dragging Class        
Total Hits: 5  |  Today: 1 Author: Bean Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article extends the Simple Runtime Control Sizing and Dragging Class by Jim Korovessis, as explained in his article at Code Project. The PickBox class provides sizing handles that allow the positioning and sizing on simple controls on a containing form. Jim used C# to implement this class; however, I am using a VB.Net version of that class in my implementation. You can download sample VB.NET project, used in this tutorial....

Delegates In .Net        
Total Hits: 9  |  Today: 1 Author: Bean Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

A delegate can be defined as a type safe function pointer. You use delegates to call the methods of other objects. They are object-oriented function pointers since they allow a function to be invoked indirectly by using a reference to the function. It wraps up the memory address of a function in your code. The system makes use of delegate whenever you create or use an event in code. When an event is called, the framework examines the delegate behind the event and then calls the function that the...

VBScript to back up SQL Server data to pure SQL        
Total Hits: 7  |  Today: 1 Author: alex turner       Rating:  
Read Reviews | Write Review |              Your Rating: 

Let us get one thing straight here - this is not an official technique. If you are administering an SQL Server database and you use this technique - you are totally on your own. Yes - I know there are all sorts of official tools like bulk copy and data translation services. However, this technique is useful sometimes and is flexible. The idea is simple, create one single SQL script that removes all the data from a database and then restores it all to a pre-recorded state. This boils down to a wh...



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