Re: Is it possiable



You can develop even with Notepad if you want to, and compile
assemblies from the command-line, but why make programming
more difficult for yourself ?

The programming ease which IDEs offer save you much time,
by enabling you to insert complicated built-in controls easily.

If you don't have the money to purchase Visual Studio 2003,
to program against ASP.NET 1.1, you can use the free Web Matrix :

http://asp.net/webmatrix/

You can still compile your assemblies from the command-line,
but you can insert all the built-in ASP.NET objects via drag-and-drop.



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Raghuram" <rvsraghu@xxxxxxxxx> wrote in message
news:eT0QD9wpFHA.2504@xxxxxxxxxxxxxxxxxxxxxxx
>I dont have any application development tool like Visual Studios .NET or any other tools.
>.. i have only IIS Server and 1.1 framework installed with these resources can write a
>sample aspx page and run it. . .
>
> Is it Possiable ??????
>
> If yes what are the other tools required ????
>
> if No, why is it not possiable to do that ????
>
> Basic idea behind is that without the Tools (VS IDE) i want to create a project. . .
> with only framework
>
>


.



Relevant Pages

  • Re: Is it possiable
    ... You want to create a web project, or web pages and assemblies? ... will compile yourVBsource.vb to your.dll, which the batch file places in the ... but why make programming ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: "We Never Use Assembly Language"
    ... especially about efficiency of programming with Assembly. ... in all those Assemblies in order to have it merged in the official ... Its pity that Linux cannot offer something like RosAsm. ...
    (alt.lang.asm)
  • Re: interpretive vs. compiled
    ... interpreter executing on a given processor might still execute your ... more complex applications than static programming languages. ... High level and advanced dynamic programming languages such as Common ... Without compile time checks you will probably find the errors ...
    (comp.programming)
  • Re: ///Wannabee Rants
    ... I am reading and reading, and it seems none of you are really able to explain to me why this typechecking is so important, and neither how it works. ... Plus the example Sevag showed was just a couple of lines. ... For the code I posted latly, all the partisipants, having some programming background, understood exactly. ... Now I understand why your compiler took several seconds to compile a 5 liner when tested over a year ago. ...
    (alt.lang.asm)
  • Re: writing drivers using C++
    ... No, both can be done at compile time, though the implementation ... as soon as you got a strict ABI. ... And at least on a programming language level something like an ...
    (comp.os.linux.development.system)