(Rupesh Kahane) In this article, we will learn different JSON result types, using MVC.
Tag: JSON / JAVA / XML
Visual Studio Toolbox: Getting started with PHP, Java, and SQL Server on Linux
(Robert Green) In this episode, Dmitry is joined by Meet Bhagdev and Andrea Lam, who show us how to get started with programming apps in PHP and Java connecting to SQL Server on Linux.
Arrgh.js – Bringing LINQ to JavaScript
(Sander Rossel) In this article I want to talk about a JavaScript library I created and published to npm and NuGet. The library, dubbed arrgh.js, brings proper .NET like collections and LINQ to JavaScript. If you know LINQ in C# you already know how arrgh.js works!
MVC 5 – Partial View With Pagination In jQuery Dialog
(Nimit Joshi) This article describes how we can integrate the partial view with div element with the help of jQuery & jQuery UI in ASP.NET MVC 5 Application.
What is bound to generic types for method references in java 8, types and exceptions
(Gerard Davison) So most of the time you are probably aware of method references that either reference instance of static methods directly, and they are useful but not necessarily that interesting.
Handling GridView events using RowCommand and using jQuery
(vinodkumarnie) GridView is powerful control in ASP.NET where we can have other controls inside it and also we can have GridView inside GridView. This article tells about how to access controls and events inside GridView.
Java web application based on OAuth2
(Emil Kleszcz) Last week I’ve investigated how does OAuth2 protocol works and developed a Proof of Concept (PoC) in Java. In this post I would like to show you how effortlessly develop simple client-server application using OAuth 2.0 standard for authorization of protected resources placed on a serv
DataTable with Images to Excel File using Open XML SDK
(svijay_kumar) This tip will be useful for programmers who work with open XML to create Excel report from a datatable. I am explaining about how to export the ADO.NET DataTable into an Excel file using open XML SDK.
Oracle SOA Suite Code Quality: SonarQube Quality Gates, XML Plugin and custom XPath rules
(Maarten Smeets) There are several ways to do code quality checks in SOA Suite. In this blog post I will describe a minimal effort setup which uses Jenkins 2.9, SonarQube 5.6 and the SonarQube XML Plugin 1.4.1. SonarQube is a popular tool to check and visualize code quality.
Asp.net mvc Async File Uploading using JQuery
(Ehsan Sajjad) In this post, we will learn how to upload file in asp.net mvc without reloading the whole page or wihtout refreshing the whole page instead we will update specific portion of page which is normally said aync postback in webforms terms.