(Bipin Joshi) In the previous article you learnt to create a Web API using ASP.NET Core. A Web API can be consumed by local clients or remote clients. Local clients are the clients that are housed in the same web application as the Web API. Remote clients are the clients that are not part of the Web
Tag: JSON / JAVA / XML
New Showplan XML properties in SSMS October Release
(Pedro Lopes) Back in March we announced the availability of per-operator level performance stats for Query Processing (exposed in Showplan XML) with SQL Server 2014 SP2 and SQL Server 2016.
Revisiting Concepts Of JavaScript For SharePoint / Office 365 Developer – JavaScript Variables – Part One
(Prasham Sabadra) In this article, I’ll go through the basics of JavaScript variables and important points, which should be known by SharePoint / Office 365 developers, who use JavaScript Object Model(JSOM) for SharePoint / Office 365 development.
Functions and Modules
(Robert Sedgewick and Kevin Wayne) THIS CHAPTER CENTERS ON A CONSTRUCT that has as profound an impact on control flow as do conditionals and loops: the function, which allows us to transfer control back and forth between different pieces of code.
Extended XML Serializer for .NET
(Wojciech Nagórski) Extended XML Serializer for .NET 4 and .NET CORE with WebApi and ASP Core integration.
Parsing JSON In C# Using Google Geocoding API
(Ali Imran) In this article, you will learn how to parse JSON in C#, using Google Geocoding API.
Understand Functions in JavaScript
(Dheeraj Kumar Kesri) Function is not a bizarre word to software developers. If your day to day activities involve even a little bit of coding, you must be ending up creating/modifying one or more functions before logging off for the day.
Search Function In Each Column Using AJAX Table In ASP.NET MVC
(Vignesh Mani) In this article, you will learn how to place a search function In each column using AJAX Table in ASP.NET MVC.
Creating Manual Javascript SignalR Client
(Ujjwal Gupta) In this article you will learn how to create a manual SignalR client in JavaScript without using the generated JavaScript proxy.
SQLcl to the rescue when the Database and APEX fail (with JSON limitations)
(Dimitri Gielis) In the last two years I’ve been using JSON in almost every project I was involved in.