Sunday, July 08, 2007 #

Simple Prime Number Algorithm C#

Checks whether a given number is Prime and the next Prime number
Click
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Sunday, July 08, 2007 7:52 AM | Feedback (1)

Wednesday, May 30, 2007 #

Virtual Reality from Microsoft!


Surface is coming...check it out...it's a world with endless possibilities...http://www.microsoft.com/surface/
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, May 30, 2007 6:54 AM | Feedback (0)

Wednesday, May 02, 2007 #

New editor rocks

This new editor is cool, easy to use...thanks
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, May 02, 2007 7:50 PM | Feedback (0)

Thursday, April 12, 2007 #

WCF and SOA

Quickview to my thoughts: WCF and SOA

1. Client

User Interface Layer

ASP.NET web application/windows forms based application/WPF or WPF/e(XBAP). User interface validation is built into this tier and mapped to the specific client UI form, or optionally inside a validation business rules assembly shared with the application server tier.

2. Service Agent Layer

The Service Agent Layer is the proxy to Application Server components. Service Agent components manage the protocol and security details of the services, so the client logic is decoupled from the underlying WCF interfaces. The Service Agent interacts with the technical architecture where necessary for services like security and instrumentation.

3. Application Server

The overall responsibility of the Application Server Layer is to perform the business logic and data access operations on behalf of the client application.

a. WCF Service Layer

Service contract, message contract and data contract exposed to clients to interface with the Application Server Tier.

b. Business Logic Layer

The Business Logic layer contains the core business logic for a particular business function. Business Logic methods encapsulate all the necessary logic, calling data access methods. All business logic components implement service contract interfaces.

c. Data Access Layer

Data Access Layer (DAL) components encapsulate connectivity and persistence details of accessing a particular back-end data source from higher level components.

References: MSDN link to Web Service Factory. Tried the guidance package, it's useful.
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, April 12, 2007 1:20 PM | Feedback (0)

Monday, April 09, 2007 #

Windows Vista gadgets

See all Windows Vista gadgets at http://gallery.live.com/results.aspx?l=1&ti=2".
Some of them are really cool, my personal favorite is the one for ebay.
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, April 09, 2007 11:28 AM | Feedback (0)