ASP.NET MVC Controller for Serving Images
Introduction Working with images in a web application can turn from a simple task to...
Close window without the prompt message
If you tried to close a window using javascript window.close() method in IE7, and as...
Creating Wizard in ASP.NET MVC only
At times you want to accept user input in your web applications by presenting them...
Creating a simple form wizard in ASP.NET MVC
UPDATE: As of jquery.validation version 1.8+ hidden input fields are not validated by default, which...
Implementing Role Based Menu in ASP.NET MVC
In default template of asp.net mvc 4.0, Layout.cshtml has following code for menu: <nav> <ul...
Difference Between ViewBag and ViewData in MVC
If you’re new to ASP.NET MVC, you might be wondering what these two things are...
SoapUI
SoapUI is a free and open source cross-platform Functional Testing solution. With an easy-to-use graphical...
Update to MVC 5.2
The error is: [A]System.Web.WebPages.Razor.Configuration.HostSection cannot be cast to [B]System.Web.WebPages.Razor.Configuration.HostSection. Type A originates from ‘System.Web.WebPages.Razor, Version=2.0.0.0,...
Code First From Database’ Template not showing in Visual Studio Entity Data Model Wizard
According to Microsft in this article is should see an option ‘Code First From Database’...
Extract detail from barcode on bollettini prefilled (Italy)
namespace PSC{ public class Bollettini { public bool getCode(string strCode) { bool rtn =...
ASP.NET MVC 4 and Entity Framework Database Migrations
ASP.NET MVC 4 was released in beta by the Microsoft ASP.NET MVC Developer Team and...
How to programmatically hide the keyboard
I have a textbox with a button inside. When the user presses the Action, a...
Blogger C# API
using System;using System.Text;using Google.GData.Client;using System.Net;using System.Xml;using System.Text.RegularExpressions;namespace BloggerDevSample{ class ConsoleSample { /** Lists the user's...
How to add a new Blogger post with labels from C#
First download and install Google API from here:http://code.google.com/p/google-gdata/downloads/list Add a reference to “Google Data API...
Transparent Live Tile For Windows Phone 8.1
Windows Phone 8.1 Dev Preview Windows Phone 8.1 developer preview is totally awesome. So what...
How to create and show an Icon on the Lock Screen in Windows Phone
This article demonstrates how to create / show a lock screen icon that will identify...
Live Tiles in Windows Phone 8: Part 1 Tile Templates
Live tiles are one of the signature features of Windows Phone and are used to...
Creating Custom Live Tiles for Windows Phone
Using Live Tiles in Windows Phone applications give new fresh way of communication with users....
Windows Phone 8 : Background Agents – Periodic Agent
If you are a desktop or web developer, you are used to being able to...
Creare App per Windows Phone 8
Oggi è stato pubblicato il libro di Enrico Rossini Creare App per Windows Phone 8...
Display list of files from Server folder in ASP.Net GridView
In this article I will explain how we can save and retrieve files from Windows...
How to create simple Background Agent in Windows Phone
This article provides a minimal example on how to create Background Agents (Tasks) in Windows...
Checking the Internet connection type on Windows Phone
All Windows Phone applications that use Internet data should always check if there is a...
Checking network availability in Windows Phone
Many applications utilize network connection for various purposes like feeds, sending & receiving data to/from...
Enabling quick resume for Windows Phone apps
This article explains how to quickly resume the Windows Phone 8 application which is put...