Resources
Get Ready to Learn!!!
If you would like to learn about the processes I use in developing sites,
keep checking this section, because. You will be able to find my suggestions in the near future.
My main interest is the .NET platform from Microsoft. It is much more
cost effective to develop with this technology since it simplifies many tasks for websites.
Many have not adopted this as of yet because there is such a steep learning curve as
it requires understanding and use of object-oriented programming skills.
An ASP.NET application is defined as all of the files, pages, handlers, modules, and
executable code that can be invoked from a virtual directory and its subdirectories
on a Web application server. You can use all of the types of ASP.NET programming models
within any application you define: Web Forms, and Web Services. They simply must coexist
in a single virtual directory structure.
|