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 8545889
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T12:53:40+00:00 2026-06-11T12:53:40+00:00

EmberJS is great framework and very familiar to me with it’s concept. However all

  • 0

EmberJS is great framework and very familiar to me with it’s concept.
However all examples and starter kits are for Ruby (Rake, etc).

Did anybody work with Ember and .NET MVC in example?

UPDATE:

Here is how I found to have router w
part with AMD. It is very complicated even for simple example:

define(['ember'], function (Ember) {
return Ember.Router.extend({
    root:Ember.Route.extend({
        index:Ember.Route.extend({
            route:'/'
        }),
        contributors:Ember.Route.extend({
            route:'/contributors',
            connectOutlets:function (router) {
                var controller = router.get('applicationController');
                require(['app/controllers/contributors', 'app/views/contributors'],
                    function (contributorsController, contributorsView) {
                        controller.connectOutlet({
                            viewClass:contributorsView,
                            controller:contributorsController.create()
                        });
                    });
            }
        })
    })
});

});

I am now rethinking if AMD is good solution for Ember. Tom Dale mentioned alternative but didn’t provide example.

  • 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-11T12:53:42+00:00Added an answer on June 11, 2026 at 12:53 pm

    I’ve made this example, but it’s still missing a lot of things

    https://github.com/MilkyWayJoe/hello-ember-router

    Just note that I did this while I was trying to learn but haven’t touched in a while.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

From all the various examples of Ember.js, I have not been able to figure
I've just been looking at the index.html that comes with the EmberJS starter kit
I am playing around with rake pipeline to understand building emberjs apps. Getting it
In my emberjs + ruby on rails application I have a folder which I
I've been digging into EmberJS for one day :). I've followed several examples. Some
I'm referring to this example http://emberjs.com/examples/todos/ In the code they clear the list by
I'm playing with PhoneGap and emberjs (trying to build proof of concept mobile/HTML5 application
Does EmberJS support translated routes for internationalized apps? Or does it at least make
So I started using EmberJS today. // js/main.js require.config({ baseUrl:'js/', paths:{ ember: 'libs/emberjs/ember-0.9.8.1', text:
Native Array in Emberjs does not support deep copy? I saw it just returning

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.