Geeks With Blogs
Bruno Piovan blog
Recently I worked on a plug-in based system, and one of the approaches of this system was to allow each plug-in (dll) to have the capability to host web services. I had never heard about such task before, I made a search on the Web and didn’t find anything about that, so I decided to think and fortunately I came with a pretty good solution. The first ......

A friend of mine has asked me why should he use StringBuilder for string manipulation when handling lots of concatenations etc etc... Here you can see a simple code that is not using StringBuilder: Imports System.Diagnostics Imports System.Text Module Module1 Sub Main() Console.WriteLine("Starting... Dim sw As Stopwatch = Stopwatch.StartNew Dim s ......

Copyright © Bruno Piovan | Powered by: GeeksWithBlogs.net | Join free