:: JQuery Tools ::
As nice as we know the JQuery Plugin her is a nice tool
which include :
Tabs
http://flowplayer.org/tools/demos/tabs/index.html
Tooltip
http://flowplayer.org/tools/demos/tooltip/index.html
Overlay
http://flowplayer.org/tools/demos/overlay/index.html
Expose
http://flowplayer.org/tools/demos/expose/index.html
and many other
have a nice programming !
:: Sorry for this pause ::
Sorry for not posting anything lately
but sure u wait for the new upcoming !
including :
JQuery
Windows Mobile Development
Asp.net
C#.net
Cheat Engine Hack Facebook Application
and more … soon
:: Md5 Encryption C#.net ::
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data.SqlClient;
/// <summary>
/// Summary description for db
/// </summary>
public class db
{
public static string connectionstring = @”Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Database.mdf;Integrated Security=True;User Instance=True”;
public db()
{
//
:: Imagine Cup Interoperability Award Winner ::
| Country/Region | Finalist Team Name |
| Jordan | ECRAM |
| Poland | fteams |
| Brazil | Proativa Team |
my Ecram Team had won in the Interoperability Award World Wide Competition on Microsofot Imagine Cup
Can’t Wait to go To Egypt
:: Building an N-Tier Application in .NET ::
Introduction :
a lot of people think that building a N-tier application is so diffucult
but to think about it , its alot easy and make sense
its just make partion of the project
Background
N-Tier is a Client-Server Architecture in which User interface (Presentation Layer), Business Rules(Business Logic Layer), Data Access(Data Layer) are separated in Layers, maintained and Developed Indipendently. The Applicatin will be broken into Tiers. Presentation Layer will be your Form or ASP.NEt page, Busines Layer will be the Classes that will Check if the Business Rules have not been Violeted, and the Data Access layer will Accept the Validated Data from the Business Logic layer and run the SQl commands on the Actual Database.

as you see in the figure below this is the Architecture of the N-Tier application
- Presentation Layer : contain all user interface and GUI , including ASp.net pages … etc
- Business Layer: contain all rules and class to manupliate the logaical of the application and communicate with the Data Access Layer
- Data Access Layer : here is where the Stored Procuder are , class that handle Data Base connection .
Have a Nice Day ^_^
-
Archives
- November 2009 (2)
- October 2009 (5)
- June 2009 (2)
- March 2009 (1)
- January 2009 (2)
- December 2008 (1)
- November 2008 (2)
- September 2008 (10)
- August 2008 (3)
- June 2008 (2)
- May 2008 (1)
- May 2007 (11)
-
Categories
-
RSS
Entries RSS
Comments RSS
