Adding cultures to Kendo UI Project
You might have encountered an issue where your application is triggering a validation on a date field which says “The field YourDate must be a date.” like the image below. Or in server side after by...
View ArticleEnabling ASP.Net MVC client validation for Kendo UI components
You might have stumbled upon this page because you are getting crazy in trying out all sort of solutions to make the client validation work for your Kendo components such as DropDownListFor,...
View ArticleUnobtrusive Client and Server Side Age Validation in MVC using Custom Data...
One of the best things with MVC is the built-in validation using Data Annotations, these special attributes are simply applied to a class or its property and validation simply just happens on both...
View ArticleUnobtrusive Client and Server Side Not Equal To Validation in MVC using...
Yesterday we discussed about Unobtrusive Client and Server Side Age Validation now let’s do a not equal to validator which is basically the opposite of the Compare validator. So where can this be...
View ArticleJSON Open or Save Issue on Internet Explorer
Have your Internet Explorer gave you a ‘JSON’ is undefined error? Have you ever encountered this Open or Save Issue on Internet Explorer when your trying to return a JSON Result? Then your not alone,...
View ArticleWhat’s with this ‘/_vti_bin/owssvr.dll’ and ‘/MSOffice/cltreq.asp’ errors on...
You might be getting the following errors below on your MVC Application and your wondering where does this come from? You looked everywhere in your solution and you’re definite you don’t have the...
View ArticleHow to use ApiControllers with your current MVC Application
Like me you might be starting to integrate AngularJS or any other JS Framework in your MVC Application then later on finding out you are converting a lot of your results to handle this calls. While it...
View ArticleUsing Castle Windsor with Web API (ApiController)
Yesterday we started to use API Controllers and wouldn’t it be nice if we can use some inversion of control (IoC) making it extensible and reusable. For this article you will be noticing I am using...
View ArticleUsing Angular JS with your Current MVC Application
With the web getting more and more interactive JavaScript frameworks is becoming a must in every web project (unless you want to code it yourself). There are a lot to choose from like Ember, Knockout,...
View ArticleRendering Images from Byte Arrays and Converting Images to Byte Arrays using...
There might be some instances that you want to render Images not from a file but from a byte array because of many different reasons. For me I am doing this as I am getting the information from LDAP...
View ArticleUsing two submit buttons on MVC’s Ajax.BeginForm
You might be wondering is it possible to have two or more buttons calling the same Action on the same Controller on your Ajax.BeginForm, yes you can do this and identify which buttons were pressed by...
View ArticleCreating a Solid Architectural Foundation from scratch is not really that hard
I think I have been using S#arp Architecture for 5 years now and its such an amazing solution to combine different technologies to give you a pre-generated Architecture so all you have to do is...
View ArticleEffinator
Another open source project delivered to you. So what is this all about, Effinator is a open source application developed in C#.Net basically its a code generator to build your Basic Architecture based...
View ArticleMaking log4Net work with Custom Errors in MVC
The problem when you use Custom Errors declared on your web.config is that the Application_Error on your Global.asax does not fire. So if you have some log4Net logging methods on the Application_Error...
View ArticleHow To : Add Image Preview on Kendo Upload
Yes I am back, was quite busy for almost the whole year but yes I am still doing programming, a lot of it, in fact I was busy with two projects hence I haven’t posted for quite sometime. Today I will...
View Article