Posts tagged with vb
-
21 September 2009 - All Syntax Highlighter 2.0 brushes collected, described and downloadable
Complete overview of all known available brushes for Alex Gorbatchev’s SyntaxHighlighter (aka Google’s Code Highlighter), including syntaxes / brushes found anywhere on the internet, added here for ease of use and direct downloading of each and every brush. Includes brushes-wishlist and is regularly updated — read article
-
17 September 2009 - Comparison Chart of Online Regular Expression Testers, overviews and reviews
Online regular expression testers, information, programs and tools can help a great deal in finding the right regex for a given task. Unfortunately it can be daunting to find the right one. How do you know whether a free online regexp tool is javascript, or what server side language or flavor was used? Perl-style regexes, or old-school sed/awk? This article summarizes all known online regex tools and their abilities and is updated regularly — read article
-
27 August 2009 - Overview of type suffixes in C# and VB.Net
Remembering type suffixes if your daily job is working with VB.NET or C#.NET is not easy. D can stand for
Decimalin VB and forDoublein C#. A C is not forCurrencybut forCharand M is not Million butDecimalin C#. Still with me? An overview of all these unintuitive type suffixes along with prefixes and plain text modifiers is provided here for convenience. In addition, an explanation of the secrets, lies and bugs these suffixes can introduce — read article
-
21 August 2009 - Tip: Force UTF8 or other encoding for XmlWriter with StringBuilder
When you use an XmlWriter or XmlTextWriter and the output target is StringBuilder or StringWriter then it is not possible to set the encoding to anything else then UTF-16. This tip explains why this is designed this way by Microsoft and offers you a way around this all-too restrictive behavior of the XmlWriter, to allow — read article
-
17 July 2009 - Tip: Solving error “Could not load type” in Visual Studio
If you change from ASP.NET Website to an ASP.NET Web Application, or if you add some external aspx, ascx or master pages, you can receive the Could not load type error. Before you start banging your head against the wall, read on for a simple solution: change attribute CodeBehind in CodeFile in the header of your asp.net file — read article












