This post is in reply of this thread of the official ASP.NET forum.
The input data is in following format:
S.no | Name | wages |
---|---|---|
1 | Tom | $200 |
1 | Tom | $300 |
1 | Tom | $400 |
2 | Rob | $500 |
2 | Rob | $600 |
This post is in reply of this thread of the official ASP.NET forum.
The input data is in following format:
S.no | Name | wages |
---|---|---|
1 | Tom | $200 |
1 | Tom | $300 |
1 | Tom | $400 |
2 | Rob | $500 |
2 | Rob | $600 |
In this tutorial, we will implement to get data from ASP.NET Web API and create map chart with markers using jVectorMap plugin. jQuery UI dialog will be used to display drill-down detail information in a responsive and clean manner. This post is based on jVectorMap Data Visualization tutorial.
In this post, we will add JSON data to Sql Server tables using ASP.NET Web API, JSON.NET and SqlBulkCopy. The data is posted using jQuery ajax to web api which accepts JObject type argument, parse data, arrange data in the required table structure and save to database. Here is the structure of JSON and SQL Server tables.
In this article, we will see how to join multiple arrays, lists or collections by order with LINQ. In other words, we can say Zip operation on multiple sequences. Assuming we have following arrays:
int[] numbers = { 1, 2, 3 }; string[] abc = { "a", "b", "c" }; string[] pqr = { "p", "q", "r" }; string[] xyz = { "x", "y", "z" }; string[] words = { "one", "two", "three" };
In my previous post, we created Facebook style wall posts and comments system. In this post, we will implement real time notification when any new post or comment is added and display it on notification click using Knockout JS and SignalR. You might think .. Why notification? Why not to display in real time? If we display it in real time, It will irritate users. Suppose you are reading a post middle of the page, suddenly few new posts appear on top then the post you are reading go down and you have to scroll down to find where it is. That’s why in twitter or Stackoverflow,the notification is used when any new post is arrived and you can check them on notification click. We will implement the same thing for both posts and comments.
In this article, we will implement Facebook style wall posting with following features using Knockout.js, jQuery and ASP.NET MVC 4 with Web API.
1. Add new post and display the latest post first
2. Add new comment to post
3. Display date time in fuzzy time stamps (e.g. 5 mins ago..)
4. Auto-grow textarea for long posting and commenting
5. Comment link to toggle comment box
6. Display user avatar for posts and comments
We have detected that you are using adblock in your browser to disable advertising, but it also blocks useful features of our website.
Please disable your ad blocker for the best site experience.