Saturday 28 February 2015

ASP.NET and Visual Studio 2012 ...

Summary of the Introduced .NET Frameworks till today :-

2001----------------->.NET FRAMEWORK 1.0

2002----------------->.NET FRAMEWORK 1.1

2005----------------->.NET FRAMEWORK 2.0

2008----------------->.NET FRAMEWORK 3.5

2010----------------->.NET FRAMEWORK 4.0

2012----------------->.NET FRAMEWORK 4.5

                     
 
The Architecture of  .NET framework 4.0 -


                                             The Architecture of  .NET framework 4.5 -
     

CLR (Common Language Runtime) -
                                                                   It is use for the execution of the .NET code within .NET FRAMEWORK. It is responsible for memory allocation, memory thread for hardware resources. It performs each and every function which are application in demand.



CTS (Common Type System) -
                                                                   This is an entity in .NET Framework meeting type compatibility in .NET Language. For example a Boolean data type in VB.NET and datatype in C# is determined by CTS.



CLS (Common Language Specification) -

                                                                     CLS is a subset of CTS and it contains minimum specification which every language has to satisfy.              For example: Python is one language that is .NET complied language. That means it can work with .NET.

Friday 27 February 2015

Heath tip of the day ... Why not to over indulge in thinking ?

Don't over indulge in thinking. The mind is a highly deceptive tool and overuse makes it overly powerful over us. When thoughts start seeming real, and control ones life, beyond what is reasonable, it is perhaps time to consider whether perhaps one has overindulged in thinking.

Thursday 26 February 2015

ASP.NET Evolution in the Market ...

Till 2001 Microsoft is the king of the  software industry and most of the software’s are platform dependent only for its own operating system Microsoft Windows. But in the later years companies like Google, Ge-force, Apple and Amazon etc. give Microsoft a huge competition in acquiring the market position which force the Microsoft to change their Philosophy regarding their products and they do so for their survival.


.NET framework is completely a platform independent kind of web technology.


Before .NET

     VB        ---------------- >COMPILE ---------->creates .exe file which was
                                                                                      platform dependent.
 

AFTER .NET 
                    
                                                             
     VS                                      IL/MSIL                                next version of
C# .NET  ----->COMPILE------->.exe file  ------->INTERPRET      ARM, LINUX,
                                                                                               ANDROID
It performs on your code and change according to your platform                      
.NET FRAMEWORK

IL/MSIL:

Intermediate Language:

it is a set of instances that can run by a specific interpretation on a specific platform. It is primarily included to make the platform independent for certain languages to work.

It is very similar with Java and works as follows ;


Java---> Java code-->.class (Byte Code) ---> Interpret---> JRE, JVM (Plat. Inde)


VB.NET, C#---> .exe (Binary code) ---> Interpret--->.NET Framework



.Net framework 3.5 (2008)  and .NET framework 3.0


3.5 And 3.0 Framework was introduce when Windows VISTA was launched. Technology like LINQ, WINDOWS Communication Foundation, and Windows Workflow Foundation were introduce with windows VISTA.

In the upcoming posts you would come to know about .NET Framework 4.0 and 4.5 and I will also explain some of the common term like CLR, CLS, and CTS...

Health tip of the day ... How to treat skin blemishes, wrinkles,boils, pimples etc. ?

Apply grated potatoes as a poultice. This treats skin blemishes, wrinkles, boils, pimples, blackheads, whiteheads etc.

Wednesday 25 February 2015

Health tip of the day ... Side effects of wearing high heels.

High heels sure look great, But they are murder for your back. This however does not mean your steer clear of them. Wear them, but not when you know you will be walking around a lot.

Monday 23 February 2015

ASP.NET (Active Server Page)

First of all it is necessary to make clear that the Terminology ASP.NET is not a language it's a web technology. Today and in a coming  post I am going to tell u how ASP.NET evolve into the present sky touching flexibility.

.NET FRAMEWORK 2 (2005)




                Before .NET Framework
1990 -------------------------------------------------->1999     
                          VISUAL STUDIO      

Microsoft.NET framework is a collection of classes reusable code libraries that can be used to develop three kind of application
1.    Window Based                          / It is a traditional established
2.    Web Based                                / So For ASP.NET it is C# Collaboration
3.    Mobile based                                                   
                                                             
The framework was launched in 2001 and is available for free of cost for the end user. It was targeted to develop a framework which is platform independent and can run on any kind of device.

Health tip of the day ... Precautions at the time of wearing shoes.

Be certain that your shoes fit with room to shake your toes. Look inside your shoes before putting them on, in case there are any foreign objects hiding in there, such as gravel, that could cause sores or irritation. Wear clean well-fitting socks.

Sunday 22 February 2015

Health tip of the day ... How to make yourself peaceful and happy ?

When You feel the stress getting to you, take a moment. Get away, even it's just for a while, to be with yourself and your and your thoughts. Some people like to take a walk, meditate, lock themselves away in a beautiful bath, or go to temple/church. Find the peace and the silence.

Saturday 21 February 2015

Friday 20 February 2015

Health tip of the day ...

Take 1 teaspoon of tomato pulp, 1 pinch of turmeric powder, half teaspoon of lime juice and 1 teaspoon of gram flour (besan). Make a paste of the above ingredients and apply gently on the eye lids and the darkened areas and let it remain for half an hour. Remove gently with moist cotton pads after half an hour. repeat this for a week.

Thursday 19 February 2015

Introduction To JAVA

                 
 In this tutorial I will give you a brief introduction on Java. 
 Java is a computer language developed by SUN MICROSYSTEMS in early 90's and named as 'OAK' . It is a purely Object Oriented Programming language developed by James Gausling and Patrik. 

Major features of Java are -

 * Platform Independency
* robustness
* Distributed
* Secure
* Multi-threded
 * Portable and
 * Dynamic etc.

Java works on the paradigm "write once run anywhere" . It works on a framework called as JAVA RUNTIME ENVIRONMENT (JRE), it comes in different edition-
 
1) JAVA STANDARD EDITION(SE)
2)JAVA ENTERPRISE EDITION(EE)
3)JAVA MOBILE EDITION(ME)

                    JAVA STANDARD EDITION(SE) is used to develop client side applications,standard programs and applets which are not used by an enterprise.

                    JAVA ENTERPRISE EDITION(EE)  is used to develop server side applications and to handle projects related to enterprise and include frameworks like STRUTS,BEANS and others.

                    JAVA MICRO EDITION(ME) is used to develop applications for mobile devices such as cell phones,set up boxes and microwave etc.

Java is a free of cost distributed language which can be downloaded from oracle's website. Java works with the help of following methodology-

   JAVA PROGRAM---------->>>>Compile---------->>Class (Byte code)

           
                            (can be used in any environment).


Later on we will be using JDK for developing and compiling Java Programs.

Java Card: 

 A technology that allows small Java-based applications to be run securely on smart cards and similar small-memory devices.


JDK 
 
 JDK consists of a set of separate programs, each invoked from a command line, for developing and testing Java programs. It includes the JRE plus command-line development tools such as compilers and debuggers that are necessary or useful for developing applets and applications.
 
JRE


The
JRE provides the libraries, Java virtual machine, and other components necessary for you to run applets and applications written in the Java programming language.
JVM

 The Java virtual machine (JVM) is an abstract computing machine that has an instruction set and manipulates memory at run time. The Java  virtual machine is ported to different platforms to provide hardware- and operating system-independence.

Here is a sample program-
For the compilation of this program , Firstly write this code on notepad then open command prompt 
and then write...

import java.lang.*;
class HelloWorld 
{
public static void main(String[] args)
{
System.out.println("Hello World");
}
}


Health tip of the day ... How we distract ourselves from taking meals? Its side effects.

Dining while viewing TV can make you take in 40 percent more calories than usual, reports a new study. And texting, driving, or any other distracting activity during a meal can also result in your eating too much. Instead, make each meal something you put on a plate ad sit down to even if you're eating alone.

Wednesday 18 February 2015

Health tip of the day ... Proper use of Soaps.

Reduce the frequency of using soap to clean your face. Soap can remove the oil from the surface of  your skin. This would result in dry skin and can aggravate the acne boils. Instead just wash the face with plain cold water. Limit usage of soap on your face to twice or thrice a day. Regular application of Ayurvedic products like 'Kumkumadi Lepam', 'Chandanadi Thailam' etc on acne boils help in their subsidence. The skin will regain its lost luster over time. Also application of sandalwood paste is a good alternative.

Tuesday 17 February 2015

Health tip of the day ... How to maintain muscle mass ?

Doing 5 minutes each of push-ups, swings and squats (in 30 second interval) will help build and maintain muscle mass. The more muscle you have, the higher your metabolism will be, so you'll torch more calories as you go about your day.

Monday 16 February 2015

Health tip of the day ... How to achieve change in your figure by proper diet?

 You have to eat not just three times a day as the majority of people do but 6-7 times a day. If you are able to split into your daily nutrition ration in even small portions you would achieve even more significant changes in your figure. Eating according to regular intervals keeps constant insulin balance and leads to fat losses and muscle growth.

Sunday 15 February 2015

Saturday 14 February 2015

Architecture of Android

Androids Architecture is a layered mechanism by which individual components can run and perform actions based upon the users. The lowest layer is of the LINUX kernel which primarily interacts with hardware and the device drivers.
In the Linux Kernel we have libraries and android run-time that helps to work with different aspects.
for example, SQLite is a library to store data within the App we can have media library to interact with videos and picture.

The passing of data from one app to another is done through a concept called as Inter-process Communication (IPC).

Introduction to Android

Android is one of the Mobile based Operating systems that has changed the computing scenario by launching a customizable, user friendly and touch based Operating System. Though it was launched after I-Phone still it is the most dominant operating system within Mobiles and Tablets. The whole OS is based upon LINUX and was developed by a company called as ANDROID INCORPORATION. The company is ultimately acquired by Google because they wanted to enter into the Mobile Space Market.

Popular Posts

Recent Posts

Total Pageviews

Categories

Unordered List

Text Widget

Powered by Blogger.

Unordered List