Regular expression for UK postcode
I’m looking for an answer to my regular expresssion problem in c#. I’m looking for a match on a specific…
All technologies, only pure source code
I’m looking for an answer to my regular expresssion problem in c#. I’m looking for a match on a specific…
Did you received this error when you try to login in your Owin app with Facebook? App Not Set Up:…
If you have problem returning dynamically drawn image from controller below informations may help. The task looks easy and should…
Register an app in the Microsot Account Developer Center Go to the Microsoft Account Developer Center and create a new…
You might have missed to register your Interface and class (which implements that inteface) registration in your code. e.g if…
Implement the inversion of control pattern is linked with the Dependency Injection Principle states. Here we analyse a simple implementation
These code samples demonstrate how to generate a strong random password, which does not contain ambiguous characters (such as [1,l,I]…
One of the common requirement of web applications is to provide users a way to download some contents. In case…
Open Source C# to JavaScript Compiler and Frameworks. Run Your App On Any Device Using JavaScript. Use Bridge.NET to build…
If you google a bit about this problem, you can’t find a right solution because all people are speaking about…
I was encouraged to write this Tip/Trick because of so many questions received for this issue. Suppose you’re having a…
Whilst working on a side project I started to notice I was using a lot of the same HTML to…
The progress of these applications with a simple incremental percentage display. I’d create a generic method which would display an ASCII progress bar
Razor minimizes the number of characters and keystrokes required when writing a view template, and enables a fast, fluid coding…
In this article, you will see how to read and write XML documents in Microsoft .NET using C# language. First,…
This article explains using Chart.js in Asp.net C# Web Application we can create a pie chart with database MS SQL…
A common mistake in app development is not setting the correct reuseIdentifier for UITableViewCells, for UICollectionViewCells, or even UITableViewHeaderFooterViews. For…