Quicksort using C#
This article will look at how quicksort works and the code in C#. Today you can sort an array without knowing what is behind the scene. For example, you can sort an array like the below. String[] words...
View ArticleBubble sort using C#
This short article is showing you how to write the simplest sort algorithm, Bubble sort, using C#. Let I mentioned in my Quicksort article. The sorting method is built in to C# collection today....
View Articleasync and await c#
This article is to build a sample common async and await block. It is a bit tricky and need to be careful when using async and await. I have copy and paste...
View ArticleHow to generate the connection string for MS SQL Server
This short article is showing how to use the workaround to generate the connection string for MS SQL Server. First you follow the link to create an ADO.NET Entity Model or you can call it Entity...
View ArticleHow to delete node in XML using XElement C#
This article is showing you how to delete a node using XElement. This article is extended from the Write XML Tree to XML file (LINQ to XML) with sub child...
View ArticleLoop / Interate ASP.NET GridView
After written the blog Loop / iterate through ListView items – ASP.NET (Code sample and Video) (https://chanmingman.wordpress.com/2011/02/12/loop-iterate-through-listview-items-asp-net-code-and-video/)...
View Articlecould not open the structured document storage – resharper
If somehow your computer crash halfway then you will get the error “could not open the structured document storage…” when you are reinstalling it. Go to your temp directory for example,...
View ArticleFree eBook SQL Server Source Control Basics
For efficient team-based database development, and reliable and repeatable database deployments, going without source control isn’t really optional any more. Quite apart from making it easier to work...
View ArticleFailure configuring Windows updates. Reverting changes. Do not turn off your...
If you get the error message “Failure configuring Windows updates. Reverting changes. Do not turn off your computer” Go to Windows Service and make sure Windows Management Instrumentation is Started.
View ArticleCannot see Mysql in data source after install MySQL Connector
This article is to give just one aspect of this problem. You will get frustrated when you cannot see MySQL appears in the Data Source list when creating the Entity Model after installing the MySQL...
View ArticleMigrate MS SQL Server database to MySQL Server
This article is to migrate database from MS SQL to MySQL database. MS SQL Server is good but not all the organization can afford MS SQL Server. The biggest tip is you need to create ODBC System DSN to...
View ArticleHow to generate C# class from xml using xsd
I have seen many posts in forum on how to create a C# class using XML. This article is to show how to generate a C# class from xml. Refer back to...
View ArticleAssembly generation failed ‘xxxxxxxxx’ does not have a strong name
This article is to show you how to solve the error “assembly generation failed does not have a strong name”. Sometime when you have plugin project like Dynamics CRM or SharePoint you might have the...
View ArticleCould not load file or assembly ‘System.Web.Extensions, Version=1.0.61025.0,...
This article is to resolve the error “Could not load file or assembly ‘System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35′ or one of its dependencies.” If you...
View ArticleCelcom broadband Connect button greyed
This article will not be for many people because only Malaysia is using Celcom. When you start your Celcom Broadband software the Connect Button is greyed out and cannot be clicked. One of the reasons...
View ArticleUnable to load DLL ‘librfc32.dll’
When you run your .NET project then you might run into an error “Unable to load DLL ‘librfc32.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)”. You are start to...
View ArticleHow to edit WPF Datagrid cell
This article will show you the way to change the cell in WPF Datagrid. I have been reading people asking how to change the cell in WPF Datagrid. A lot of article with a lot of theory somehow the code...
View ArticleGetting started with VBA
This article is get you started with VBA. After almost 20 years I have learned VBA, Microsoft never changed Macro to be able to use C# without using Visual Studio. Hence, many people stuck with VBA....
View ArticleEntity Framework issues with MySQL .NET Connector
Over all these years, started from 2009, the Entity Framework for MySQL is like forget about it kind of thing. Let me bring out 2 cases here. The first one, let’s look at what fields the table has....
View Article2014 in review
The WordPress.com stats helper monkeys prepared a 2014 annual report for this blog. Here’s an excerpt: The Louvre Museum has 8.5 million visitors per year. This blog was viewed about 230,000 times in...
View Article