background preloader

Anujagrawal

Facebook Twitter

Anuj

Radio Cab Taxi Rental. Create and Consume WCF service using Visual Studio 2010 - K. G. Sreeju Nair. In this article I am going to demonstrate how to create a WCF service, that can be hosted inside IIS and a windows application that consume the WCF service.

Create and Consume WCF service using Visual Studio 2010 - K. G. Sreeju Nair

To support service oriented architecture, Microsoft developed the programming model named Windows Communication Foundation (WCF). ASMX was the prior version from Microsoft, was completely based on XML and .Net framework continues to support ASMX web services in future versions also. While ASMX web services was the first step towards the service oriented architecture, Microsoft has made a big step forward by introducing WCF. An overview of planning for WCF can be found from this link . The following are the important differences between WCF and ASMX from an asp.net developer point of view. Sanjeev Newar — sparks in my neurons transforming into language. Mujko Bhi Tarkeeb Shika Yaar Julahe. Chhip Chhip Ashru Bahaane Waalon. ASP.NET - .NET Interview Questions and Answers. 10 new HTML5 tags you need to know about. HTML5 offers new tags and attributes that provide more power, efficiency, and flexibility for your Web development.

10 new HTML5 tags you need to know about

Here are 10 tags you'll want to check out. HTML5 brings a host of new elements and attributes to allow developers to make their documents more easily understood by other systems (especially search engines!) , display data more uniquely, and take on some of the load that has required complex JavaScript or browser plug-ins like Flash and Silverlight to handle. Here are 10 new items in HTML5 that will make it easier for you to write your Web sites. 1: <video> and <audio> One of the biggest uses for Flash, Silverlight, and similar technologies is to get a multimedia item to play. 2: <input> type attributes. Past Events. Online File Sharing, Send large files, Managed File Transfer, FTP Replacement, with No Email Attachments. Sql Server Create and Alter Views.

ActiveTechPros. Five apps to help you pass Microsoft certification exams. Start / Stop Windows Service Remotely. Start, Stop and Restart Windows Service. This example shows how to start, stop and restart a windows service programmatically in C#.

Start, Stop and Restart Windows Service

Start service The following method tries to start a service specified by a service name. Then it waits until the service is running or a timeout occurs. public static void StartService(string serviceName, int timeoutMilliseconds) { ServiceController service = new ServiceController(serviceName); try { TimeSpan timeout = TimeSpan.FromMilliseconds(timeoutMilliseconds); service.Start(); service.WaitForStatus(ServiceControllerStatus.Running, timeout); } catch { } } Stop service The following method tries to stop the specified service and it waits until the service is stopped or a timeout occurs. public static void StopService(string serviceName, int timeoutMilliseconds) { ServiceController service = new ServiceController(serviceName); try { TimeSpan timeout = TimeSpan.FromMilliseconds(timeoutMilliseconds); service.Stop(); service.WaitForStatus(ServiceControllerStatus.Stopped, timeout); } catch { } }

An Introduction to C# Generics. Juval Lowy IDesign Updated January 2005 Summary: This article discusses the problem space generics address, how they are implemented, the benefits of the programming model, and unique innovations, such as constrains, generic methods and delegates, and generic inheritance.

An Introduction to C# Generics

In addition it discusses how the .NET Framework utilizes generics (45 pages) Using Delegates (C#) A delegate is a type that safely encapsulates a method, similar to a function pointer in C and C++.

Using Delegates (C#)

Unlike C function pointers, delegates are object-oriented, type safe, and secure. The type of a delegate is defined by the name of the delegate. The following example declares a delegate named Del that can encapsulate a method that takes a string as an argument and returns void: public delegate void Del(string message); Mysore Palace Virtual-Tour. Truth may hurt, but it alone helps. C# Keylogger. C# Skill Test, C# quiz, C# Online Tests, Online Assessments, Test your Skills. C# - Delegates 101 - A Practical Example. This article has completely been reviewed, thanks to many encouraging comments below.

C# - Delegates 101 - A Practical Example

Introduction Delegates play a major role in C# (e.g. .NET Sample Projects with Source Code. Palantir - Remote Desktop Manager. Introduction Palantir is an application that allows users to manage remote desktop connections in one window.

Palantir - Remote Desktop Manager

It also allows users to save existing connections for later use. Background The remote desktop connections are managed with Microsoft RDP Client control. This control has all of the properties such as Server, UserName, Domain, etc. in order to set up a remote desktop connection. Project Euler. Lesson10. By Joe Mayo created 02/10/01, updated 3/12/03, 2/22/08, 4/29/08, 9/19/08, 9/2/11 This lesson teaches C# Properties.

Lesson10

Our objectives are as follows: Understand What Properties Are For. Implement a Property. Create a Read-Only Property. Overview of Properties Properties provide the opportunity to protect a field in a class by reading and writing to it through the property. Another benefit of properties over fields is that you can change their internal implementation over time. Traditional Encapsulation Without Properties Languages that don't have properties will use methods (functions or procedures) for encapsulation. महाराणा प्रताप - भारतकोश, ज्ञान का हिन्दी महासागर. Biography of Swami Dayanand.

जब बोध होता हैं….. – Maharishi Dayanand. Property in India,Buy property,Buy property in India,Buy flats,Buy flats in India,Buy apartment,Buy studio apartment,Apartments in India,Flats in India-Shri group. Behavioral Repatterning. Extreme happiness through Vedas and Hinduism. This post is also available in Gujarati at In this article, we shall discuss proven techniques to obtain extreme happiness.

Extreme happiness through Vedas and Hinduism

The happiness we are referring to is not the petty enjoyments we try to seek from worldly toys. We are discussing the happiness of salvation or mukti or moksha. Lets learn Vedic Worship – True Hinduism. We shall continue from previous summary on Vedic God where we had briefly described benefits of worship of Ishwar as follows:

Lets learn Vedic Worship – True Hinduism

Textual Corruption in Vedas. Once upon a time, cyberspace used to be dominated by fanatics. They included not only hackers and terrorists associations but also witchdoctors and scientists specializing in superstitions. They all had only one mission – to subdue all voices that don’t sing chorus with their own call of divine. Mortal remains of their deeds can still be witnessed in internet archives. Stephen Hawking says there is no afterlife. A news splashed across the headlines a few days ago: Stephen Hawking: ‘There is no heaven; it’s a fairy story’. To most people this may appear as a final statement from ‘Science’ refuting the ‘Religion’.

After all Stephen Hawking is supposed to be the most scientific person living on earth today. Application for IndianOil Citibank Platinum Credit Card. Terms & Conditions apply. ^PAN declaration is mandatory for any banking product including Credit cards as per the Central Board of Direct Taxes (CBDT) guidelines. Pushp Ki Abhilasha.

Cloud computing. In common usage, the term "the cloud" is essentially a metaphor for the Internet.[1] Marketers have further popularized the phrase "in the cloud" to refer to software, platforms and infrastructure that are sold "as a service", i.e. remotely through the Internet. Typically, the seller has actual energy-consuming servers which host products and services from a remote location, so end-users don't have to; they can simply log on to the network without installing anything. The major models of cloud computing service are known as software as a service, platform as a service, and infrastructure as a service.

These cloud services may be offered in a public, private or hybrid network.[2] Google, Amazon, IBM, Oracle Cloud, Salesforce, Zoho and Microsoft Azure are some well-known cloud vendors.[3] Advantages[edit] The cloud also focuses on maximizing the effectiveness of the shared resources. Hosted (Host) services[edit] History[edit] The 1950s[edit] The 1960s–1990s[edit] The 1990s[edit] Cloud Service Models - SaaS PaaS IaaS - Which One is for You?

Last week I was analyzing Google Analytics data of Techno-Pulse and found a few search keywords related to Cloud Service Models. It seems readers are looking for useful information on service models which can help them make decisions. Though I’ve partially covered this topic in many posts, I’ll cover it here in a way that might help readers better understand and decide which cloud service model they should opt for. Cloud Service Models simply mean what type of services can be provided to customers. Cloud Deployment Models – Private, Community, Public, Hybrid with Examples. How are Cloud Computing Solutions deployed? Meeting Room Booking System. TS: Web Applications Development with Microsoft .NET Framework 4.