Viewing profile — valeriob
valeriob
HN member- Joined
- Sat, Jul 04, 2015, 3:18 PM UTC
- HN karma
- 5
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About valeriob
No profile information was provided.
Recent public activity
-
comment
Comment #17399992
Yep you are right, i rounded too much, mvc is from 2009 : https://stackoverflow.com/questions/734892/asp-net-mvc-is-no... But the bulk of it started a bit later with the whole .net…
-
comment
Comment #17383068
That's unfortunate, since ms opensource journey started 10 years ago :D Java as a language stagnated 10 years compared to anything (example lambda). .net has been the source of man…
-
comment
Comment #17383038
I don't think that's accurate, we use opensource .net dev stack since 5/8 years, and since 3 it can be deployed on win, linux and osx.
-
comment
Comment #15999645
Net core is production ready since more than 1 year, Net Core tooling was not perfect until 6 month ago. Still the whole project from zero to version 1 in 2 year is not fast, its i…
-
comment
Comment #15625907
If you program like that i'm sorry, you are doing it wrong. You really just need very few try catch blocks in a standard lob application, a few more if your are using some style of…
-
comment
Comment #14624983
You mistake 2way data binding with ui decomposition and right view model structure, if you have those problems. With the right view models everything becomes is easy and simple, bu…
-
comment
Comment #11006372
Totally agree. Screen = f(Use case)
-
comment
Comment #11003228
You do not need those specific app, you need to access to those services: I use gmail account in wp mail client or web, here maps owns gmap in any way, google calendar has integrat…
-
comment
Comment #10042653
I agree and i would add that betting on a framework is a huge risk, relying on a library is far less dangerous. In the comparison there are some of both so the example are a bit mi…