Monthly Archives: April 2015

Free .NET platform development tools

1. Visual Studio Community https://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx.    Visual Studio Community 2013 is a new edition that enables you to unleash the full power of Visual Studio to develop cross-platform solutions. Create apps in one unified IDE. Get Visual Studio extensions that … Continue reading

Posted in .Net, Community | Tagged , , , , , , , , , | Leave a comment

Ionic Framework for mobile development using Visual Studio 2013

This short article shows you how to get started using IONIC Framework for mobile development in Visual Studio 2013. Ionic can work with Visual Studio 2013 but you need to install Tools for Apache Cordova Visual for Studio 2013 – … Continue reading

Posted in .Net, Community | Tagged , , , , , | 1 Comment

Update data in MS SQL Server in Java

This short article shows you the simplest way to update data into MS SQL Server using Java. To get the connection object, you can refer to https://chanmingman.wordpress.com/2015/04/25/read-ms-sql-database-recordset-in-java/ and https://chanmingman.wordpress.com/2015/04/26/insert-data-to-ms-sql-server-in-java/. The method to update a row as follow. public static void … Continue reading

Posted in .Net, Community, Java | Tagged , , , | 1 Comment

Animated UpdateProgress in ASP.NET

This short article shows you how to do Animated UpdateProgress in ASP.NET. This is not new but many people still looking for it. It is because this is nice and simple. The simple html make up as below. <%@ Page … Continue reading

Posted in .Net, Community | Tagged , , , | Leave a comment

Insert data to MS SQL Server in Java

This short article shows you the simplest way to insert data into MS SQL Server using Java. To get the connection object, you can refer to https://chanmingman.wordpress.com/2015/04/25/read-ms-sql-database-recordset-in-java/. The method to insert a row as follow. public static void InsertProduct(Connection con) … Continue reading

Posted in .Net, Community, Java | Tagged , , , | 1 Comment

Read MS SQL database Resultset in Java

In the previous blog . You really the connection matter is not url. In this short article you will see Java connect to MS SQL through url and read the Resultset from MS SQL. The connection string still the key … Continue reading

Posted in .Net, Community, Java | Tagged , , | 3 Comments

Get started with Windows Azure in Visual Studio 2015

This short article will get you started with Windows Azure Application in Visual Studio 2015 in emulator mode. 1. In Visual Studio 2015 choose File -> New -> Project… 2. Choose Cloud under the Template then you will see Get … Continue reading

Posted in .Net, Community | Tagged , | Leave a comment

Read data from Microsoft SQL Server using Java

This short article shows you how to connect to MS SQL Server and read the record using Java. Download the sqljdbc from Microsoft http://www.microsoft.com/en-us/download/details.aspx?id=11774.   You will find a sample inside reading AdventureWorks database. The code to connect to MS … Continue reading

Posted in Community, Java | Tagged , , , , | Leave a comment

Failed to load the sqljdbc_auth.dll cause : no sqljdbc_auth in java.library.path

This short article shows you how to resolve the error “Failed to load the sqljdbc_auth.dll cause : no sqljdbc_auth in java.library.path” in Eclipse IDE. You might get this message when you use Microsoft sqljdbc. To resolve this error: 1. Right … Continue reading

Posted in Community, Java | Tagged , , | 2 Comments

Install Microsoft Press Guided Tours to get free ebook

1. Search MS Press in your Store App. 2. Click Install. 3. Then you can Click Download to get the ebook.  

Posted in Community | Tagged , , , , | Leave a comment