vbnotebook

Stories submitted by vbnotebook

VB.NET Interview Questions #5(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 7 months ago

Installment #5 of my VB.NET interview questions series. Includes True/False and open ended VB.NET questions plus tough general interview questions. read more...

add a comment |category: |Views: 15

tags: another

How To Create a Blog Badge in VB.NET(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 7 months ago

Here’s a simple code example class that you can use to create 80×15 pixel blog badges. You could even add this class to your own ASP.NET web site and, with a little fleshing out, make your own badge generator. read more...

add a comment |category: |Views: 18

tags: another

VB.NET Interview Questions #4(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 7 months ago

#4 in an ongoing series of interview questions for VB.NET. Although VB.NET oriented, many will work for any programmer interview. read more...

add a comment |category: |Views: 5

tags: another

How To Create Application Plug-ins In VB.NET(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 7 months ago

This article walks you through the steps to create application plug-ins using Reflection in VB.NET read more...

add a comment |category: |Views: 34

tags: another

Sacred Cows Make Great Steaks(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 7 months ago

Do you feel like you are in a creative rut either as an individual or a team? How many sacred cows does your organization have? I started thinking about this after reading the US Navy Monkey Experiment article. Often in software development teams, and individual programmers as well, invent sacred cows. These ‘cows’ eventually get to the point where the organization becomes unable and unwilling to adapt to change. read more...

add a comment |category: |Views: 1

tags: another

VB.NET Interview Questions #3(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 7 months ago

The 3rd in a series of articles on VB.NET job interview questions. read more...

add a comment |category: |Views: 15

tags: another

Rolling Your Own Generic Functions(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 7 months ago

You probably know that Generics, introduced to VB.NET in the .NET Framework 2.0, provide type safe Lists, Dictionaries, Stacks, Queues and other objects. But, did you know that you can use the same technique to build your own type safe functions? In this article, we’ll look at some of the basics of doing this. read more...

add a comment |category: |Views: 13

tags: another

How To Compare Files in VB.NET(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 7 months ago

This VB.NET code example looks at a way of comparing files and capturing the differences between them. read more...

add a comment |category: |Views: 198

tags: another

3 Handy Icon Functions You Can Use(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 7 months ago

The System.Drawing.Icon class provides several ways for you to work with icons. In this article we’ll look at using its functions to get the icon for a file, creating an icon from a bitmap file, and converting a bitmap to an icon. read more...

add a comment |category: |Views: 1

tags: another

Introduction To FileSystemWatcher(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 7 months ago

This article looks at the basics of using the FileSystemWatcher class to monitor file activity in VB.NET. read more...

add a comment |category: |Views: 9

tags: another

VB.NET Interview Questions #2(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 7 months ago

Sample Interview questions for VB.NET and general software development jobs. #2 in a series. read more...

add a comment |category: |Views: 16

tags: another

How To Pass Data Between Forms in VB.NET(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 7 months ago

Explains how to overload the New, Show or ShowDialog methods of forms in order to pass data. read more...

add a comment |category: |Views: 233

tags: another

Introduction to Nullable Types in VB.NET(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 7 months ago

An introduction to using Nullable Types in VB.NET, focusing mainly on date types. read more...

add a comment |category: |Views: 107

tags: another

3 Handy VB.NET File Functions You Can Use(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 8 months ago

Three VB.NET function examples/wrappers: Getting the File Attributes, Reading an INI File and Touching the date/time of a file read more...

add a comment |category: |Views: 5

tags: another

VB.NET Interview Questions #1(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 8 months ago

A short while ago I wrote an article on conducting a VB.NET job interview but I didn’t include any actual interview questions. However, some people have mentioned they would like to see questions rather than just guidelines so here they are. read more...

add a comment |category: |Views: 12

tags: another

How To Do Credit Card Validation in VB.NET(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 8 months ago

This VB.NET code example shows how to build a simple credit card validation class that indicates if a credit card is valid and what type of card it is. read more...

1 comment |category: |Views: 402

tags: another