Quantcast
Channel: ASP.Net MVC – Raymund Macaalay's Dev Blog
Browsing latest articles
Browse All 15 View Live

What’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 Article


How 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 Article


Using 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 Article

Using 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 Article

Rendering 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 Article


Using 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 Article

Creating 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 Article

Effinator

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 Article


Making 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 Article


How 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
Browsing latest articles
Browse All 15 View Live