Well in J2EE programming, programmer can delegate these things to
Application Server, so I can write a whole Information System, without
knowing java.sql, javax.sql, java.transaction ... even exists!
in J2EE I don't write even one line of code for these concepts!
Amir
"Carl Prothman [MVP]" <> wrote in message
news:...
> "Amir Pashazadeh" <> wrote
> > I am working in J2EE arena for 2 years, but I don't know .NET!
> > Does .NET supports descripive transaction, security, persistence, ....?
> > or should the programmer code these concepts himself/herself?
> >
>
> Amir,
> If I'm understanding your question correctly, the .NET Framework
> contains Namespace / Classes that will do these tasks for you.
>
> e.g.
> System.Data.SqlClient.SqlTransaction
> System.Security
> System.IO
>
> For more info, see
> http://msdn.microsoft.com/library/en...pref_start.asp
>
> --
>
> Thanks,
> Carl Prothman
> Microsoft ASP.NET MVP
> http://www.able-consulting.com
>
>