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 interface ISalaryCalc | |
| { | |
| decimal GetSalary(); | |
| } | |
| public class EngineerSalaryCalc | |
| :ISalaryCalc | |
| { | |
| public decimal GetSalary() | |
| { |
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 RouteConfig | |
| { | |
| public static void RegisterRoutes(RouteCollection routes) | |
| { | |
| routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); | |
| routes.MapRoute( | |
| "Sub", // Route name | |
| "{controller}/{action}/{id}", // URL with parameters | |
| new { controller = "SubdomainController", action = "AnyActionYouLike", id = UrlParameter.Optional }, |
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
| 3158 GOV.TR domain names | |
| http://ahmetalpbalkan.com/blog/gov-tr-alan-adlari-listesi/ | |
| ================================== | |
| 100yilyy.gov.tr | |
| 19mayis.gov.tr | |
| 28kontrollab.gov.tr | |
| 360sakarya.gov.tr | |
| 80yilrehabilitasyon.gov.tr | |
| 9fi.gov.tr |
NewerOlder