๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Difference between Repository and Service Layer

๐Ÿ“‚ Categories: Programming

In OOP Design Patterns what is the difference between the Repository Pattern and a Service Layer I am working on an ASPNET MVC 3 app and am trying to

Thumbnail for Posts

Django - How to rename a model field using South

๐Ÿ“‚ Categories: Python

I would like to change a name of specific fields in a model class FoomodelsModel name modelsCharField rel modelsForeignKeyBar should change to class

Thumbnail for Posts

Does Java SE 8 have Pairs or Tuples

๐Ÿ“‚ Categories: Java

I am playing around with lazy functional operations in Java SE 8 and I want to map an index i to a pair tuple i valuei then filter based on the second valuei

Thumbnail for Posts

Dots in URL causes 404 with ASPNET mvc and IIS

๐Ÿ“‚ Categories: Programming

I have a project that requires my URLs have dots in the path For example I may have a URL such as wwwexamplecompeoplemichaelphelps URLs with the dot generate a

Thumbnail for Posts

Entity Framework rollback and remove bad migration

๐Ÿ“‚ Categories: C#

Im using EF 60 for my project in C with manual migrations and updates I have about 5 migrations on the database but I realised that the last migration was bad

Thumbnail for Posts

Error response from daemon No build stage in current context

๐Ÿ“‚ Categories: Docker
๐Ÿท๏ธ Tags: Kvm

I was trying to run a container with kvm using the code I found here httpsgithubcomjessfrazdockerfilestreemasterkvm I created a new directory cdd into it and

Thumbnail for Posts

Execute JavaScript code stored as a string

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Javascript

How do I execute some JavaScript that is a string function ExecuteJavascriptString var s alerthello how do I get a browser to

Thumbnail for Posts

Expected validator to return Promise or Observable

๐Ÿ“‚ Categories: Javascript

Im trying to do a custom validation on Angular 5 but Im facing the following error Expected validator to return Promise or Observable I just want to return an

Thumbnail for Posts

FuncT with out parameter

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: .Net Linq Generics Func

Can I pass a method with an out parameter as a Func public IListltFoogt FindForBarstring bar out int count somewhere else public IListltTgt FindFuncltstring