Results 1 to 4 of 4

Thread: Explain Response file in C-Sharp

  1. #1
    Join Date
    Sep 2009
    Posts
    143

    Explain Response file in C-Sharp

    I am student learning C Sharp (C#). I am having this subject in my current semester. I am learning it on my own. I have to admit that C Sharp is the best programming language to generate applications for .NET framework. It is indeed very easy to understand and code. But I am not understanding What are C Sharp Response Files? I not getting its proper usage and explanation.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Explain Response file in C-Sharp

    C# supports Response File. This Response file consists of source code and compiler options lists to be compiled. In other words, to make the source code files and multiple compiler options display in one line C# makes use of the Response files. The commments for these response files begins with a hash ' # ' sign.

  3. #3
    Join Date
    May 2008
    Posts
    2,297

    Re: Explain Response file in C-Sharp

    C-Sharp is very helpul in developing .net applications. I used C-Sharp first time on my last project for .net and it was a real help for me. This is an exellent language for .net applications. Coming back to your question of response file in C-Sharp, they are very much helpful to the programmers if they intent to make use of the C-Sharp compiler which is csc.exe from the Windows command line. Thus there are used to help the programmer to type long command line options.

  4. #4
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Explain Response file in C-Sharp

    In C sharp Response files have .rsp extension. The contents of a response file are basically commands. If a developer wants to compile 11 files, then the developer can use a single command to do this action. The developer simply need to have this commands in a single file created by him. The default response file wich is called when you compile the code is csc.rsp.

Similar Threads

  1. Increase in response times due to Outlook.PST file
    By $Irish$ in forum Windows Software
    Replies: 6
    Last Post: 04-02-2012, 12:13 PM
  2. Sharp 007SH Hybrid An 3D Clamshell Android Phone by Sharp
    By jackalz in forum Web News & Trends
    Replies: 3
    Last Post: 22-05-2011, 07:28 AM
  3. Explain the Global.asa file and ASPError Object in ASP
    By Juan-Carlos in forum Software Development
    Replies: 5
    Last Post: 22-12-2009, 06:12 AM
  4. Explain STL
    By KAMAL60 in forum Software Development
    Replies: 3
    Last Post: 10-11-2009, 05:35 PM
  5. What is JAR file? Please explain
    By Athos in forum Software Development
    Replies: 4
    Last Post: 02-03-2009, 05:57 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,264,430.84777 seconds with 16 queries