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’ when adding a new item…
All technologies, only pure source code
According to Microsft in this article is should see an option ‘Code First From Database’ when adding a new item…
namespace PSC{ public class Bollettini { public bool getCode(string strCode) { bool rtn = true; if (strCode.Length != 50)…
ASP.NET MVC 4 was released in beta by the Microsoft ASP.NET MVC Developer Team and it comes with a number…
I have a textbox with a button inside. When the user presses the Action, a progress bas is displayed, the…
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 blogs. */ static void ListUserBlogs(Service…
First download and install Google API from here:https://code.google.com/p/google-gdata/downloads/list Add a reference to “Google Data API Core Library”,and use the following…
Windows Phone 8.1 Dev Preview Windows Phone 8.1 developer preview is totally awesome. So what is one of the most…
This article demonstrates how to create / show a lock screen icon that will identify your Windows Phone 8 app…
Live tiles are one of the signature features of Windows Phone and are used to represent your app on the…
Using Live Tiles in Windows Phone applications give new fresh way of communication with users. We can provide various information…
If you are a desktop or web developer, you are used to being able to decide when and where your…