TransUniv

Friday, January 23, 2015

How to execute C# programs in cmd

                  If you want to compile and run C# programs via cmd (Command Prompt) instead of using Visual Studio C# Express IDE then follow the following simple steps .




1. Find Microsoft.NET installation path.


        You might know the Microsoft.Net is the framework to make windows based applications with various programming languages. This .Net path is installed in your systems windows directory.

Wednesday, January 21, 2015

How to become an expert in MySQL

                MySQL is the fast, easy to use, open source RDBMS (Relational Database Management System) and it is the world's second most widely used SQL (Structured Query Language). MySQL is the best choice for database based web applications. The MySQL works well in all kind of Computer Architectures. Day by day it getting more popular in all type of database application development companiesm because of its simplicity, fast performance, easy to use and it is completely open source. So anyone can use. MySQL works well in all kind of applications even with the large data sets also. In PHP development the MySQL is more friendly. MySQL supports large databases. You can include up to 50 million rows or more in a table. The default file size limit is 4GB for tables but you can extend its capacity to 8 million TB (Tera Bytes) by its theoretical limit. Today we bring you the most essential books to become an expert in MySQL from beginner to master.

How to become an expert in MySQL