Update the dotnet CLI on OSX
Microsoft has recently released new versions of .NET Core, ASP.NET Core and the development tools. If you were playing around with earlier builds of the dotnet CLI and you want (it is not really a question of whether you

Microsoft has recently released new versions of .NET Core, ASP.NET Core and the development tools. If you were playing around with earlier builds of the dotnet CLI and you want (it is not really a question of whether you
I was recently forced to transfer a .DE domain to another registrar. No big deal, right? Just get the authorization code and transfer the domain. Unfortunately most of the major (probably non-German?) domain registrars (
As most people I have a whole bunch of data stored on <insert your preferred cloud storage provider here> and naturally some of these files contain sensitive data. I am not paranoid and I am definitely not the kind
Am 20.11. haben wir Steffen Forkmann mit einem Workshop zum Thema “Machine Learning” in Wuppertal zu Gast. „Maschinelles Lernen“ ist die Kunst Programme zu schreiben die Wissen aus Erfahrung generieren können.Das heißt
Wenn die NRW Conf am 12.09. zum x-ten Male ihre Pforten öffnet werde ich mit einer Session zum Thema “ASP.NET vNext” von der Partie sein. Mit ASP.NET vNext steht seit einigen Monaten eine Vorschau dessen zur Verfügung,
If you want to observe a variable this can be done easily by using the $watch function. $scope.$watch('foo', function(value) { // will be triggered when $scope.foo will be changed }); In order to observe mult
Though there are solutions to configure predefined Pull Request reviewers for a project in Stash, this might become handy for people without the permissions to configure such a thing. // ==UserScript== // @name Set
I’m working on an AngularJS-driven Single Page Application for a couple of months now and have to admit that it’s a framework I really enjoy working with. That does not happen very often ;) Imagine you want to repeat a
In the ASP.NET ecosystem I often make use of the IIS pickup directory.aspx). It’s easy, it’s free. Period. When installing Ghost you will always get bothered by a message on the login screen saying something like mimimi.
I am currently working on a Single Page Application and use Grunt for build and task automation. Since new dependencies are added from time to time (either through npm or bower), we also have to make sure that these are
When developing web applications with Visual Studio 2013 I found it very annoying that the IIS Express gets killed as soon debugging is stopped. The reason for this seems to be Edit and Continue, which is enabled by defa
Running Ghost on IIS is fairly simple. First of all you have to make sure that Node.js and iisnode are installed on your machine. Follow the installation instructions in Ghost’s README.md and verify that the application
Nach einer etwas längeren Pause werden wir am 23. September Gael Fraiteur bei der netug-niederrhein zu Gast haben. Sein Thema ist “Multithreading Design Patterns” und folgendes steht für den Abend auf der Agenda: Back i
… jedenfalls das eines Web-Entwicklers ;) Wer sich mit der Entwicklung von Webapplikationen herumschlägt, sollte unbedingt JSter kennen.
Am Donnerstag, dem 05.07. haben wir Constantin Klein aka Kostja in Wuppertal zu Gast. Beginn ist um 18:30 Uhr in den Räumlichkeiten der netzkern AG. Mit dem Release des SQL Server 2012 steht nun die nächste Major Versio
Ich habe in den letzten Tagen erstmals das “Bundling & Minification“-Feature in einem Projekt verwendet und bin bis dato eigentlich auch sehr zufrieden damit. Etwas unpraktisch finde ich allerdings die Tatsache, dass
Die Tage wollte ich eine neue Datenbank in meinem lokalen SQL Server anlegen. Eigentlich keine wilde Sache: Management Studio auf, Verbindung mittels Windows Authentication herstellen, Datenbank anglegen, ggfs. Rechte ve
Standardmäßig beschränkt der IIS die maximale Dateigröße für *.config-Dateien auf 250KB. Wird dieses Limit überschritten, erscheint die abgebildete Fehlermeldung. In einem aktuellen Projekt sollten viele (sehr viele!) a
Das OWASP hat 2010 eine Liste mit den Top 10 Sicherheitslücken von Webseiten/Webapplikationen veröffentlicht (eine neuere Version existiert bis dato nicht): Injection Cross-Site Scripting (XSS) Broken Authentication and
Am 12.04. bekommen wir Besuch von PostSharp MVP Johannes Hoppe. Beginn ist um 18:30 in den Räumlichkeiten der AUTOonline GmbH Informationssysteme (Karte). Als Entwickler sind wir täglich bemüht hochwertigen und sauberen
Seit einiger Zeit verlinkt Google in den SERPs auf die Google+-Profile von Autoren. Dies geschieht aber keinesfalls willkürlich, sondern lässt sich mit wenigen Schritten auch für die eigene Seite bewerkstelligen. Möchte
public class UserService { public User GetUserById(Guid id) { var cacheKey = string.Concat( "UserService.GetUserById.", id, &qu
Wer gerne ein bisschen mit Microsoft-fremden Technologien (z.B. Ruby on Rails, Python, Perl oder Node.js) spielen möchte, die vertraute Umgebung rund um den IIS aber nicht verlassen möchte, sollte unbedingt einen Blick a
Vor ein paar Tagen habe ich hier über die neuen Möglichkeiten zur Zusammenfassung und Minifizierung von JavaScript- und CSS-Dateien mittels der neuen System.Web.Optimization-Bundles.aspx) geschrieben. Grundsätzlich eine
Momentan sind weder die offizielle NuGet-Seite, noch der Package-Feed erreichbar. Wer auf keinen privaten oder lokalen Feed zurückgreifen kann, wird also warten müssen bis die Dienste wieder verfügbar sind. Oder etwa do
Ich möchte im folgenden NICHT über die Gründe schreiben, warum es sinnvoll ist Scripts oder Stylesheets zusammenzufassen. Macht es einfach! ;) Mit der Beta von ASP.NET MVC 4 (funktioniert bestimmt auch mit WebForms, aber
Durch die verschiedenen DataAnnotation-Attribute ist die Lokalisierung bzw. Anzeige einer benutzerfreundlichen Beschriftung von Properties in ASP.NET-Anwendungen so einfach wie nie zuvor. Model: public class FooViewModel
Heute Vormittag hat Microsoft im Rahmen der TechDays in Belgien die Beta-Version von ASP.NET MVC 4 veröffentlicht. Allem Anschein nach beinhaltet diese Version eine Go-Live-Lizenz, sodass sie auch problemlos in Produktiv
Am 22.02. wird Christoph Tohermes uns mit einem Vortrag zum Thema “PowerShell für Entwickler” in Wuppertal besuchen. Neben der interaktiven Shell geht es vor allem darum, wie man sich bereits mit einfachen Scripts die t