How to generate Insert statement for MS SQL Server Database Table
This short article shows you how to generate Insert statement for the database table that you want to do an Insert in MS SQL Server. I write this article because there are questions asking about this...
View ArticleHow to check the Windows Services status using C#
This article will have just few lines of code to check on the status of Windows Services. In msdn forums people always ask how to check the status of Microsoft SQL Server service status. At first, you...
View ArticleFactory Design Pattern C#
This short article show you the code to implement the Factory Design Pattern in C#. This is actually the summarize version of this https://msdn.microsoft.com/en-us/library/ee817667.aspx. In the...
View ArticleImage file xxxlogo.png is a default image
This article is showing you how to avoid the error “Image file xxxlogo.png is a default image” when publishing the Windows App Store. The first thing you do to learn to create Windows App Store...
View ArticleHow to resize picture using Microsoft Paint
This short article is to show you how to resize picture using Microsoft Paint. There are 2 key points to use MS Paint. 1. It is free. 2. You have to know how to do this if you are developing Windows...
View ArticleHow to restore the unread mail folder if you deleted it accidentally
This short article showing you how to restore the unread mail folder if you accidentally deleted it. 1. Client the FOLDER tab. 2. Click New Search Folder. 3. Choose Unread mail then click OK. Note:...
View ArticleYou need a product key for Visual Studio 2013
The key reason is once you don’t connect to Internet and the below screen pop up then you will be dead. If you have a key, type in the key then you can continue to work.
View ArticleAdapter Design Pattern
This short article show you have to build the Adapter Pattern using C#. After gone through all the samples, The one in from http://www.dofactory.com/net/adapter-design-pattern and I feel is easier to...
View ArticleWindows 10 Start button – cool feature
This show article shows an interesting figure on Start button of Windows 10. When you click on the Start button of Windows 10. You will see the 4 arrows at the right top corner. Then the screen will...
View ArticleAbstract Factory Design Pattern
The short article showing how to build the Abstract factory pattern. The diagram and code is extracted from http://www.dofactory.com/net/abstract-factory-design-pattern. In the Factory Design...
View ArticleHow to get database schema from WordPress
This short article show you how to get the database structure or database scheme from WordPress. To get the WordPress database schema. 1. Install MySQL server, I am using MySQL 5.3. 2. Go to Microsoft...
View ArticleFree ebook for Windows 10 and Visual Studio 2015
This ebook is for .NET in 2015. Included are code snippets and step-by-step tutorials on handy new features and techniques. Download: http://www.telerik.com/campaigns/devcraft/developers-guide-dotnet
View ArticleFaçade Design Pattern
This article shows how to create a code using Façade Design Pattern in C#. As discussed in dofactory.com Façade is a single class that represents an entire subsystem. The article that is easier to...
View ArticleJava EE 6 running sample Pet Catalog
Last Friday I bought The Java EE 6 Tutorial: Basic Concepts (4th Edition) (Java Series)...
View ArticleMicrosoft OneNote is free
I have seen quite a number of people like to use OneNote. Microsoft OneNote comes with Office anyway. Probably Mac users can use it without getting Microsoft Office, have a try. Follow this link to...
View ArticleConvert PDF to Microsoft Word
Microsoft Word is able to convert the pdf file and open for reading. I am using Word 2013 so not sure whether the version earlier than 2013 can do that. In Microsoft Word choose File – Open then select...
View Articlejava was started by returned exit code=13 when starting eclipse
I believe some of you have hit the below error. “java was started by returned exit code=13” This could due to your eclipse version and java version. Especial when your eclipse is 32 bit and your jdk...
View ArticleRefection using Java
This short article show how Reflection works using Java. I am extract the source from http://examples.javacodegeeks.com/core-java/reflection/java-reflection-example/. First you need to import the...
View ArticleCould not load file or assembly ‘SAP.Connector, Version=2.0.0.0
I was doing fine in Visual Studio (VS 2013) with a piece of SAP integrated code. Somehow, when I deployed the web application to IIS 6. I got the following error. “Could not load file or assembly...
View ArticleObserver design pattern
This short article shows you have to build Observer design pattern in C#. After all the studies done on the web site. The one that easiest to understand is still from dofactory.com...
View Article