Skip to main content

Posts

Showing posts from April, 2018

What is cloud computing?

Cloud computing is a big thing but understanding the concept is very simple.Before going to tell about cloud computing I would like to say one thing First of all, if your going to do some projects about web applications the main thing is you must need machine i.e laptop or system(Including hard disk, ram, processor) moreover you need to install software(including license) related to design web applications.This project is going to do by only one person is fine you can buy a laptop.But if you are going to do a project for the big client you must need 10 or 20 machines moreover have to install the os, software, license, and processor.Whether it's a permanent means ok you can buy or the machine will use for 1 month or 6 months you don't need to buy a machine.In this situation, cloud computing is coming to help you.Now you can get an idea little bit even though I will explain briefly What is cloud computing? cloud computing is paying for what you are using or rending the...

Internet of Things(IoT)

What is Internet? The internet is a telecommunicates network that uses wire or wireless connections, satellites to connect electrical devices to the World Wide Web. By connecting internet, we can share our information  What is Internet Of Things? There is a lot of noise at the moment about IoT. The main feature of IoT is transferring the information one device to another device so that devices can transfer the information and data itself. A bit of History: The term "Internet of Things" is coined by Kaven Ashton 1999. Early Example 1982 coke machine at Carnegie Mellon University was connected to the internet: report its inventory and temperature. According to report coming 2020, we will see 35billiions of an electronic device connected with IoT.  User case of IoT Automobile Banking Smart home & Smart city Medical Emergency Now we will see how IoT going to use these kinds of categories. Aether Energy Pvt Ltd developed a p...

What is.Net? How its using?

What is.NET? According to Microsoft, there is no full form and don't have any standard definition for this particular .net so what is the .net means simply speaking we can just say it's going to be software or a product that came from Microsoft which can be used for developing various kinds of applications.In another word, we can say its a framework that providing programming guidelines. What are applications? Basically, when we talk about applications is divided into various categories that are Desktop Applications Web Applications Mobile Applications like this, we can just go far dividing an application into different categorizations first.Unfortunately what is the problem with the older programming language is like c,c++ we have a drawback. Drawbacks in c,c++: The drawback is we cannot use the same languages for developing all the kinds of applications where we require to use for different language for each application we are going to devel...

What is NLog ?

Nlog   is .NET Library which enables to add some sophisticated traces code to your application and delivering the flow of diagnostic traces from   source to target What is source code?                                         The source code is the fundamental component of a computer program that is created by a programmer and sequence formate.                    We can control the flow of diagnostic traces from source to target type. Types of Target: Email Messages(.mail)  Text File(.txt) Event Log(.log) Database(.db) and etc These all are called as target type messages.Each trace messages augmented with some contextual information. What is Contextual information?                    Contextual information can include f...