0
votes
Is .NET MVC must learn technology?
if using ASP.NET, yes it's definitely worthy. if not, pick Rails, ASP.NET MVC still feels like Rails'06 to me, but it's getting better pretty fast.
…
1
vote
Best way to filter domain objects for json output in an ASP.NET MVC application
You could use the Newtonsoft library and [JsonIgnore] attribute for marking properties of your class you don't want to e …
