What is the Windows Azure platform - A quick start for beginners?

Microsoft has announced a new cloud-based version of Windows called Azure. Windows Azure allows you to build, host and scale applications in Microsoft datacenters. They require no up-front expenses, no long term commitment, and enable you to pay only for the resources you use. Azure applications run on Microsoft's data centers instead of in-house servers. There is nothing new in hosting applications on the internet,...

What are the new features of .NET Framework 4.0?

 One more new Framework for Microsoft .NET namely .NET Framework 4.0. So, What's New in the .NET Framework 4? I think Microsoft has the answer. Here what they say, The .NET Framework is an integral Windows component that supports building and running the next generation of applications and Web services. The key components of the .NET Framework are the common language runtime (CLR) and the .NET Framework class library,...

What is the difference between WCF and Web Services?

Let me tell you the definition of two and then explain the main difference. Windows Communication Foundation(WCF):                  WCF stands for Windows Communication Foundation. WCF is a unified programming model for building service oriented application. WCF is the next generation of distributed applications and Web Services. It consist of a runtime and classes in System.ServiceModel namespace. Web Services:                 ...

Confirmation dialog box in Code Behind using C#( C-Sharp ) in ASP.NET

You can call a confirmation dialog box from code behind using c#. Copy follow the code in respective files. Copy this is HTML <p> <asp:Button id="btnSave" runat="server" Text="Save and Update 'RFFM'" OnClientClick="return UpdateRFFM();" /> </p> Copy this in C# code behind. using System; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using...

Hello, World! in C# 2010

You can learn to create classes in the C# language. Consider the following code example, which define a class: using System; public class Hello { public static void Main(string[] args) { System.Console.WriteLine("Hello, World!\n"); } } Output: Hello, World! The preceding class declaration provides a method Main() that will display the message "Hello, World!" on your scre...
 

About Me

It's Me!Hi, I'm Moinuddin. I'm a Software Engineer at WIPRO working on Microsoft .NET Technology. I'm interested in a wide range of technology topics, mainly Microsoft including Windows Azure, WCF, WPF, Silverlight and any other cool technology that catches the eye.

Site Info

ProjectCSharp.com is mainly about demonstrating real time examples in different technologies like ASP.NET, WCF, WPF, Silverlight, Azure etc..,

Followers

Help Links

Project CSharp (C#) Copyright © 2011. All Rights Reserved.