Skip to main content

Posts

Showing posts from March, 2018

How to Draw Home Design in C#

Source:  How to Draw Home Design in C# In this post I am going to put the code about how to design home architecture in C#. Using C#, you can do anything with simple codebase. Suppose you are an architecture or civil engineer and you need a software where you can put the size of each bedroom, drawing room, toilet, store room, kitchen, balcony, exit gate &  entrance gate details and you will get a full architecture of your home. I have built a simple architecture using C#. All fields are dynamic that can be change anytime. You can also print those architecture image. The image will look like this: I used a simple rectangle method to build these architecture.  Create a database in ms-access. Store all information like width and length of bedroom, drawing room, toilet, store room, kitchen, balcony, exit gate &  entrance gate. Get each room length and width and build a structure using C# Now draw some architecture:                      if (flat_type=="1BHK&qu
Source:  What is the best programming language to develop any software? This question is very hard to answer. Because there are plenty of programming languages these days. Can not pick or rely on single programming language. You need to learn more than one programming language. I am listing some details i.e. my personal thought. See below list: If you want to develop a blog, simple eCommerce, news or magazine type of website PHP (WordPress is best) If you want to develop a fully features eCommerce then PHP (Magento) is best. If you want to develop a secure & powerful website then ASP.Net, C# & Sql Server is best. If you want to develop an offline desktop software then C# or VB.Net is best. If you want to develop high end games then C++ is best. If you want to develop a software that run on every device then java is best. If you want to develop an android mobile application then android is best. If you want to develop a hybrid mobile application then cordova