Tel Map

Jahr: 2016

02.03.2016 | ASP .NET |

Entity Framework 7 Scaffold DbContext from Existing Database

In previous to 7 versions of the Entity Framework all Entity Framework related commands could be executed within Visual Studio. Now you have to use the new ASP .NET 5 dnx command instead. DbContext Model Migration from Entity Framework 6 In order… mehr

25.02.2016 | ASP .NET |

ASP .NET 5 with Entity Framework 7

Adding Entity Framework 7 Packages to ASP .NET Project Older versions of the Entity Framework need a full .NET runtime in order to work. If at some point you want to use the new .NET 5 Core e.g. to run your application… mehr

01.02.2016 | ASP .NET |

ASP .NET 5 Toolchain Setup with Visual Studio 2015

During the Visual Studio installation include ASP .NET and the Microsoft Web Developer Tools Create a new ASP .NET 5 project using Visual Studio File -> New -> Project From the templates select ASP .NET Web Application In the next step select one… mehr

25.01.2016 | Scala |

Set up Scala Environment

In order to develop in the functional programming language Scala, you need to set up the toolchain, including the JRE, the scala build tool and an IDE. In this short tutorial, I will show how to reach this goal. Install JDK As… mehr

Schlagwörter: , , ,
22.01.2016 | Allgemein |

Atlassian Bamboo Variable Extractor

Free Variable Extractor Tasks for Bamboo Automatic Deployment Package Version Number Assignment This plugin for the build tool Atlassian Bamboo provides 2 new types of tasks to extract variables from text or XML files. These extracted information can then be used later… mehr