Northwind mvc 4 with data servieces

Bhaumik Patel 12:27 AM
Northwind application with web services in mvc 4 See Code First Northwind Data Service Download Add Service Reference in your app. now...Read More
Northwind mvc 4 with data servieces Northwind mvc 4 with data servieces Reviewed by Bhaumik Patel on 12:27 AM Rating: 5

audio tag support html5

Bhaumik Patel 11:49 PM
html audio tag support <audio controls="controls" src="html5.mp3"></audio> Browse...Read More
audio tag support html5 audio tag support html5 Reviewed by Bhaumik Patel on 11:49 PM Rating: 5

Code First Northwind Data Service

Bhaumik Patel 11:18 PM
The code-first functionality in Entity Framework 4.0 enables you to create a data model by first creating a set of data classes and then e...Read More
Code First Northwind Data Service Code First Northwind Data Service Reviewed by Bhaumik Patel on 11:18 PM Rating: 5

Adding a View In Mvc 4 razor

Bhaumik Patel 10:24 PM
Adding a View in mvc 4 razor Step 1 : Adding a Controller add a view template that you can use with the Index method. To do this, right-cl...Read More
Adding a View In Mvc 4 razor Adding a View In Mvc 4 razor Reviewed by Bhaumik Patel on 10:24 PM Rating: 5
Controllers, strong typed views and helper classes in mvc4 razor Controllers, strong typed views and helper classes in mvc4 razor Reviewed by Bhaumik Patel on 11:17 PM Rating: 5

MVC 4 Razor View Engine Syntax

Bhaumik Patel 10:33 PM
About Razor View Engine Many ASP.NET Web pages have C# or VB code blocks in the same place as HTML markup. In some occasions this combina...Read More
MVC 4 Razor View Engine Syntax MVC 4 Razor View Engine Syntax Reviewed by Bhaumik Patel on 10:33 PM Rating: 5
What is a Model View Controller (MVC) Framework? What is a Model View Controller (MVC) Framework? Reviewed by Bhaumik Patel on 9:56 PM Rating: 5

Jquery checkbox checked select all

Bhaumik Patel 8:49 AM
selecting checked checkbox in jQuery jQuery(':checked') The :checked selector works for checkboxes and radio buttons. For select...Read More
Jquery checkbox checked select all Jquery checkbox checked select all Reviewed by Bhaumik Patel on 8:49 AM Rating: 5

asp.net mvc4 tutorial

Bhaumik Patel 10:55 PM
Learn MVC (Model view controller) Step by Step Step 1: Install ASP.NET MVC 4 RC Step 2: What is a Model View Controller (MVC) Framewor...Read More
asp.net mvc4 tutorial asp.net mvc4 tutorial Reviewed by Bhaumik Patel on 10:55 PM Rating: 5

ASP.NET Web API

Bhaumik Patel 10:51 PM
ASP.NET Web API ASP.NET MVC 4 includes ASP.NET Web API, a new framework for creating HTTP services that can reach a broad range of clie...Read More
ASP.NET Web API ASP.NET Web API Reviewed by Bhaumik Patel on 10:51 PM Rating: 5

ASP.NET MVC 4 RC

Bhaumik Patel 10:48 PM
ASP.NET MVC 4 RC Top Features ASP.NET Web API Refreshed and modernized default project templates New mobile project template Many ...Read More
ASP.NET MVC 4 RC ASP.NET MVC 4 RC Reviewed by Bhaumik Patel on 10:48 PM Rating: 5

stylesheet switcher jquery

Bhaumik Patel 3:30 AM
Stylesheet SwitcherjQuery <script src="script/jquery-1.6.2.min.js" type="text/javascript"></script> ...Read More
stylesheet switcher jquery stylesheet switcher jquery Reviewed by Bhaumik Patel on 3:30 AM Rating: 5

Cool textbox design in html5

Bhaumik Patel 2:44 AM
cool texbox design with html5 Android style text box using DEMO Update New Style Add See Demo DEMO 1 DEMO 2 Download <...Read More
Cool textbox design in html5 Cool textbox design in html5 Reviewed by Bhaumik Patel on 2:44 AM Rating: 5

fill property of base class asp.net c#

Bhaumik Patel 3:36 AM
Fill base class property dynamical. private static void FillBaseClass(Class1 source, class2 destination) { Type type = source.GetType...Read More
fill property of base class asp.net c# fill property of base class asp.net c# Reviewed by Bhaumik Patel on 3:36 AM Rating: 5

DropDown Helper class

Bhaumik Patel 3:19 AM
DropDownHelperDB class so many time write query for drop down i will create one dropdown helper class in getlist method to return DataTabl...Read More
DropDown Helper class DropDown Helper class Reviewed by Bhaumik Patel on 3:19 AM Rating: 5
compare the properties of two objects class compare the properties of two objects class Reviewed by Bhaumik Patel on 2:57 AM Rating: 5
merge td game in jquery merge td game in jquery Reviewed by Bhaumik Patel on 10:39 PM Rating: 5

Progress Bar With jquery

Bhaumik Patel 10:18 PM
Create a Progress Bar With Javascript $(document).ready(function () { $("#progress").mouseover(loopLi); }); function loopLi...Read More
Progress Bar With jquery Progress Bar With jquery Reviewed by Bhaumik Patel on 10:18 PM Rating: 5

RemoveSpecialChars function in sql

Bhaumik Patel 9:31 PM
RemoveSpecialChars function in sql remove special chars in string,char like ! @ # $ % % & * _ ... ALTER FUNCTION dbo.RemoveSpecialC...Read More
RemoveSpecialChars function in sql RemoveSpecialChars function in sql Reviewed by Bhaumik Patel on 9:31 PM Rating: 5

initcap function in sql

Bhaumik Patel 9:25 PM
initcap function in sql after the space every first letter will be capital in sql. ALTER FUNCTION [dbo].[InitCap] ( @InputString varchar(...Read More
initcap function in sql initcap function in sql Reviewed by Bhaumik Patel on 9:25 PM Rating: 5

Javascript is disabled Redirecting

Bhaumik Patel 9:19 PM
How to know and handle disabled javascript in browser <noscript> Javascript is disabled Redirecting.... <META HTTP-EQUIV="Re...Read More
Javascript is disabled Redirecting Javascript is disabled Redirecting Reviewed by Bhaumik Patel on 9:19 PM Rating: 5
Textbox accept only numbers (digits) using jquery Textbox accept only numbers (digits) using jquery Reviewed by Bhaumik Patel on 9:07 PM Rating: 5
sql datetime null with min value of sql datetime sql datetime null with min value of sql datetime Reviewed by Bhaumik Patel on 8:01 PM Rating: 5
Response.Redirect to open a new browser window Response.Redirect to open a new browser window Reviewed by Bhaumik Patel on 7:12 AM Rating: 5

Load page in div using jquery

Bhaumik Patel 7:06 AM
Page load in Div tag using jquery <div id="divPage"></div> <a href="http://lesson8.blogspot.in/2012/06/bind-...Read More
Load page in div using jquery Load page in div using jquery Reviewed by Bhaumik Patel on 7:06 AM Rating: 5
entity framework EntityConnectionStringBuilder in asp.net c# entity framework EntityConnectionStringBuilder in asp.net c# Reviewed by Bhaumik Patel on 6:37 AM Rating: 5