Windows Phone Developers

Wednesday, October 22, 2008

Creating DLLs (Dynamic Linked Libaries) using C#

There are three different types of output that can be generated out of a C# Console Assembly project

  • Windows Application
  • Console Application
  • Class Library

This can be specified in the General Application Settings of the Properties Window (Project à Properties [or] Right Click on the Project in Solution Explorer -- > Properties)


Visual Studio Project Settings


This can also be specified from command line-compiling as follows

csc /target:library /out:CSharpExample.DLL Program.cs ClsTea.cs


Digg Technorati Delicious StumbleUpon Reddit BlinkList Furl Mixx Facebook Google Bookmark Yahoo
ma.gnolia squidoo newsvine live netscape tailrank mister-wong blogmarks slashdot spurl StumbleUpon

1 comment:

  1. Thanks for this great post. your tips gave me confidence to build an application on my own. I learnt some useful things like
    # Windows Application
    # Console Application
    # Class Library
    from your blog.Really many thanks for sharing this info with us.

    http://godwinsblog.cdtech.in/2010/12/requested-page-cannot-be-accessed.html

    ReplyDelete