Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Mark Rogers
Mark Rogers has asked
73
questions and find answers to
14
problems.
Stats
915
EtPoint
232
Vote count
73
questions
14
answers
About
Github user profile
Nuget profile
Npm profile
Mark Rogers questions
How do I configure NHibernate (or Fluent NHib) to add a table name prefix to all table names?
How do you check if a table exists with NHibernate(or Fluent)?
Is 'use strict' a must to use? [duplicate]
How to force account login for a single account user with Google's OAuth 2.0?
What's a good way to refactor a growing number of javascript/jquery functions?
How do you stub IQueryable<T>.Where(Func<T, bool>) with Rhino Mocks?
Is there a gitflow process for branching and bug fixes with a release branch?
In javascript, is accessing 'window.Math' slower or faster than accessing the 'Math' object without the 'window.'?
Is it ok to call specifications from an aggregate factory for validation, or does that validation call belong in a unit test (DDD)?
In domain-driven design, would it be a violation of DDD to put calls to other objects' repostiories in a domain object?
Mark Rogers answers
NHibernate Identity fields
Is it ok to call specifications from an aggregate factory for validation, or does that validation call belong in a unit test (DDD)?
how to test if a string DON'T match using protractor
Is it OK to call virtual properties from the constructor of a NHibernate entity?
How do you decide between using an Abstract Class and an Interface? [duplicate]
Team Foundation Server How to Edit file without checking it out
How to create composite UNIQUE constraint in FluentNHibernate?
Using RhinoMocks, how do you mock or stub a concrete class without an empty constructor?
How to configure fluent nHibernate with MySQL
Do AngularJS Controllers ever use more than one action/setup method?