Personalized lock screen

Microsoft Windows 8 Personalized lock screen. from windows.microsoft.com

How to Convert Time in Different Time Zones C#

Time Zone In this article, we will discuss about how to convert time according to time zone. I am using TuneZoneInfo class to retrieve information about the current time zone and you can convert it to UTC (Coordinated Universal Time) or vice versa. And also you can use this class to retrieve information on any time zone defined on the local system. #region TimeZoneConverter Source        private void frmTimeZoneConverter_Load(object...

Windows 8 NEW FEATURES APP Development

Windows 8 Windows 8 has a new developer platform according to Microsoft Vice President Julie Larson-Green. The primary purpose of this article is to discuss the new features coming up in Windows 8. Especially I ll consider from the development side. Here is the list of new features coming up in Windows 8 which I found based on various sources in internet. Windows 8 Application Development features A New developing environment for...

Windows 8 NEW General FEATURES

Here is the list of new features coming up in Windows 8 which I found based on various sources in internet. General Features New Tile based start screen Touch keyboard Windows 8 App Store feature Apps can work together Metro style Picture password New Task Manager New easy restore USB 3.0 Support for fewer Restarts New Tile based start screen A Tile is a program shortcut which displayed in home screen of Windows 8. And it is a small,...

What is c# / What is C sharp

C sharp C# is a software design and programming language which enables object oriented concepts. It is invented around 1999 or 2000 by Anders Hejlsberg at Microsoft. C# is designed to work with Microsoft's .Net platform. It is very similar to java. But C# does not support multiple inheritance. It provides interfaces. Interfaces implemented by a class specify certain functions that the class is guaranteed to implement.  Interfaces avoid...

What are the Variables and Variable Types in C sharp

"Variables" are simply storage locations for data in program. Programmer is able to place data into variable and retrieve their contents. The interpretation of the data in a variable is controlled through "Types". The C# simple types consist of the Boolean, Integrals, Floating Point, Decimal and String. In integrals types includes sbyte, byte, short, int, uint, long, and char. In “Floating Point" refers to the float and double types The Boolean Type Boolean types are declared using the keyword, bool. They have two values: true or false.  ...

What is Enumeration or Enums

In this c sharp question, we will discuss about Enumerations. Enumeration or Enums store special values. They make programs simpler by providing an efficient way to define a set of constants which they may be assigned to a variable. If you use constants directly to do this, your C# program rapidly becomes complex and hard to change. Enumeration will provide you to keep these magic constants in a distinct type. This improves code clarity and alleviates maintenance issues. As an example if you define a variable which will represent a day of week...

Microsoft DreamSpark Offers Free Download Visual Studio 2008, Server 2003, SQL Server 2005

Microsoft DreamSpark Offers Free Download Visual Studio 2008, Server 2003, SQL Server 2005 and more to student What is DreamSpark. Microsoft DreamSpark is a world wide program that provides no-cost access to Microsoft designer and development tools for students, In order to support and advance their learning and skills through technical design, technology, maths, science and engineering activities. Every free Microsoft developer tools download...

.NET Mobile

.NET Mobile Mobile technology 1. Today, Cell phones(mobile phones) have becoming part of our life style. 2. Now Mobile devices can connect to the Internet, and execute web applications contents. 3. Different mobile devices support different programming languages. Some support WAP and WML, some support HTML or a limited version of HTML, and some support both or a different language. To support all types of mobile devices, developers must create one different application for each language. NET Mobile, Microsoft has introduced a new platform...