This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | public class ApiAreaRegistration : AreaRegistration | |
| { | |
| public override string AreaName | |
| { | |
| get { return "Api"; } | |
| } | |
| public override void RegisterArea(AreaRegistrationContext context) | |
| { | |
| const string url = "Api/Issues"; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System.Web.Mvc; | |
| /// <summary> | |
| /// URL Extension Class | |
| /// </summary> | |
| public static class Url | |
| { | |
| /// <summary> | |
| /// Returns a relative URL to Home. | |
| /// </summary> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Learn a variety of programming paradigms: | |
| Write a program in assembly language | |
| Write an application in a functional language | |
| Write an application in an object-oriented language | |
| Write an application in a prototype-based language | |
| Write an application in a logic programming language | |
| Write an application using the Actor model | |
| Write an application in Forth [C] | |
| Experience the ins and outs of programming for different platforms: | 
NewerOlder