(Ivan Korhner) Since Java SE 5.0, developing multithreaded applications became much easier due to the task executor framework. Instead of working with low level synchronization constructs, the framework introduces the concepts of Task and Executors.
Tag: JSON / JAVA / XML
Show and Paging in ASP.Net Gridview Using jQuery
(Rahul Saxena) This article explains how to show and do paging in an ASP.Net Grid View using jQuery.
Convert CSV file to XML with DataTable in Visual Basic
(Emiliano Musso) In this short article, we’ll see how to convert a common CSV file into its XML representation, using Visual Basic .NET and the powerful functionalities of DataTable objects.
Serialization Options With Azure DocumentDB
(K. Scott Allen) Behind the scenes, Azure’s DocumentDB uses Json.NET to serialize objects. Json.NET offers some flexibility in how serialization behaves through a number of serialization settings, but the DocumentDB SDK doesn’t expose these settings.
Uploading Files Using Ajax AsyncFileUploader In ASP.Net
(Vithal Wadje) In ASP.NET FileUploader is a very lengthy process to upload files asynchronously because we need to write many lines of code.
Using jQuery to Show and Hide Columns in a Table using CheckBoxes
(Suprotim Agarwal) Use jQuery to show hide columns depending on the checkbox you selected. We will also see how to show hide columns using header index.
Read/Edit datetime Field on a XML File
(Bhis) I had a simple requirement yesterday to read an XML file, change a date field and save. This was a very simple task, but I had to refresh my XML basics and figure out how to change its contents which still took me an hour. There seem to be hundreds of web posts on XML reader issues, resolutio
Best approach to handle login popup dialog using MVC jQuery.
(Jitendra Kumar) This article helps to understand the login popup dialog implementation in MVC.
Introduction to HTML5 video
(Dave Voyles) This is part of an ongoing series of content that I’ll be writing about using Azure Media Services to create and consume HTML5 video.
MVC and JSON Action Results For Meaningful Feedback
(Steven Woolston) I recently wrote an asynchronous pipeline for my MVC view which displayed a list of users. I wanted to modify each user without a page refresh. This is how I did it ?
