John Alfred's profileJohn Alfred's spaceBlogNetwork Tools Help

John Alfred's space

John Alfred Dafielmoto

Occupation
I’m John Alfred C. Dafielmoto. And I’m a ASP.NET/C# Web Developer, I spent most of my time facing the computer. Watching animes, exercising my asp.net/c# skills, researching new technologies in asp.net/c#, reading blogs and playing online games. I was a VB6 programmer before at iThink Technologies. And a freelance web developer in PHP/ASP(work level: modifying existing codes, not from scratch :P).I enjoy discovering new things in IT world. and making programming as a habit.

Thank you and have fun…
April 09

Online Project Management


Online Project Management is a simple management tool for Outsourcing business. This project helps you to manage agent work status reports, monitor project status, and assign task.

This project is powered by ASP.NET 2.0 and Subsonic 2.1 Thanks to the creators of subsonic..

Demo Site: http://oam.myitside.com

How to send email using ASP.NET 2.0

This is the new way of sending email using ASP.NET 2.0.
 
Using System.Net.Mail, you can now send emails in ASP.NET 2.0
 
Heres the sample code below in C# or
 
 

How to Use Scaffold in subsonic

Scaffolding is a meta-programming method of building database-backed software applications. It is a technique supported by some model-view-controller frameworks, in which the programmer may write a specification that describes how the application database may be used. –taken from wikipedia Scaffold(programming)

Scaffolding now is adopted in Visual Studio 2005. thanks to Rob Conery (creator of Subsonic).

Most of my projects now is in subsonic. It helps me a lot, it makes my life easy manipulating datas. :D
Thanks Rob for contributing your knowledge..

Heres a sample code in using scaffold in subsonic.
Download here