Wednesday, June 22, 2022

VB.NET comparison

VB.NET

  1. Complete Comparison for VB.NET and C#
  2. This article explains about advantages, differences and new features of VB.NET and C#.

  3. Step by Step: Event handling in VB.NET
  4. Step by step guide to implement event handling in VB.NET.

  5. Cheat Sheet - Casting in VB.NET and C#
  6. Describes several casting and type related operations in VB.NET and C#.

  7. Secret Key Encryption Demo
  8. This application demonstrates how to perform secret encryption using VB.NET and the .NET Framework 3.0.

  9. Upgrading VB6 to VB.NET
  10. This article discusses various things to consider when upgrading a VB6 app to VB.NET.

  11. Encrypt/Decrypt Files in VB.NET (Using Rijndael)
  12. How to encrypt and decrypt files using Rijndael.

  13. gTrackBar - A Custom TrackBar UserControl (VB.NET)
  14. TrackBar with custom coloring, value display, label, and increment buttons.

  15. Adorners, Glyphs, Behavior, and ControlDesigner for WinForms Controls
  16. Interactive Design Time Control Overlays to make editing custom controls easier.

  17. Rich Design Time Editing with UITypeEditors (VB.NET)
  18. How to use UITypeEditors, Smart Tags, ControlDesigner Verbs, and Expandable Properties to make design-time editing easier.

  19. A Simple VB.NET Freehand Drawing method
  20. The code uses a System.Drawing.Drawing2D.GraphicsPath method to follow the users mouse movements. The path is then painted in the control.

  21. Add Custom Event to a Class in VB.NET
  22. Add Custom Event to a Class

  23. Eight Queens Problem using VB.NET
  24. Backtracking solution approach to solve the eight queens problems and get all unique solutions

  25. Using Structures in VB.NET
  26. Through this article, I wanted to introduce you to the structures in VB.NET. Also, I compared and contrasted Structures to Classes.

  27. VB.NET Knob Control
  28. A usable knob control.

  29. String Enumerations in VB.NET
  30. Fully compatible enumeration using strings in VB.NET.

  31. Basics of a Falling Blocks Game in VB.NET 2005
  32. A remake of the classic falling blocks game in a modern language

  33. Parsing Mathematical Expressions in VB.NET: Mission Possible
  34. This article introduces the implementation of an algorithm written in Visual Basic .NET that allows us to quickly and easily parse and evaluate the resulting value of various mathematical expressions

  35. Reading and Writing XML in C#/VB.Net
  36. Tips & Tricks on De/Serializing object graphs with XML

  37. VB.NET Knob Control using Windows Forms and GDI+
  38. User Drawn Control for .NET Winforms using GDI+

  39. GBVB - Converting VB.NET code to C#
  40. A tool and a method for VB.NET to C# source code conversion

  41. Drawing Round-Edged Rectangle Using VB.NET
  42. This code can be used to draw Round Edged Rectangles using VB.NET

  43. Drawing a Bar Chart
  44. This is an article about drawing a bar chart for a given set of values.

  45. Vertical Label Control in VB.NET
  46. Create a custom vertical label user control in VB.NET.

  47. Compile VB.NET code without Microsoft.VisualBasic.dll
  48. Compile VB.NET code without an implicit reference to Microsoft.VisualBasic.dll.

  49. Application settings in VB.NET 2.0 and Visual Studio 2005
  50. An article on using application settings in VB.NET 2.0 and Visual Studio 2005 to save the size and location of a form.

  51. Automate code-writing in VB.NET control's development
  52. Utility for automating code writing for VB.NET control's developers

  53. .Net Script Editor (C#,Vb.net Mini IDE)
  54. The source code / article published here is to provide features of MS Script control (Functions like AddObject) and some features of VSA/Visual Studio editor like intellisence, code completion etc

  55. VB.NET Calculating Linear Regression Slope and Intercept
  56. Mimic Excel Slope and Intercept functions for datasets

  57. A VB.NET Version of the Spider Solitaire Game
  58. In this article I will describe the approach I took in creating a VB.NET implementation of the Spider Solitaire Game.

  59. Windows Form Screenshot and Print Preview in VB.NET
  60. How to take a screenshot of a Windows form and then print it.

  61. Windows Form Screenshot and Print Preview in VB.NET
  62. How to take a screenshot of a Windows form and then print it.

  63. Console Line Editor in VB.NET 2.0
  64. Play with the new .NET 2.0's Console features, with this old time Line Editor.

  65. Line to Region
  66. This class gets an array of pointf() and returns the corresponding line region with custom width.

  67. Triangle List Generator for Sphere
  68. This article demonstrates a simple and fast method for generating a list of regular triangles that form a unit sphere surface

  69. Data Classification Using VB.NET and Genetic Algorithm
  70. A simple example of how to classify data using genetic algorithm and VB.Net

  71. Advantage of using Interface and Inheritance in VB.NET (OOP)
  72. This article will explain you tangible and functional example of using Interface with inheritance in VB.NET for Object Oriented Programming

  73. CSV to Excel XML Spreadsheet with VB.NET
  74. A simple program to create Excel XML spreadsheets from CSV files. Utility with source.

  75. Customisable WinForms Progressbar Control VB.NET
  76. A progress bar control you can customize

  77. Complete Sudoku Game for Windows using VB.NET 2013
  78. This article is a tutorial on how to code your own Sudoku game using VB.NET

  79. Using the VB.NET My Namespace in C# .NET 2.0
  80. In VB.NET 2.0, we have a new namespace, My, that exposes some nice classes. This article shows you how to access this namespace in C#

  81. Functions VS Subroutines and By Val Vs By Ref in VB.NET
  82. Functions VS Subroutines and By Val Vs by Ref in VB.NET

  83. DES and Triple DES Implementation in VB.NET
  84. A simple DES/Triple DES implementation in VB.NET that doesn't have instantiation overhead.

  85. A VB.NET class useful for color manipulation
  86. A VB.NET class for advanced colorimetric image processing and manipulation

  87. A VB.NET class useful for basic linear algebra
  88. Some vector and matrix manipulation routines.

  89. Windows Forms Controls: VB.NET Translucent Control using GDI+
  90. Build a standard Windows Forms translucent control using GDI+ & VB.NET

  91. A Polynomials Math Parser in VB.NET
  92. Polynomials Math Parser and Evaluator in VB.NET

  93. Complex Math Parser and Evaluator in VB.NET
  94. Reduces/evaluates a real/complex math expression

No comments:

Post a Comment