Click here to Skip to main content
15,893,588 members
Articles / Web Development / HTML

ASP.NET MVC3 Razor With jQuery For Beginners

Rate me:
Please Sign up or sign in to vote.
4.92/5 (214 votes)
19 Apr 2012CPOL38 min read 1M   29.8K   369  
Simple tutorial to create first MVC app
This is a simple introduction tutorial that can help ASP.NET MVC3 beginners to create a first MVC application. Following the instructions and using code attached to this article, you will be able to create a simple MVC web application and extend it.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace JQueryMVC.Models
{
    public class UserRepository
    {
        public static List<User> Users = new List<User>(){
                                    new User(){ UserID =54498,        Name = "Warrenson",           Address = "address 1",        Town = "town",        County = "county",        Country = "England",        Rating = 8,        DoB = new System.DateTime(1988,11,24), UserName="test"},
new User(){ UserID =54499,        Name = "Natashason",           Address = "Unit 6",        Town = "Malpas",        County = "Cheshire",        Country = "England",        Rating = 9,        DoB = new System.DateTime(1990,3,4), UserName="admin"},
new User(){ UserID =54500,        Name = "Johnson",           Address = "Unit H2",        Town = "Cardiff",        County = "South Wales",        Country = "Wales",        Rating = 0,        DoB = new System.DateTime(1987,5,10)},
new User(){ UserID =54501,        Name = "Jenson",           Address = "65 Archery Grove",        Town = "Southampton",        County = "Hampshire",        Country = "England",        Rating = 1,        DoB = new System.DateTime(1988,3,13)},
new User(){ UserID =54502,        Name = "Alexson",           Address = "120 Leman Street",        Town = "",        County = "London",        Country = "England",        Rating = 2,        DoB = new System.DateTime(1990,1,22)},
new User(){ UserID =54503,        Name = "Simonson",           Address = "",        Town = "",        County = "",        Country = "England",        Rating = 3,        DoB = new System.DateTime(1982,3,25)},
new User(){ UserID =54504,        Name = "Kimson",           Address = "PO Box 662",        Town = "Bournemouth ",        County = "Dorset",        Country = "England",        Rating = 4,        DoB = new System.DateTime(1986,7,18)},
new User(){ UserID =54505,        Name = "Peterson",           Address = "Unit 19 ",        Town = "Aldershot",        County = "Hampshire",        Country = "England",        Rating = 5,        DoB = new System.DateTime(1987,8,14)},
new User(){ UserID =54506,        Name = "Mson",           Address = "Ten Acre Farm",        Town = "Ottershaw",        County = "Surrey ",        Country = "England",        Rating = 6,        DoB = new System.DateTime(1984,1,14)},
new User(){ UserID =54507,        Name = "Julianson",           Address = "Redland Office Centre ",        Town = "Bristol",        County = "Avon",        Country = "England",        Rating = 7,        DoB = new System.DateTime(1990,1,26)},
new User(){ UserID =54508,        Name = "Andyson",           Address = "Unit 2, Pauls Farm Buildings",        Town = "Hawkhurst",        County = "Kent",        Country = "England",        Rating = 8,        DoB = new System.DateTime(1988,2,19)},
new User(){ UserID =54509,        Name = "Davidson",           Address = "144a Old South Lambeth Road",        Town = "Vauxhall",        County = "London",        Country = "England",        Rating = 9,        DoB = new System.DateTime(1986,7,20)},
new User(){ UserID =54510,        Name = "Alanson",           Address = "2 Scotts Way",        Town = "Sevenoaks",        County = "Kent",        Country = "England",        Rating = 0,        DoB = new System.DateTime(1989,10,29)},
new User(){ UserID =54511,        Name = "Andyson",           Address = "Leisure House",        Town = "Charminster",        County = "Dorset",        Country = "England",        Rating = 1,        DoB = new System.DateTime(1985,5,9)},
new User(){ UserID =54512,        Name = "Carolynson",           Address = "54 Westminster Drive",        Town = "Doncaster",        County = "South Yorkshire",        Country = "England",        Rating = 2,        DoB = new System.DateTime(1988,10,22)},
new User(){ UserID =54513,        Name = "ELIASson",           Address = "62-64 Upper Walkway",        Town = "",        County = "London",        Country = "England",        Rating = 3,        DoB = new System.DateTime(1986,11,1)},
new User(){ UserID =54514,        Name = "Colinson",           Address = "132 Chase Way",        Town = "",        County = "London",        Country = "England",        Rating = 4,        DoB = new System.DateTime(1986,11,29)},
new User(){ UserID =54515,        Name = "Mattson",           Address = "PO Box 668",        Town = "Cardiff",        County = "South Wales",        Country = "Wales",        Rating = 5,        DoB = new System.DateTime(1986,4,6)},
new User(){ UserID =54516,        Name = "Paulson",           Address = "P.O Box 167",        Town = "Manchester",        County = "Greater Manchester",        Country = "England",        Rating = 6,        DoB = new System.DateTime(1984,2,2)},
new User(){ UserID =54517,        Name = "Belindason",           Address = "Ivy House",        Town = "Faringdon",        County = "Oxfordshire",        Country = "England",        Rating = 7,        DoB = new System.DateTime(1989,1,24)},
new User(){ UserID =54518,        Name = "Richardson",           Address = "Shaw House",        Town = "Naseby",        County = "Northamptonshire",        Country = "England",        Rating = 8,        DoB = new System.DateTime(1986,1,23)},
new User(){ UserID =54519,        Name = "Hannahson",           Address = "Dyffryn Orion",        Town = "Llandysul",        County = "Carmarthenshire",        Country = "Wales",        Rating = 9,        DoB = new System.DateTime(1986,7,21)},
new User(){ UserID =54520,        Name = "chrisson",           Address = "Unit 2",        Town = "Machynlleth",        County = "Powys",        Country = "Wales",        Rating = 0,        DoB = new System.DateTime(1985,5,20)},
new User(){ UserID =54521,        Name = "Alson",           Address = "5 Newlands Close",        Town = "Stone",        County = "Staffordshire",        Country = "England",        Rating = 1,        DoB = new System.DateTime(1986,8,2)},
new User(){ UserID =54522,        Name = "Francescason",           Address = "unit c, woodside trade centre",        Town = "Eastly",        County = "Hampshire",        Country = "England",        Rating = 2,        DoB = new System.DateTime(1988,6,29)},
new User(){ UserID =54523,        Name = "Robson",           Address = "263 Abbeydale Road",        Town = "Wembley",        County = "London",        Country = "England",        Rating = 3,        DoB = new System.DateTime(1983,2,21)},
new User(){ UserID =54524,        Name = "Mauriceson",           Address = "Springvale",        Town = "Southampton",        County = "Hampshire",        Country = "England",        Rating = 4,        DoB = new System.DateTime(1985,3,29)},
new User(){ UserID =54525,        Name = "Paulson",           Address = "65 - 67 Bute Street",        Town = "Luton",        County = "Bedfordshire",        Country = "England",        Rating = 5,        DoB = new System.DateTime(1990,4,9)},
new User(){ UserID =54526,        Name = "Ianson",           Address = "9A Bells Road",        Town = "Great Yarmouth",        County = "Norfolk",        Country = "England",        Rating = 6,        DoB = new System.DateTime(1985,10,25)},
new User(){ UserID =54527,        Name = "Davidson",           Address = "Unit 8",        Town = "Leeds",        County = "West Yorkshire",        Country = "England",        Rating = 7,        DoB = new System.DateTime(1988,1,28)},
new User(){ UserID =54528,        Name = "Tonyson",           Address = "Unit 8, Temperance Street",        Town = "Manchester",        County = "Greater Manchester",        Country = "England",        Rating = 8,        DoB = new System.DateTime(1988,1,24)},
new User(){ UserID =54529,        Name = "Suzanneson",           Address = "The Design Works",        Town = "Chalfont St Giles",        County = "Buckinghamshire",        Country = "England",        Rating = 9,        DoB = new System.DateTime(1985,3,28)},
new User(){ UserID =54530,        Name = "Nigelson",           Address = "27 Osborne Road",        Town = "Manchester",        County = "Greater Manchester",        Country = "England",        Rating = 0,        DoB = new System.DateTime(1990,5,4)},
new User(){ UserID =54531,        Name = "Jamesson",           Address = "First Floor 36 Friar Gate",        Town = "Derby",        County = "Derbyshire",        Country = "England",        Rating = 1,        DoB = new System.DateTime(1990,2,10)},
new User(){ UserID =54532,        Name = "Keithson",           Address = "Broadend Industrial Estate",        Town = "Wisbech",        County = "Lincolnshire",        Country = "England",        Rating = 2,        DoB = new System.DateTime(1987,2,22)},
new User(){ UserID =54533,        Name = "Sharonson",           Address = "Caledonian Suite",        Town = "Glasgow",        County = "Lanarkshire",        Country = "Scotland",        Rating = 3,        DoB = new System.DateTime(1986,10,28)},
new User(){ UserID =54534,        Name = "Michaelson",           Address = "Wood Grange",        Town = "Cowfold",        County = "West Sussex",        Country = "England",        Rating = 4,        DoB = new System.DateTime(1987,2,12)},
new User(){ UserID =54535,        Name = "Lisason",           Address = "Ibrox Business Park",        Town = "Glasgow",        County = "Lanarkshire",        Country = "Scotland",        Rating = 5,        DoB = new System.DateTime(1989,1,20)},
new User(){ UserID =54536,        Name = "Rogerson",           Address = "9230 Fishingline Road",        Town = "Redditch",        County = "Worcestershire",        Country = "England",        Rating = 6,        DoB = new System.DateTime(1986,3,14)},
new User(){ UserID =54537,        Name = "Rickson",           Address = "141 Belvoir Road",        Town = "Coalville",        County = "Leicestershire",        Country = "England",        Rating = 7,        DoB = new System.DateTime(1986,11,9)},
new User(){ UserID =54538,        Name = "Toniason",           Address = "1 Roberts Lane",        Town = "Peterborough",        County = "Cambridgeshire",        Country = "England",        Rating = 8,        DoB = new System.DateTime(1990,2,23)},
new User(){ UserID =54539,        Name = "robertson",           Address = "4 Dudley Terrace",        Town = "Liss",        County = "Hampshire",        Country = "England",        Rating = 9,        DoB = new System.DateTime(1987,7,12)},
new User(){ UserID =54540,        Name = "Merrilson",           Address = "69-75 Boston House",        Town = "Brentford",        County = "London",        Country = "England",        Rating = 0,        DoB = new System.DateTime(1990,4,16)},
new User(){ UserID =54541,        Name = "Mayson",           Address = "77 Belmont Avenue",        Town = "Wickford",        County = "Essex",        Country = "England",        Rating = 1,        DoB = new System.DateTime(1989,11,17)},
new User(){ UserID =54542,        Name = "Barneyson",           Address = "10 Hellions Park Gardens",        Town = "Haverhill ",        County = "Suffolk",        Country = "England",        Rating = 2,        DoB = new System.DateTime(1986,11,8)},
new User(){ UserID =54543,        Name = "Markson",           Address = "6 Elmstead Gardens",        Town = "Worcester Park",        County = "Surrey",        Country = "England",        Rating = 3,        DoB = new System.DateTime(1990,3,4)},
new User(){ UserID =54544,        Name = "wendyson",           Address = "Unit 15 /16 Priest Court",        Town = "Grantham",        County = "Lincolnshire",        Country = "England",        Rating = 4,        DoB = new System.DateTime(1985,12,9)},
new User(){ UserID =54545,        Name = "Philson",           Address = "Unit 15 Clayton Court",        Town = "Manchester",        County = "Greater Manchester",        Country = "England",        Rating = 5,        DoB = new System.DateTime(1983,12,17)},
new User(){ UserID =54546,        Name = "Jamesson",           Address = "Centauri House",        Town = "High Wycombe",        County = "Buckinghamshire",        Country = "England",        Rating = 6,        DoB = new System.DateTime(1987,1,3)},
new User(){ UserID =54547,        Name = "Johnson",           Address = "33 Metro Centre",        Town = "Watford",        County = "Hertfordshire",        Country = "England",        Rating = 7,        DoB = new System.DateTime(1988,5,7)},
new User(){ UserID =54548,        Name = "Martinson",           Address = "The Court Yard",        Town = "",        County = "London",        Country = "England",        Rating = 8,        DoB = new System.DateTime(1984,2,2)},
new User(){ UserID =54549,        Name = "Garethson",           Address = "Unit 10 Station Road",        Town = "Holmes Chapel",        County = "Cheshire",        Country = "England",        Rating = 9,        DoB = new System.DateTime(1989,11,6)},
new User(){ UserID =54550,        Name = "Paulson",           Address = "16 Shenley Road",        Town = "Milton Keynes",        County = "Buckinghamshire",        Country = "England",        Rating = 0,        DoB = new System.DateTime(1985,10,25)},
new User(){ UserID =54551,        Name = "Cliveson",           Address = "Silver Birches",        Town = "Wokingham",        County = "Berkshire",        Country = "England",        Rating = 1,        DoB = new System.DateTime(1987,12,15)},
new User(){ UserID =54552,        Name = "Richardson",           Address = "New Farm",        Town = "Nottingham",        County = "Nottinghamshire",        Country = "England",        Rating = 2,        DoB = new System.DateTime(1986,2,18)},
new User(){ UserID =54553,        Name = "Json",           Address = "153 London Road",        Town = "Ewell",        County = "Surrey",        Country = "England",        Rating = 3,        DoB = new System.DateTime(1985,3,22)},
new User(){ UserID =54554,        Name = "Tonyson",           Address = "132 Chase Way",        Town = "",        County = "London",        Country = "England",        Rating = 4,        DoB = new System.DateTime(1987,4,7)},
new User(){ UserID =54555,        Name = "Robert Gson",           Address = "11th Floor, 28 Tiba Street",        Town = "Cairo",        County = "Mohandessian",        Country = "Egypt",        Rating = 5,        DoB = new System.DateTime(1985,4,20)},
new User(){ UserID =54556,        Name = "Simonson",           Address = "Dover House",        Town = "Godalming",        County = "Surrey",        Country = "England",        Rating = 6,        DoB = new System.DateTime(1985,3,8)},
new User(){ UserID =54557,        Name = "AA Signsson",           Address = "Fanum House",        Town = "Basingstoke",        County = "Hampshire",        Country = "England",        Rating = 7,        DoB = new System.DateTime(1983,2,14)},
new User(){ UserID =54558,        Name = "Brad  P.son",           Address = "Tumbleweed House",        Town = "Bishop Auckland",        County = "County Durham",        Country = "England",        Rating = 8,        DoB = new System.DateTime(1986,1,17)},
new User(){ UserID =54559,        Name = "Melvinson",           Address = "17b Pindock Mews",        Town = "",        County = "London",        Country = "England",        Rating = 9,        DoB = new System.DateTime(1988,12,18)},
new User(){ UserID =54560,        Name = "Laurenceson",           Address = "Pensarn Pleasure Beach",        Town = "Abergele",        County = "Clwyd",        Country = "Wales",        Rating = 0,        DoB = new System.DateTime(1990,3,31)},
new User(){ UserID =54561,        Name = "Danielson",           Address = "PO Box 128",        Town = "Edenbridge",        County = "Kent",        Country = "England",        Rating = 1,        DoB = new System.DateTime(1984,5,17)},
new User(){ UserID =54562,        Name = "Markson",           Address = "240 Terry Hill",        Town = "Radstock",        County = "Somerset",        Country = "England",        Rating = 2,        DoB = new System.DateTime(1988,5,6)},
new User(){ UserID =54563,        Name = "Franson",           Address = "10 Messaline Avenue",        Town = "",        County = "London",        Country = "England",        Rating = 3,        DoB = new System.DateTime(1990,4,14)},
new User(){ UserID =54564,        Name = "Filipeson",           Address = "24 Cornhill",        Town = "",        County = "London",        Country = "England",        Rating = 4,        DoB = new System.DateTime(1990,4,7)},
new User(){ UserID =54565,        Name = "Melanieson",           Address = "38 Ramsgill Drive",        Town = "Ilford",        County = "Essex",        Country = "England",        Rating = 5,        DoB = new System.DateTime(1989,9,9)},
new User(){ UserID =54566,        Name = "Chales Dickinson",           Address = "PO Box 31187",        Town = "",        County = "London",        Country = "England",        Rating = 6,        DoB = new System.DateTime(1990,4,7)},
new User(){ UserID =54567,        Name = "Carlyson",           Address = "30 - 33 Minories",        Town = "Aldgate",        County = "London",        Country = "England",        Rating = 7,        DoB = new System.DateTime(1986,1,9)},
new User(){ UserID =54568,        Name = "Philipson",           Address = "5 Whitegate lane",        Town = "Chester",        County = "Cheshire",        Country = "England",        Rating = 8,        DoB = new System.DateTime(1987,3,21)},
new User(){ UserID =54569,        Name = "Tinason",           Address = "Westminster Lodge",        Town = "St Albans ",        County = "Hertfordshire",        Country = "England",        Rating = 9,        DoB = new System.DateTime(1989,10,30)},
new User(){ UserID =54570,        Name = "Kevinson",           Address = "unit 3 europa trad est ",        Town = "Erith",        County = "Kent",        Country = "England",        Rating = 0,        DoB = new System.DateTime(1989,11,25)},
new User(){ UserID =54571,        Name = "Lenson",           Address = "49 Ashgrove",        Town = "Buckingham",        County = "Buckinghamshire",        Country = "England",        Rating = 1,        DoB = new System.DateTime(1986,6,30)},
new User(){ UserID =54572,        Name = "Markson",           Address = "4 Wildmere Close",        Town = "Banbury",        County = "Oxfordshire",        Country = "England",        Rating = 2,        DoB = new System.DateTime(1990,2,12)},
new User(){ UserID =54573,        Name = "Charlieson",           Address = "110 Yardley Road",        Town = "Birmingham",        County = "West Midlands",        Country = "England",        Rating = 3,        DoB = new System.DateTime(1985,10,9)},
new User(){ UserID =54574,        Name = "Sueson",           Address = "Sunfun House ",        Town = "Huntington",        County = "Cambridgeshire",        Country = "England",        Rating = 4,        DoB = new System.DateTime(1986,5,3)},
new User(){ UserID =54575,        Name = "Henryson",           Address = "18 Halls Farm Close",        Town = "Winchester",        County = "Hampshire",        Country = "England",        Rating = 5,        DoB = new System.DateTime(1984,10,22)},
new User(){ UserID =54576,        Name = "Paulson",           Address = "Balaclava Road",        Town = "Sheffield",        County = "South Yorkshire",        Country = "England",        Rating = 6,        DoB = new System.DateTime(1987,6,22)},
new User(){ UserID =54577,        Name = "Brianson",           Address = "Bridge of Don",        Town = "Aberdeen",        County = "Aberdeenshire",        Country = "Scotland",        Rating = 7,        DoB = new System.DateTime(1987,4,20)},
new User(){ UserID =54578,        Name = "Stevenson",           Address = "Unit 1",        Town = "Aberdeen",        County = "Aberdeenshire",        Country = "Scotland",        Rating = 8,        DoB = new System.DateTime(1990,3,29)},
new User(){ UserID =54579,        Name = "Tonyson",           Address = "54 Haydon Place",        Town = "Guildford",        County = "Surrey",        Country = "England",        Rating = 9,        DoB = new System.DateTime(1985,10,28)},
new User(){ UserID =54580,        Name = "Peterson",           Address = "Little Hoe",        Town = "Dorking",        County = "Surrey",        Country = "England",        Rating = 0,        DoB = new System.DateTime(1990,2,3)},
new User(){ UserID =54581,        Name = "Michaelson",           Address = "43 Kingswood Avenue",        Town = "Bristol",        County = "Avon",        Country = "England",        Rating = 1,        DoB = new System.DateTime(1987,1,31)},
new User(){ UserID =54582,        Name = "Barryson",           Address = "Unit 2",        Town = "",        County = "London",        Country = "England",        Rating = 2,        DoB = new System.DateTime(1987,9,29)},
new User(){ UserID =54583,        Name = "Jonathanson",           Address = "250 York Road",        Town = "",        County = "London",        Country = "England",        Rating = 3,        DoB = new System.DateTime(1985,10,20)},
new User(){ UserID =54584,        Name = "Van Daick",           Address = "Autumn House",        Town = "Barton-on-Sea",        County = "Hampshire",        Country = "England",        Rating = 4,        DoB = new System.DateTime(1990,1,18)},
new User(){ UserID =54585,        Name = "Judithson",           Address = "PO Box 180",        Town = "Warrington",        County = "Cheshire",        Country = "England",        Rating = 5,        DoB = new System.DateTime(1985,11,16)},
new User(){ UserID =54586,        Name = "Ayeshason",           Address = "14 Edgel Street",        Town = "",        County = "London",        Country = "England",        Rating = 6,        DoB = new System.DateTime(1986,12,12)},
new User(){ UserID =54587,        Name = "Pamson",           Address = "21A Vincent Square",        Town = "",        County = "London",        Country = "England",        Rating = 7,        DoB = new System.DateTime(1988,10,26)},
new User(){ UserID =54588,        Name = "ACA MUSICson",           Address = "Blenheim House",        Town = "Bath",        County = "Somerset",        Country = "England",        Rating = 8,        DoB = new System.DateTime(1987,3,12)},
new User(){ UserID =54589,        Name = "Andrewson",           Address = "50 Rushworth Street",        Town = "",        County = "London",        Country = "England",        Rating = 9,        DoB = new System.DateTime(1984,2,4)},
new User(){ UserID =54590,        Name = "Edson",           Address = "34 Upper Park Road",        Town = "Camberley",        County = "Surrey",        Country = "England",        Rating = 0,        DoB = new System.DateTime(1985,1,18)},
new User(){ UserID =54591,        Name = "Markson",           Address = "Suite D218",        Town = "Halifax",        County = "West Yorkshire",        Country = "England",        Rating = 1,        DoB = new System.DateTime(1989,4,7)},
new User(){ UserID =54592,        Name = "Douglasson",           Address = "Unit 32/5 ",        Town = "Dalkeith",        County = "Midlothian",        Country = "Scotland",        Rating = 2,        DoB = new System.DateTime(1989,10,28)},
new User(){ UserID =54593,        Name = "Amyson",           Address = "Lionel House",        Town = "Leicester",        County = "Leicestershire",        Country = "England",        Rating = 3,        DoB = new System.DateTime(1987,5,15)},
new User(){ UserID =54594,        Name = "Ashley",           Address = "Access House",        Town = "Beckenham",        County = "Kent",        Country = "England",        Rating = 4,        DoB = new System.DateTime(1990,3,27)},
new User(){ UserID =54595,        Name = "Julieson",           Address = "36 Barratt Avenue",        Town = "",        County = "London",        Country = "England",        Rating = 5,        DoB = new System.DateTime(1988,4,14)},
new User(){ UserID =54596,        Name = "Owenson",           Address = "Dennis Viollet Avenue",        Town = "Stoke on Trent",        County = "Staffordshire",        Country = "England",        Rating = 6,        DoB = new System.DateTime(1989,6,23)},
new User(){ UserID =54597,        Name = "Janeson",           Address = "17 Chalford Avenue",        Town = "Cheltenham",        County = "Gloucestershire",        Country = "England",        Rating = 7,        DoB = new System.DateTime(1986,11,17)},
new User(){ UserID =54598,        Name = "Brianson",           Address = "6 Runnymede",        Town = "",        County = "London",        Country = "England",        Rating = 8,        DoB = new System.DateTime(1986,3,20)},
new User(){ UserID =54599,        Name = "Smith",           Address = "7/8 The Square ",        Town = "Sheffield ",        County = "South Yorkshire",        Country = "England",        Rating = 9,        DoB = new System.DateTime(1984,5,17)},
new User(){ UserID =54600,        Name = "Rodrigoson",           Address = "80 Robin Drive",        Town = "Launceston",        County = "Cornwall",        Country = "England",        Rating = 0,        DoB = new System.DateTime(1983,10,29)},
new User(){ UserID =54601,        Name = "Davidson",           Address = "Unit Q",        Town = "Swindon",        County = "Wiltshire",        Country = "England",        Rating = 1,        DoB = new System.DateTime(1988,4,11)},
new User(){ UserID =54602,        Name = "Pamelason",           Address = "53 Cambridge Mansions",        Town = "",        County = "London",        Country = "England",        Rating = 2,        DoB = new System.DateTime(1985,3,18)},
                                                
        };
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Program Manager Microsoft
Serbia Serbia
Graduated from Faculty of Electrical Engineering, Department of Computer Techniques and Informatics, University of Belgrade, Serbia.
Currently working in Microsoft as Program Manager on SQL Server product.
Member of JQuery community - created few popular plugins (four popular JQuery DataTables add-ins and loadJSON template engine).
Interests: Web and databases, Software engineering process(estimation and standardization), mobile and business intelligence platforms.

Comments and Discussions