Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Sergi Papaseit
Sergi Papaseit has asked
61
questions and find answers to
63
problems.
Stats
2.3k
EtPoint
717
Vote count
61
questions
63
answers
About
Code for a living, code as a hobby.
Spreading .NET and Agile love around the world at CodeNamed.
Sergi Papaseit questions
Is it possible to reuse partial views on multiple projects in ASP.NET MVC?
Custom Initialization Strategy for EF Code First that doesn't drop tables to add a column
DRY-ing very similar specs for ASP.NET MVC controller action with MSpec (BDD guidelines)
Splitting List<T> based on comma separated property value using Linq
Custom DateTime model binder in ASP.NET Core 1 (RTM)
Getting rid of precompiler directives in C#
Using MSpec runner in Visual Studio 2010 and .NET 4
How does method inlining work for auto-properties in C#?
Aurelia - Switching between app roots with different route configurations
Running tasks in parallel in ASP.NET MVC 3 Action method
Sergi Papaseit answers
Adding a Parent's ID to hidden field
The object 'PK_AspNetUserTokens' is dependent on column 'Name'. ALTER TABLE ALTER COLUMN Name failed because one or more objects access this column
DRY-ing very similar specs for ASP.NET MVC controller action with MSpec (BDD guidelines)
Comparing two lists with MSpec
Mocking repository with Entity Framework
Using ReCaptcha with MVC3 and razor?
Entity Framework Code-First - Defining relationships with MembershipUser
Access an object properties without casting to a type
using jquery autocomplete difficulty
How to get StatusDescription of HttpStatusCodeResult by JavaScript