HTC M8: A mobile with 2 cameras | Can the dragon with two heads beat the dragon slayer this time? | HTC One (M8)
I am surprised how the news travels in the modern day!! If you are an active user of any of the social networks, you are sure to grab news that…
Ever wondered why we do not use numeric fields as primary key ?
Each one of us might be familiar that when we create a 'Department' table we surely create a column named 'DeptId' which will end up as our primary key column.…
Understanding HTML
Understanding HTML WWWc also known as the World Wide Web Consortium is responsible for defining the web standards. HTML is also and output of this standardization in the web world.…
Microsoft intermediate language in .NET | Understanding MSIL
It's always good to be clear with the basics before you take the dive into .NET field. MSIL also many times referred to as CIL(Common Intermediate Language) or just IL(Intermediate…
Rovio | A History of the Creators of Angry Birds – Rovio
History of Rovio & Angry Birds :: Rovio is a game and app developing platform that was founded in 2003. Rovio is an independent entertainment media company more well-known for…
Things that you did not know about Master pages in ASP.NET
Fer unknown facts about Master pages in One cannot cache a Master Page with the OutputCache directive. One cannot apply a theme to a Master Page. The content page…
LINQ | Advantages Of LINQ | Why .net Developers prefer LINQ
What is LINQ : LINQ stands for “Language Integrated Query” . LINQ is one of the components of Microsoft’s .NET Framework that provides technique for querying data that supports not…
Android Manifest File
What is Android Manifest File The Android manifest file can be called as central manager of whole Android Application. ADT provides an inbuilt editor which organizes the manifest file. Editor contains…
Know the files in Android Project Directory
Now you will have a new Android project with a given name by you in side panel called Eclipse File Explorer. In this section, we will be familiar with different…
Creating new Android Project in Eclipse
The most amazing thing about any IDE is that it provides all the required files when we create any project in any platform. The case is the same for Android…