View Single Post
Old 03-03-2008, 07:48 AM   #3
patrik12
Newbie
 
Join Date: Mar 2008
Posts: 1
My Photos: ()
Re: Software Development

Hi Ben

In response to your first question regarding ASP.NET:
You know, some formats (txt, gif etc.) will be shown on the browser rather than downloading when we try. Below is the script which will help you to download any file.
Response.Clear();
Response.AddHeader(“Content-disposition”, “attachment; filename=”);
Response.WriteFile(“C:\”);
Response.End();
In response to your second question:

I have found an interesting site on Software Development.It can deal with all sorts of Software Development.Their application services span a wide range of technologies, platforms and operating systems including Development and Integration, Web Solutions and Application Management Outsourcing.It deals with
Microsoft Technologies:
.Net, C#, VB, VC++/MFC/ATL, COM+, MTS/COM/DCOM, Visual InterDev/ASP, XML, DOM
Java and related technologies:
JDK, J2EE, EJB/JSP, CORBA, RMI, WAP, WML, Websphere, XML, Weblogic, iPlanet
Databases:
Oracle, SQL Server, DB2, Informix, Sybase, MS Access, Borland Database Engine

Low level programming in C, C++

Palmtop/Handheld Computing using Palm OS, Windows CE platforms
Linux:
PHP/Perl, GNU C++, PostGreS, mySQL
ERP:
JD Edwards
Others:
Pro*C, Oracle/D-2K, ColdFusion
patrik12 is offline   Reply With Quote