News in the Category: VB.NET Subscribe to the rss of this category.

Total posts: 1750 | Sort by Views | Sort by Hits

VB.NET Image Filters

The Code Project Latest Articles, February 3, 2012
Views: 189 | Hits 5

A collection of 10 easy to use image filters in VB.NET...

DataSet to Excel File Conversion using ExcelLibrary

The Code Project Latest Articles, February 1, 2012
Views: 262 | Hits 18

Hi,another alternative is this Excel C# / VB.NET component that has limited free version that can be used in commercial applications and unlimited professional version.Here is an Excel VB.NET code how...

ASP.net Conditions in Markup Using Bound Data

The Code Project Latest Articles, January 13, 2012
Views: 233 | Hits 22

C# Version (VB.NET Version)Have you ever tried to use an if statement in combination with data binding? You can't do this (can't use an if statement in this type of code block):And you can't do this (...

DataSet to Excel File Conversion using ExcelLibrary

The Code Project Latest Articles, January 12, 2012
Views: 299 | Hits 33

ExcelLibrary implementation sample to convert DataSet to Excel file in VB.NET...

Debugging in Visual Studio 2011 Preview / WinRT Metro JavaScript With Live Watch Variables Pinned to the background

peterkellner.net, January 3, 2012
Views: 184 | Hits 20

Yes, this is JavaScript Im debugging in Visual Studio 2011 Pre Release.  Just like c# and vb!  A picture is worth hundreds of words, so, here is the picture (and of course the words will fol...

Beginner's Guide: How to Implement log4net in VB.NET Web Application

The Code Project Latest Articles, January 3, 2012
Views: 213 | Hits 28

Simple implementation guide for log4net in a VB.NET web application....

New VB XNA Sample - showing Xbox, Windows and Phone targetting

The Visual Basic Team, December 12, 2011
Views: 378 | Hits 5

For all those who have started venturing into developing windows phone applications, there are quite a few samples utilizing Silverlight, but the XNA content has been a little bit light.  &n...

VB Support for Microsoft Surface 2.0

The Visual Basic Team, November 22, 2011
Views: 268 | Hits 5

Touch screen are great and we’ve seen their use on phone and slates but sometimes these screens still just are not big enough.     For those who desire bigger touch screens, ...

Putting back functionality left out of VB Core - ( If you can't live without Mid when writing WP7 apps ;-) )

The Visual Basic Team, November 10, 2011
Views: 195 | Hits 6

For development of windows phone applications a new feature was added to the Visual Basic compiler known as VB Core. This is a reduced version of the runtime designed to allow development for a broade...

Halloween: VB Style!

The Visual Basic Team, October 31, 2011
Views: 254 | Hits 20

Imagine this. It’s Halloween. You’ve got a costume party to go to at 7 but there’s one small hiccup – you’ve got no costume. As a VB programmer you’re used to comin...

Introducing the Microsoft Roslyn CTP

C# Frequently Asked Questions, October 19, 2011
Views: 307 | Hits 32

By Kevin Pilch-Bisson As Soma mentioned earlier, today we’ve made a Community Technology Preview (CTP) available for download! The Roslyn project is a forward looking effort to make the wealth...

Introducing the Microsoft "Roslyn" CTP

The Visual Basic Team, October 19, 2011
Views: 245 | Hits 10

(Begin dramatic movie trailer music, slow PowerPoint slide show with cliché sound effects) October 2006 –VB Architect-emeritus Paul Vick responds via his blog to question by some co...

Announcement: Namespace Global

The Visual Basic Team, September 27, 2011
Views: 278 | Hits 13

There’s a new feature coming to VB, and already included in the Visual Studio 11 Developer Preview. The feature is called Namespace Global and it’ll make your life easier… if you p...

Visual Studio 11 Developer Preview: Visual Basic (VB) Call Hierarchy

The Visual Basic Team, September 20, 2011
Views: 246 | Hits 13

Default: CTRL + ALT + K Menu: View | Call Hierarchy Command: View.CallHierarchy; EditorContextMenus.CodeWindow.ViewCallHierarchy Versions: Visual Studio 11 Developer Preview Languages: VB   With ...

tile_static, tile_barrier, and tiled matrix multiplication with C++ AMP

The Moth, September 12, 2011
Views: 317 | Hits 3

We ended the previous post with a mechanical transformation of the C++ AMP matrix multiplication example to the tiled model and in the process introduced tiled_index and tiled_grid. This is part 2. t...

Scheduling thread tiles with C++ AMP

The Moth, September 11, 2011
Views: 323 | Hits 5

This post assumes you are totally comfortable with, what some of us call, the simple model of C++ AMP, i.e. you could write your own matrix multiplication. We are now ready to explore the tiled model,...

Matrix Multiplication with C++ AMP

The Moth, September 10, 2011
Views: 395 | Hits 9

As part of our API tour of C++ AMP, we looked recently at parallel_for_each. I ended that post by saying we would revisit parallel_for_each after introducing array and array_view. Now is the time, so ...

Dynamics CRM 2011 Developer Training Kit - Updated with VB Source

The Visual Basic Team, September 8, 2011
Views: 346 | Hits 6

An update to the training kit has been made providing Visual Basic developers with sample code for the development features of Dynamics CRM and help them build applications using Microsoft Dynamics CR...

Windows Phone, Surface, Touch and Kinect comes together in seamless computing demo

MSDN: Coding4Fun, September 5, 2011
Views: 254 | Hits 15

This is another "the future is coming sooner than we might think" (also known as a "Wow. that's just cool, I want that") story showing some amazing integration between the Windows Phone 7, Surface...

Updated Samples for WP7 Developers

The Visual Basic Team, August 27, 2011
Views: 310 | Hits 12

For those VB developers who are developing (or keen to start developing) for WIndows Phone 7.  The samples have been updated and as you'll notice virtually all of them are in both C# and VB. http...

Marshal variable length array of structs from C to VB.NET

The Code Project Latest Articles, July 24, 2011
Views: 376 | Hits 10

How to pass a variable length array of structs from C to VB.NET....

How to get data in and out of your Exel workbook by converting to and from JSON

EggHeadCafe.com New Articles, June 30, 2011
Views: 333 | Hits 21

Excel: How get data into and out of your Workbook by converting to and from JSON format. Includes downloadable examples and VBA classes.  read moreBy bruce mcpherson...

"Hello World" in C++ AMP

The Moth, June 27, 2011
Views: 155 | Hits 4

Some say that the equivalent of "hello world" code in the data parallel world is matrix multiplication :) Below is the before C++ AMP and after C++ AMP code. For more on what it all means,...

"Hello World" in C++ AMP

The Moth, June 27, 2011
Views: 436 | Hits 17

Some say that the equivalent of "hello world" code in the data parallel world is matrix multiplication :) Below is the before C++ AMP and after C++ AMP code. For more on what it all means,...

Kinnect SDK For PC - VB Samples available.

The Visual Basic Team, June 16, 2011
Views: 460 | Hits 24

Today, Microsoft announced the Kinnect SDK for PC    http://research.microsoft.com/en-us/um/redmond/projects/kinectsdk/download.aspx    VB Samples are there at launch and available...

No Netduino hardware? Go Virtual. The VirtualBreadboard has (some) Netduino support

MSDN: Coding4Fun, June 3, 2011
Views: 504 | Hits 18

Not having the Netduino hardware myself, I used to feel a little left out (of course I could just buy one, they are not expense, but that's besides the point . What I kept looking for was some kind of...

C# and VB.NET - Differing namespace conventions

JonGalloway.ToString(), June 2, 2011
Views: 382 | Hits 31

Recently, while reviewing the VB.NET translation of the MVC Music Store tutorial, I noticed that none of the controllers / models / classes in general have namespaces. I was going to blow up on the pe...

VB Support for the XNA platform

The Visual Basic Team, May 25, 2011
Views: 318 | Hits 18

  With the release of the Mango Toolset, Visual Basic support for XNA and Windows Phone has now been added. VB resources include VB XNA documentation and VB WP7 code samples and starter kits a...

Happy 20th Birthday Visual Basic!

The Visual Basic Team, May 20, 2011
Views: 424 | Hits 25

Twenty years ago, May 20th, 1991 at Windows World, in Atlanta, Microsoft founder Bill Gates demoed Visual Basic 1.0. Twenty years later, the 10th version of this latest in an unbroken line of Microsof...

devtoolcafe Interview: SpreadsheetGear founder & CEO, Joe Erickson

ASP.NET Announcements, May 16, 2011
Views: 323 | Hits 6

  JP: Hi Joe, Thanks for taking the time to talk with devtoolcafe this week.  When was SpreadsheetGear LLC founded? JE:  I started SpreadsheetGear in June of 2003 after 20 years working...

Interview: SpreadsheetGear founder & CEO, Joe Erickson

ASP.NET Announcements, May 14, 2011
Views: 481 | Hits 18

  JP: Hi Joe, Thanks for taking the time to talk with devtoolcafe this week.  When was SpreadsheetGear LLC founded? JE:  I started SpreadsheetGear in June of 2003 after 20 years working...

Avail 1 month free trail of our -Test Automation Framework (CI-TAF)

ASP.NET Announcements, May 4, 2011
Views: 321 | Hits 4

I am Ravi Client partner at CI Global Tech. we are a product development company engaging with ISV's in North America. We are having long term business relationship with leading ERP Company in North ...

Redis Tutorial Part II: Using Redis as a Pub/Sub Medium

The Code Project Latest Articles, May 2, 2011
Views: 460 | Hits 24

Create a simple redis pub/sub client pair in VB.NET...

The Temple of VB (Matt Gertz)

The Visual Basic Team, April 29, 2011
Views: 651 | Hits 38

Hi, all! It's been a while since I've posted to this blog, and a lot has happened in my world since then.  Though I've been pretty busy on our engineering systems team, I took a little time off l...

A concise description of the C# static modifier for former VB developers

EggHeadCafe.com New Articles, April 29, 2011
Views: 396 | Hits 32

Fields declared with the static keyword are referred to as static fields or static data., while the other fields like FirstName are called instance fields. So an instance field belongs to an object, a...

WebMatrix Series #1: How to configure Visual Basic Templates in WebMatrix

The Visual Basic Team, April 27, 2011
Views: 432 | Hits 8

Microsoft WebMatrix is an exciting new product that makes the creation of custom ASP.NET Web sites possible without all the complexity of the full Visual Studio environment. Another advantage of Micro...

NuGet 1.3 Released

youve been HAACKED, April 26, 2011
Views: 379 | Hits 25

In continuing our efforts to release early, release often, Im happy to announce the release of NuGet 1.3! Upgrade! If you go into Visual Studio and select Tools > Extension Manager, click on the U...

How to Transpose table in MS Access using VBA code

EggHeadCafe.com New Articles, April 22, 2011
Views: 462 | Hits 19

How to Transpose table in MS Access using VBA code  read moreBy Devil Scorpio...

Creating multi-series Bubble Charts in Excel

Tom Hollanders blog, March 28, 2011
Views: 187 | Hits 2

Bubble Charts are a great way to visualise data that has three numerical values for each point. Two of the values are plotted on the X and Y axis, while the other is represented via the diameter of th...

Creating multi-series Bubble Charts in Excel

Tom Hollanders blog, March 28, 2011
Views: 692 | Hits 24

Bubble Charts are a great way to visualise data that has three numerical values for each point. Two of the values are plotted on the X and Y axis, while the other is represented via the diameter of th...

Blog Series 2: Animation in Visual Basic: 1. How to create a winking eye, a bouncing ball, and an animated text

The Visual Basic Team, March 23, 2011
Views: 482 | Hits 35

A picture is worth ten thousand words. Whereas a moving picture is worth a hundred thousand words! Moving picture or an animation has more visual appeal. We can understand concepts better when explain...

Published Applications AKA _PublishedApplications

Fervent Coder, March 21, 2011
Views: 212 | Hits 3

Less maintenance. Less work to package during your automated builds. Too easy. Remember Our Old Friend _PublishedWebsites? Youve probably seen the _PublishedWebsites folder when building websi...

Published Applications AKA _PublishedApplications

Fervent Coder, March 21, 2011
Views: 182 | Hits 3

Less maintenance. Less work to package during your automated builds. Too easy. Remember Our Old Friend _PublishedWebsites? Youve probably seen the _PublishedWebsites folder when building websi...

Published Applications AKA _PublishedApplications

Fervent Coder, March 21, 2011
Views: 192 | Hits 2

Less maintenance. Less work to package during your automated builds. Too easy. Remember Our Old Friend _PublishedWebsites? Youve probably seen the _PublishedWebsites folder when building websi...

Published Applications AKA _PublishedApplications

Fervent Coder, March 21, 2011
Views: 419 | Hits 18

Less maintenance. Less work to package during your automated builds. Too easy. Remember Our Old Friend _PublishedWebsites? Youve probably seen the _PublishedWebsites folder when building websi...

Blog Series #1: Visual Basic Windows Phone 7 Series: How to create an accelerometer for Windows Phone 7

The Visual Basic Team, March 18, 2011
Views: 304 | Hits 6

Previously, I explained how to create a panorama and pivot effect for Windows Phone 7. In this blog post, I want to share a sample that will help you to create an accelerometer for Windows Phone 7. An...

Visual Basic Windows Phone 7 Series: How to create an application bar for Windows Phone 7

The Visual Basic Team, March 4, 2011
Views: 533 | Hits 24

In our last post, I explained how to create a custom tilt effect application for Windows Phone 7. In this blog post, I want to share a sample that will help you to create an application bar for Window...

DotNetNuke is switching to C#, uh oh

DotNetNuke Developer - DotNetNuke Core Team Member and Excellent Programmer, March 4, 2011
Views: 574 | Hits 54

If you didnt see Shauns blog post earlier this week you should give it a good read through . The post announced the fact that starting with Version 6.0 (targeted for Q2 2011) DotNetNuke will no longer...

how to implement a code profiler in VBA

EggHeadCafe.com New Articles, March 3, 2011
Views: 562 | Hits 14

how to implement a code profiler, and use it to look at how to identify (and bust some myths) on what is fast and what is slow in VBA with downloadable example code  read moreBy bruce mcpherson...

Visual Basic Windows Phone 7 Series: How to create a control tilt effect application for Windows Phone 7

The Visual Basic Team, March 2, 2011
Views: 428 | Hits 19

In our last post, I explained how to implement a model-view-viewmodel pattern in a Windows Phone application. In this blog post, I want to share a sample that will help you to create a control tilt ef...