Unobtrusive 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 ArticleSynchronize Active Directory Information with Sharepoint Foundation 2013 User...
You might be wondering why should I do this when Sharepoint can do this already though User Profile Synchronization, well that is partly true because in Sharepoint Foundation 2013 and even on 2010 it...
View ArticleHow to create Data driven report subscriptions in SQL Server Standard Version
I guess you are here because you are looking for a solution that will send your SSRS reports via email to a dynamic recipient list related to your data in your SSRS report. In SQL Servers Business...
View ArticleRunning an Intensive Process while keeping Windows Form UI Responsive
Wow its been a long time since I wrote a Windows Form application, I think I already forgot how to develop one as I now default all development to Web MVC format. Several days ago I was tasked to do a...
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 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 ArticleTAB Delimited Export in SSRS
Ever wondered how do you export TAB delimited reports in SSRS? It’s quite easy as you can configure SSRS to export it using the CSV render inside the ReportingServices rendering engine of SQL server....
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 ArticleCopying to Clipboard using jQuery without the need of Flash
If you look online for a solution on how will you copy a certain text to clipboard then most probably you will end up with solutions using Flash to do the task, while they all do a good job on solving...
View ArticleEasy Guide on how to use OAuth to Access Google APIs
Nearly a year ago Google already deprecated a most of its legacy API’s which means you cannot authenticate using the Google.GData.Client.Service and executing the setUsersCredentials method and simply...
View ArticleScraping Website Data that needs you to log in
There are many ways to Scrape data out of a Website but have you thought of how to scrape Website data when you need to log in first? Well same thing, there are also different ways but we will be using...
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 ArticleAdd AD Azure Authentication to your exisiting Web App
You already have an existing Web Application and now you had moved to Azure, before since your Web App is just an Intranet App you natively used Active Directory to give Authorization to different...
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 ArticleSearching Azure Active Directory by CN from On-Premise AD
I just want to share what I had done by solving the above scenario. Basically we use a lot of Active Directory Groups in the Organization I am working with, and with that Groups we use the Common Name...
View ArticleAdding OKTA Authentication with your MVC Application is Easy
OKTA is an amazing product, it enables authentication to your applications in a very easy manner, not much coding involved just some configuration. I had tried this personally and we are using it more...
View Article