Quantcast
Channel: CleanCode NZ
Browsing latest articles
Browse All 28 View Live

WCF in MVC

Many years ago I have written an article about demystifying WCF in Asp.Net, today I am going to show you how to create and host WCF services in a MVC environment, in the article mentioned earlier, it...

View Article


Magic @Html.DropDownList

This is observed in MVC5 When one of properties of model is associated with another list, it is normal practice that  list is saved in the ViewData as a SelectList , then in the View, the same list is...

View Article


Wpf DataBinding And INotifyPropertyChanged

In WPF, data binding between a binding target which is normally a ui control property (DepdencyProperty) and  a binding source which is normally the view model property can be two way.  There is hardly...

View Article

Client Certificate Authentication – Error 403.7

When you implement client certificate authentication in IIS(7.5), you might get Error 403.7, and in the client side the error message looks like The HTTP request was forbidden with client...

View Article

Image may be NSFW.
Clik here to view.

Service certificate: Keyset does not exist

When you try to use a service certificate in WCF namely message security, you might have an error : Keyset does not exist Or in a detailed manner the message could be: It is likely that certificate...

View Article


Service certificate and client certificate requirements

When you use WCF transport and message security, you will inevitably have to deal with a service certificate. Here I am going to list a few problems you might have when using service certificate and...

View Article

Read claims principle from SignInResponseMessage of WSFederation

Since the release of WsFederation Owin middleware, the client using WSFederation based authentication becomes very easy var options = new WsFederationAuthenticationOptions { MetadataAddress =...

View Article

Use Unity container in Controller of Owin Web api 2 hosted on web

Just want to share a few tips about how use unity dependency resolver in a web api2 project through owin. First tip is for parameter-less resolving, you do not have to get access of unity container at...

View Article


.Net implementation of AES CRT

AesCryptoServiceProvider in .Net has not provided CRT implementation and also I have not found any examples about this from internet, so I decided to code one myself, and it turns out quite simple. My...

View Article


Image may be NSFW.
Clik here to view.

Free PHP, HTML, CSS, JavaScript editor (IDE) – Codelobster PHP Edition

Disclaim: Following review is provided by Codelobster For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products for this purpose, but...

View Article
Browsing latest articles
Browse All 28 View Live