Monday, October 19, 2009
Sending email in asp.net 3.5
Saturday, October 17, 2009
Three major points in WCF
2) Contract --- Specifies the interface between client and the server. It’s a simple interface with some attribute.
3) Binding --- Specifies how the two parties will communicate in term of transport and encoding and protocols.
WCF
Windows Communication Foundation is Microsoft's unified programming model for building service-oriented applications with managed code. It extends the .NET Framework to enable developers to build secure and reliable transacted Web services that integrate across platforms and interoperate with existing investments. Windows Communication Foundation combines and extends the capabilities of existing Microsoft distributed systems technologies, including Enterprise Services, System.Messaging, Microsoft .NET Remoting, ASMX, and WSE to deliver a unified development experience across multiple axes, including distance (cross-process, cross-machine, cross-subnet, cross-intranet, cross-Internet), topologies (farms, fire-walled, content-routed, dynamic), hosts (ASP.NET, EXE, Windows Presentation Foundation, Windows Forms, NT Service, COM+), protocols (TCP, HTTP, cross-process, custom), and security models (SAML, Kerberos, X509, username/password, custom).
Friday, October 16, 2009
Timer on Windows Service in Visual Studio 2008
We do not use the timer System.Windows.Forms.Timer that is in the Toolbox during adding a timer to the Windows Service. This doesn’t work for Windows Services. We will have to use the System.Timers.Timer instead of System.Windows.Forms.Timer. And the event we will use Timer1_Elapsed instead of Timer1_Tick.
Monday, October 12, 2009
Developing iPhone Application From non-Mac Pc - Part-1
The popularity of iPhone is incressing so programmer’s are very much interested to write application for iPhone. To develop application for iPhone it’s must be needed to a Mac pc but Mac pc is so expensive so many programmer’s are not thinking more about it.This article is for those who are more interested to develop but havn’t Mac pc.
This article split in two section, In frist section we prepare the development environment for and in second section we develop “hello world” program.
Prepare Development Environment:
The Development environment is based on OSx86 project, therefore we use non-Apple pc. OSx86 is a collaborative "hacking" project to run the Mac OS X computer operating system on non-Apple personal computers with x86 architecture processors
There are many distribution is available Kalyway, iPc, iDeneb etc.we need any one from that. Here we use iDeneb 1.4.
1) Install iDeneb 1.4 :
iDeneb is a Mac OS X Leopard release modified by Layne and iHackintosh Team to run on non-Apple computers. This universal release can run on both Intel and AMD based machines.
2) Install iPhone Development SDK.With the SDK you get some tools like Xcode, Interface Builder, iPhone simulator, and many more
My First Architecture Development
Client recommend for service layer was web service or wcf. I have experience in earlier on web service but not wcf so i didn’t miss the chance to use wcf. Client also recommend LINQ or DTO on DB Layer.i proposed DTO .
This project was very much exciting for me for various purpose , first of all this my first architecture development in production and this is my first wcf application . From this project i have lerned many business logic as well as technical logic . I really enjoyed this project.