I know most of you have already read about this inspiring speech, even me too, the speech which really meant about our racing life. Recently one of my friend has forwarded this mail, and i realize, I believe it is crucial, and all of us have to read it. It’s really an inspiring for some of us,… Continue reading
Our Currency rupee gets a new symbol
It’s been my pride to announce about the approval of new international symbol for our indian currency. Till now our currency has been denoted as Rs or INR. and we can now onwards denote it using a new symbol, which is R in roman symbol. with double lines in the top curve. Sorry the drawing… Continue reading
Introduction to Service Oriented Architecture
A service-oriented architecture (SOA) is a flexible set of design principles used during the phases of systems development and integration. A deployed SOA-based architecture will provide a loosely-integrated suite of services that can be used within multiple business domains. To be more specific:, A service-oriented architecture is essentially a collection of services. These services communicate with each other. The communication… Continue reading
Extensions Methods in C#
Extensions Methods in C# ——————————- Extension method is new to C# 3.0 (.NET 3.5).Its allow you to add new method to the existing class. a. Extension method allows you to add new method to the existing class without modifying the code, recompiling or modifying the original code. b. Extension method are special kind of static… Continue reading
Stored Procedures and Return Statement
In a recent interview i was been asked whether stored procedures can have “return” keyword and what type of values it can return. I thought i will note this point here. Stored Procedures can return value. Only a single numeric value can be returned. Consider the following snippet. [code lang=”sql”] CREATE PROCEDURE dbo.GetCustomerMaxID () AS… Continue reading
IIS Developer Express or Same Old Cassini
I am trying out the features of newly released Microsoft Web Matrix and IIS Developer Express. I felt it’s cool to have something like this. I Tried both IIS 7.5 and IIS Developer Express simultaniously working on Windows 7. I tested it with IIS 5.1 and IIS Developer Express simultaniously working with Windows XP Sp3. Accidently… Continue reading