(Shashangka Shekhar) In this post we will learn basic CRUD operations using ASP.NET MVC, JSON, ADO.NET, and Stored Procedure with a sample MVC Application.
Tag: JSON / JAVA / XML
Making a Basic Application using a JQuery Validation plug in
(MarcusCole092076) I am upgrading this article as I was deplete of some of the depth this article and it code needed. I added further to this some better formatting and some customized messaging. The additions have been made to the CSS JQuery and HTML. I hope the second edition has a little more
Getting Started With jQuery UI Plugin
(Mohit Kumar) In this article I will explain jQuery UI Plugin use with jQuery UI interactions, widgets, effect and utilities.
IOT: Getting started with Java
(Surf4Fun) Things have changed at Microsoft, look at me using Java with Eclipse! What’s up with that? It’s a new world inside of Microsoft, I am being challenged to branch out to Linux, use Java, Python, MySQL and you know what? It’s great to learn new things.
Variadic Functions In JavaScript
(Eric Anderson IO) A variadic function is a function where the total number of parameters are unknown and can be adjusted at the time the method is called.The C programming language, along with many others, have an interesting little feature called an ellipsis argument. When an ellipsis is used in a
Reusing JavaScript Template Literals
(K. Scott Allen) The word template in web programming makes one think of a reusable document or string you can combine with model data to produce output. Famous examples include Razor, Jade, and Handlebars.
CRUD Operations In WCF REST With JSON Message Format
(Vithal Wadje) In this article we will learn how to make simple CRUD operations in WCF REST service with JSON data.
Embedding Images in XML
(Erin Cavanaugh) One of the really cool features added to XMLSpy a few years ago based on customer requests is the ability to embed external files – such as images – directly in an XML document as encoded text.
FetchXML Executor for CRM Online
(Rashmi Wadhawan) FetchXML is the format for executing queries in Microsoft Dynamic CRM Online. This is a proprietary format of Microsoft for retrieving data from Microsoft dynamics CRM.
Call WCF Service Using jQuery – Part 1
(Kunal Patel) In this article you will learn WCF Service using jQuery.