Balajiprasad's useful codes
Important codings & concepts in web & window applications using microsoft technologies.
Showing posts with label
Asp.Net
.
Show all posts
Showing posts with label
Asp.Net
.
Show all posts
Thursday, May 14, 2020
How to ignore property conditionally during JSON serialization
›
Consider i have class Employer, i want serialize this class to json string and need ignore some properties conditionally. For ex: in my exa...
Saturday, April 25, 2015
MVC & WebAPI - Model Binder
›
There are some specific cases in order to use model binder to MVC and WebAPI in same project. Here i will explain step by step to impleme...
1 comment:
Wednesday, December 10, 2014
MVC - 401 Unauthorization redirect page
›
Sometimes we need to redirect our pages to some specific path when 401 unauthorized error happen. But by default it will redirect to some p...
›
Home
View web version