Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7720255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T03:37:31+00:00 2026-06-01T03:37:31+00:00

I usually C++ applications. The only web-application development I’ve done is writing Java Applets.

  • 0

I usually C++ applications. The only web-application development I’ve done is writing Java Applets. There it’s all pretty simple stuff. Just write the entire applet in Java, and embed it into an html page with the:

<applet></applet> or <object></object>

tag.

Now, I am trying to find my way to Silverlight. Now Visual Web-Developer Express or Visual Studio is awesome. It eases all problems, creating a new Silverlight project automatically generates an aspx website and does all the embedding & deployment.

However, I don’t want to depend on the IDE. Though I use IDEs quite often, what I hate is depending on it. So my questions are,

  • Is it possible to write a silverlight app with a simple programmer’s editor?

  • How do I embed my silverlight XAML code and C-Sharp compiled *.dlls in an HTML file?

  • Some basic tutorial or documentation for people like me who know absolutely nothing about Silverlight?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T03:37:32+00:00Added an answer on June 1, 2026 at 3:37 am

    How do I embed my silverlight XAML code and C-Sharp compiled *.dlls in an HTML file?

    You can add a silverlight app to a html file simply by using the <object> tag (here is an example taken from MSDN):

    <object width="300" height="300"
        data="data:application/x-silverlight-2," 
        type="application/x-silverlight-2" >
        <param name="source" value="SilverlightApplication1.xap"/>
    </object>
    

    Is it possible to write a silverlight app with a simple programmer’s editor?

    It is possible to write all of your code for a silverlight app using nothing but notepad, but because of the somewhat verbose nature of XAML, i think this would be a fairly tedious task. If anything, i would suggest you go in the other direction and use Expression Blend to craft your XAML and then Visual Studio for your C# needs – the two IDE’s work together very effectively and allow you to easily switch from one to the other with ease.

    Some basic tutorial or documentation for people like me who know absolutely nothing about Silverlight?

    If your looking for good tutorials, head over to the official silverlight site where you will find lots of tutorials, videos and hands on labs to help you through the learning process.

    Here are some other good resources:

    • There were lots of good presentations on Silverlight at MIX10
    • Channel9 in general has lots of good vids. This is their Silverlight section
    • A list of great Silverlight resources from SmashingApps
    • Tekpub do a free video course on Silverlight 4
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

During development, I usually test ASP.Net applications using the Web Development Server (sometimes called
In my .NET web applications I usually have a Scripts folder that contains all
I usually store my connectionstring in web.config or in the application settings of my
We use resx files to localize our web applications. We usually create local resx
When I develop applications for the web, I usually have the html for the
We have Flex applications that connect to our ASP.NET 3.5 Web Applications and usually
I'm providing a file download (usually CSV or PDF) in my JSF web application
I am developing a web application and during the development phases I am adding
I'm a .net developer by heart and usually write web applications. However I've been
I have a very simple ASP.NET web application created under Visual Studio 2008 (SP1),

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.