Stories recently tagged with 'JSON'

ASP.NET web services mistake: manual JSON serialization(encosia.com)

submitted by pycckipyccki(357) 9 months, 29 days ago

If you’ve spent much time working with the .NET platform, ASP.NET’s simple, convention-based approach to exposing JSON endpoints seems just about too good to be true. After years of fiddling with manual settings in XML configuration files, it’s understandable to assume that working with JSON in ASP.NET would require a similar rigmarole, yet it does not. Unfortunately, this unexpected ease-of-use isn’t obvious if you don’t already know about it, which has led some developers to build needlessly complicated solutions to problems that don’t actually exist. In this post, I want to point out a few ways not to approach JSON in ASP.NET and then show you a couple examples of leveraging the frame work to do it “right”. read more...

add a comment |category: |Views: 17

tags: another

ASP.NET MVC 3 released - Zain Shaikh's posterous(zainshaikh.posterous.com)

submitted by zainshaikhzainshaikh(64) 1 year ago

For so long, I was waiting for the final release of ASP.NET MVC 3, and now the wait ends and I should properly dive into MVC. ;) Download and Install ASP.NET MVC 3 Following is the list of some key features and improvments in ASP.NET MVC 3... read more...

add a comment |category: |Views: 12

tags: another

Showing Off bit.ly Clicks of Your Posts With jQuery(aext.net)

submitted by MikeMoreMikeMore(294) 1 year, 6 months ago

bit.ly -the most common URL shortener- provides a simple RESTfull API to lookup short URL’s and their clicks count.. bit.ly has recently released version 3 which added simpler, more efficient methods to query multiple URL’s in one request that we are going to apply in this tutorial. read more...

add a comment |category: |Views: 2

tags: another

Efficiently Getting Delicious Save Count of Your Posts(www.moretechtips.net)

submitted by MikeMoreMikeMore(294) 1 year, 6 months ago

Although there are many sites that describe how to get Delicious bookmaking count of some URL. I learned that you can get the save counts of multiple URL's in one request! And since I didn't see that mentioned anywhere -even on Delicious feeds API page- I thought I should do.. read more...

add a comment |category: |Views: 0

tags: another

javascript interactive with webservice via JSON(mypath2us.com)

submitted by usageneusagene(85) 2 years, 4 months ago

This post demonstrates how to call webservice from javascript, this is useful while doing server side validation on a big form and do not want to postback the whole form, as well as retrieve server side data without refresh the page. read more...

add a comment |category: |Views: 27

tags: another

Realtime Related Stream Bar: A Collecta-powered jQuery plugin(moretechtips.net)

submitted by MikeMoreMikeMore(294) 2 years, 4 months ago

A jQuery plugin to create a bar of real-time stream of information related to your post powered by Collecta search engine. read more...

add a comment |category: |Views: 14

tags: another

Realtime Related Tweets Bar: Another jQuery Plugin(moretechtips.net)

submitted by MikeMoreMikeMore(294) 2 years, 4 months ago

With all the buzz lately about Twitter real-time search. Why don't you add a real-time tweets bar related to your posts from your twitter timeline or from anybody or even limit it by a geocode coordinates! read more...

add a comment |category: |Views: 11

tags: another

How to pass Dictionary as a parameter to an ActionResult(stackoverflow.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 7 months ago

I'm using jQuery to make an Ajax call using an Http Post in ASP.NET MVC. I would like to be able to pass a Dictionary of values. I finally figured out the best solution is to pass JSON via the Http Post and use a custom ModelBinder to convert the JSON to a Dictionary. One thing I did in my solution is created a JsonDictionary object that inherits from Dictionary so that I can attach the custom ModelBinder to the JsonDictionary type, and it wont cause any conflicts in the future if I use Dictionary as a ActionResult parameter later on for a different purpose than JSON. read more...

add a comment |category: |Views: 121

tags: another

Update Panels and JSON Alternatives(csharp-codesamples.com)

submitted by rohanwarangrohanwarang(80) 2 years, 8 months ago

In most asp.net applications users experience post backs as a result of submit action by the client browsers. These post backs can be quite annoying when just a small part of the page needs to be refreshed. Update panels are designed to perform partial post back eliminating the need for doing a complete post back for updating a part of the page. But are these post backs truly partial? In this article we try to find out if Update panels actually improve performance by doing partial post backs or do they end up degrading it. read more...

add a comment |category: |Views: 37

tags: another

How I handle JSON dates returned by ASP.NET AJAX(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 9 months ago

The problem of how to handle dates in JSON is one of the more troublesome issues that may arise when directly calling ASP.NET AJAX web services and page methods.. Since the question of how I handle this problem is something asked often in emails and in comments on other posts here, I want to address the topic with its own post. read more...

add a comment |category: |Views: 192

tags: another

Code behind : A Smarter Related Posts widget for Blogger(moretechtips.net)

submitted by MikeMoreMikeMore(294) 2 years, 10 months ago

This time I gonna describe the code behind my new widget [A Smarter Related Posts widget for Blogger]. which is based on jQuery manipulation and aggregation of Blogger JSON feeds. read more...

add a comment |category: |Views: 21

tags: another

Handling JSON data securely, Five JavaScript Tips in Five Days(peachpit.com)

submitted by peachpittvpeachpittv(10) 2 years, 11 months ago

JSON (JavaScript Object Notation) is a lightweight data format commonly used in Ajax requests. Unfortunately, JSON has some inherent security concerns. In this post, I'll discuss the problem with JSON and the fix that makes it safe to use in your Rich Internet Applications. read more...

add a comment |category: |Views: 26

tags: another

jQuery (smallworkarounds.blogspot.com)

submitted by sushantpsushantp(45) 2 years, 11 months ago

This post looks into client side grid implentation using jTemplate to achieve high performance grid. It also talks about how to add additional features like paging, sorting and filtering to this client side grid. Its a highly detailed post. read more...

2 comments |category: |Views: 462

tags: another

Formatter and colorer of raw JSON code(blog.bodurov.com)

submitted by vladibovladibo(40) 2 years, 11 months ago

A tool for formatting and coloring raw JSON code read more...

add a comment |category: |Views: 39

tags: another

Writing JSON to a file using Json.NET(james.newtonking.com)

submitted by JamesNKJamesNK(3015) 2 years, 11 months ago

A couple of simple C# examples showing how to write JSON to a file using Json.NET. read more...

add a comment |category: |Views: 319

tags: another

Json Formatter(bodurov.com)

submitted by vladibovladibo(40) 2 years, 11 months ago

A tool for formating raw Json code read more...

add a comment |category: |Views: 64

tags: another