Browse by Tags

Tutorial Windows Communication Foundation (WCF) - ServiceContract & OperationContract - Attributes
Published Mon, Jul 20 2009 14:07 | abu
ServiceContractAttribute Name and Namespace - The name and namespace are the optional attibutes. Default name is same as the contract type and namespace is http://tempuri.org . It is always recommondable to use Namespace to specify proper namespace which...
Filed under: , ,
"M" is "Oslo" Modeling Language Language > Tools - Query Analyzer or SQL Server Management Sudio for SQL and “Intellipad” for "M"
Published Sat, Jan 17 2009 13:12 | abu
The evolution of programming languages have been categorized as 1GL, 2GL, 3GL, 4GL....E.g. Machine Language -> Assembly Language -> C / Fortran -> SQL / Focus 4GL. The evolution of these languages are towards Low level language to High Level...
Filed under: , ,
Url Rewriting using WCF
Published Mon, Dec 22 2008 21:26 | abu
One of my interesting thing is "URL Rewriting". The first time I have implemented it through implementing HTTPHandler using .NET 1.1. Same concept I have applied to a Document Management Service [DMS] project to PUT the document and GET the...
Filed under: , , , ,
WAW!!! What a serie of blog posts for "Covariance and Contravariance" - C# Future...
Published Tue, Dec 16 2008 18:46 | abu
So nicely step by step blogged by Eric Lippert for "Covariance and Contravariance" as "Fabulous Adventures In Coding" Covariance and Contravariance, Part Eleven: To infinity, but not beyond Immutability in C# Part Three: A Covariant...
Filed under: ,
C# Dynamic - CSharp's new feature of the coming version 4.0
Published Mon, Dec 15 2008 17:50 | abu
Very good resources for the coming version... Sam Ng Dynamic in C# Part One Dynamic in C# Part Two Chris Burrows C# Dynamic Part I C# Dynamic Part II C# Dynamic Part III Eric Lippert The Future of C# Part One The Future of C# Part Two The Future of C#...
Filed under: , , , ,
"What NEXT?" - Visual Studio 2010 and with C# 4.0 and VB.NET 10.0 (Oslo)
Published Sat, Nov 29 2008 18:19 | abu
"What's Next?" - Everybody is interested to know about new and upcoming things. While I purchase new thing, I could not wait to use. Previously I was curious to know abour Whidbey, Orcas, WinFx ( Indigo, Avalon)... Next??? Now it is the...
Filed under: , ,
C# Language Evolution - Features of C# 4.0
Published Sat, Nov 29 2008 6:27 | abu
C# Language Enhancement C# 3,0 LINQ C# 3.0 and LINQ With Language Extention C# Dynamic Language Enhancement C# 4.0 can be found on the Downloads page. The CSharpDynamic samples include several projects showing how to use Dynamic with Office, IronPython...
Filed under: ,
WPF, WCF, WF - .NET 3.0 Guide and Self Learning Resources
Published Sun, Nov 23 2008 23:34 | abu
In my free time I like to see videos from Channel9, TechEd and PDC sessions. Guide and Self Learning Resources are avilable @ NetFxGuide http://www.netfxguide.com/guide/wcf.aspx http://www.netfxguide.com/guide/WPF.aspx http://www.netfxguide.com/guide...
Filed under: , , ,
WS-* specifications and WCF
Published Tue, Nov 11 2008 18:20 | abu
To create robust distributed service with WCF it is very essential to understand WS-* specifications. List of Web service specifications - http://en.wikipedia.org/wiki/List_of_Web_service_specifications In .NET this supports as Web Services Enhancements...
Filed under: , ,
ASP.NET Architecture - HTTP Handlers, HTTP Pipelines
Published Tue, Nov 4 2008 14:31 | abu
To be an Advanced ASP.NET developer this articles help to clear in depth, very low level understanding of ASP.NET Architecture. http://msdn.microsoft.com/en-us/magazine/cc188942.aspx
Filed under: ,
New .NET Logo
Published Mon, Oct 27 2008 18:58 | abu
This is new logo ... http://blogs.msdn.com/chkoenig/archive/2008/10/24/new-net-logos-announced-today.aspx
Filed under:
OSLO - Includes .NET Framework 4.0
Published Thu, May 22 2008 19:26 | abu
http://www.microsoft.com/presspass/press/2007/oct07/10-30OsloPR.mspx http://blogs.microsoft.co.il/blogs/adlaim/archive/2007/11/30/net-framework-4-0-quot-biztalk-soa-express-framework-quot.aspx http://blogs.microsoft.co.il/blogs/adlaim/archive/2008/01...
Filed under: ,
Guideline and Check List for .NET Coding
Published Thu, Apr 3 2008 18:30 | abu
• Design Guidelines for Class Library Developers Relationship to the Common Type System and the Common Language Specification Describes the role of the common type system and the Common Language Specification in class library development. • Naming Guidelines...
Filed under:
Quick Start - Using System.DirectoryServices
Published Tue, Mar 4 2008 14:53 | abu
I am new to this area. Will start working on Directory Services .... I have identified these two resuorces to start... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sds/sds/using_system_directoryservices.asp http://geekswithblogs.net...
Filed under: ,
Code Review - .NET Application
Published Mon, Feb 18 2008 18:22 | abu
Code Review: .NET Application Performance - To locate and review performance and scalability issues in your managed code applications: http://msdn2.microsoft.com/en-us/library/ms998574.aspx This is a very useful article for reviewing code built using...
Filed under:
Best Practices - Improving .NET Application Performance and Scalability.
Published Fri, Jan 4 2008 14:40 | abu
For few days I am thinking how to build Best Practices for a .NET application; I have lot of resources for this; so many presentations, sample application, articles; but finally I am myself totally agree that Patterns & Practices recommented by Microsoft...
Filed under:
Scott Hanselman: What Great .NET Developers Ought To Know (More .NET Interview Questions)
Published Wed, Oct 10 2007 18:03 | abu
So nice !!! This is great discussion... to get success in an Interview... http://www.hanselman.com/blog/WhatGreatNETDevelopersOughtToKnowMoreNETInterviewQuestions.aspx
Filed under: ,
Source Code for .NET framework
Published Thu, Oct 4 2007 18:47 | abu
I am very much interested to go through Source Code for .NET framework http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx I think you too!!!
Filed under:
Download now!!! .NET Framework 3.0 has been released!
Published Tue, Apr 10 2007 10:36 | abu
The .NET Framework 3.0 has officially been released! You can download the .NET Framework 3.0 components here: .NET Framework 3.0 Runtime Components Windows SDK for Vista and the .NET Framework 3.0 Visual Studio 2005 Extensions for .NET Framework 3.0 ...
Filed under:
XML .NET Web Service, SOAP
Published Fri, Jan 19 2007 7:09 | abu
I found these two links are very much useful for the foundation level atleast to paly with these... http://www.topxml.com/soapformatter/default.asp http://www.xmlme.com/XmlWebServices.aspx?tabindex=4&tabid=11
Filed under: ,
More Posts Next page »