(Duke Of Haren) One of the more awesome things I like about being a .NET developer is LINQ. LINQ (Language Integrated Query) is a fluent query interface implemented in the .NET framework.
Tag: JSON / JAVA / XML
Faster EDI Data Translation
(David McGahey) Electronic Data Interchange (EDI) standards accelerate commerce worldwide by allowing companies and other organizations – even those in different regions, using different languages and currencies – to send and receive unambiguous information.
Ajax Form in ASP.Net MVC
(Sandeep Singh Shekhawat) This article introduces how to implement Ajax functionality on form submit using JavaScript.
Using MarkLogic code execute privileges
(Adam Fowler) Some tips when implementing find grained code execution security in MarkLogic Server…
Working with Objects in Java
(Rogers Cadenhead) Learn how to create objects, test and modify their class and instance variables, call an object’s methods, and convert objects from one class to another.
JSON for SQL Server. Part 1
(Jose Segarra) This article presents TSQL routines that provide support in SQL Server to use JSON data. The focus is on performance and flexibility.
jQuery JSON- Showing Records in GridView and Perform SQL Paging
(Rahul Saxena) In this article I explain how we can show records in a GridView and how we can do SQL Paging using jQuery & JSON.
Serializing Objects in C++ Part 2 – Writing JSON
(phillipvoyle) A few days ago I wrote an article on how to serialize objects from C++. Serializing objects to and from C++ (Part 1), Since then I’ve been doing some more experiments and now have some sample code that serializes objects from C++ to JSON.
VS2015 Remote Debugging JavaScript
(Prakash Patel) VS2015 provides first class experience for debugging JavaScript code. You can leverage remote debugging features to debug JavaScript code on remote machine. The process can be internet explorer process or Windows Store App or it could even be a .NET application hosting browser contro
Creating Autocomplete Using JQuery, Ajax & WCF in ASP.Net
(jayant Tripathy) In this article you will learn how to create an Autocomplete Box using jQuery, Ajax & WCF in ASP.NET.