Quantcast
Channel: C# – Raymund Macaalay's Dev Blog
Browsing all 22 articles
Browse latest View live

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 Article


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


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

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

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


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


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


TAB 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 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

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


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

Scraping 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 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

Add 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 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

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

Adding 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
Browsing all 22 articles
Browse latest View live