Multithreading in VB.NET is an easy to learn tutorial in which the programmers can gather information about the method of creating a multi threading application in VB.NET. The author explains about the thread class which is hosted on...
Advertisement
An overview of new features in VB.NET compared to VB 6.0 is an ASP.NET reference article through which users can get detailed description about the various difference between the VB.NET and VB. In this article author describes about various...
Code in Style with ASP.NET Themes is one of an article about ASP.NET themes. Theme is used to define the display of controls and pages. The themes could be used for the whole web application which is described in this tutorial. The author explains...
Understanding Access Modifiers in VB.NET is a web based tutorial in which the author gives details about basic principles of Access modifier, which offers various methods to access class and class member in .NET framework. Here the author gives...
Neodynamic ThermalLabel SDK for .NET is a lightweight class library (DLL) that lets you to design barcode labels and print them to Zebra Thermal Printers (ZPL or EPL) by writing just pure .NET code in VB.NET or C#. ThermalLabel SDK can be used for...
Sending emails to exchange the views and ideas are most common in this world. But through this article, the author narrates the easier way to send emails in VB. The source code is given in the site for the reference of the webmasters.
Working with MS Access Stored Procedures in VB.NET. Part 2 is a tutorial which helps you to learn about how to use the stored procedure that has been created in Access database using the database tier. The database tier is to provide a gateway to...
This is an online tutorial which tells about the business objects created in VB.NET. The author defines the objective behind this article and narrates about generating simple business objects. The author states about the two public properties -...
Take Advantage of Streams and Formatters in VB.NET is a web based tutorial in which the author gives details about basic concepts of stream, which is originated from UNIX that act as a channel for data flow. The author offers details for the...
Learn how to save time by reusing code in VS.NET 2005 with code snippets.
Understand Code in Less Time:Create Flowchart from Source Code with one click. Get a clear view of the code with Flowcharts. Inherited legacy code? A new member of the team? You will be up to speed in significantly less time. Verify correctness of...
This simple function counts Lines Of Code in Python files in two ways: maximal size (source LOC) with blank lines and comments, minimal size (logical LOC) stripping same. It includes a simplified version of my directory tree walker from recipe 52664.
This is a .NET library which contains the information about ten syntax changes in VB.NET and the learners can easily read and understand the usage of each syntax whichever has been changed in the latest version. Re-emerged syntax here given are...
An Introduction to Custom Attributes and Reflection in VB.NET is a tutorial which gives you some explanation about creating custom attributes using VB.NET. Custom attributes helps you to mention the information about a class, method, parameter...
You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge. You may link to this code from another website, but only if it is not...
This is an easy to understand tutorial which gives you some tips for design and implementation of a class framework in VB.NET, and using resulting objects in ASP.NET pages. This tutorial also shows how to access the data from the database in...
Protect your source code in four ways: encrypt it, obfuscate it, time limit, and IP limit. Protected scripts do not require any changes to the default server or PHP installation and will run on any hosting account.
Use this code in your module to prevent people using the "from foo import *" syntax with your module.
I originally posted this code in Recipe 577132 and this is a repost of that recipe with corrections since there was an error in the original recipe. Added here is an error analysis to show the effectiveness of the Laplace inversion method for...
A context manager and decorator that wrap common exception trapping and handling code so they may be applied with just a single line of code in the client. |