marcoanastasi

Stories kicked by marcoanastasi

Json.NET 2.0 final released(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years ago

The final version of Json.NET 2.0. Includes all the new features introduced during the betas such as LINQ to JSON and JsonSerializer improvements in addition to all new API documentation. read more...

add a comment |category: |Views: 69

tags: another

Showing ESRI Shapefile Layers on a Virtual Earth Map: a simple HowTo(geekswithblogs.net)

submitted by marcoanastasimarcoanastasi(265) 4 years, 1 month ago

If you've ever tried to find a way to display an ESRI ShapeFile on a Virtual Earth map, you'll have probably noticed how little information there is on the Internet about how to accomplish this apparently arduous task. With the technique described in this article, you're going to be able to not only display Shapefiles as layers on Virtual Earth, but also interact with them in countless ways: extract data from them, show data associated with a shape when you click on it on the map, even modify or create new Shapefiles. read more...

add a comment |category: |Views: 181

tags: another

Microsoft Live Labs - Volta(ifxplus.com)

submitted by m.casatim.casati(600) 4 years, 5 months ago

The Volta technology preview is a developer toolset that enables you to build multi-tier web applications by applying familiar techniques and patterns. First, design and build your application as a .NET client application, then assign the portions of the application to run on the server and the client tiers late in the development process. The compiler creates cross-browser JavaScript for the client tier, web services for the server tier, and communication, serialization, synchronization, security, and other boilerplate code to tie the tiers together. read more...

5 comments |category: |Views: 5

tags: another

ASP.Net MVC Framework Part 1(weblogs.asp.net)

submitted by isuttleisuttle(1140) 4 years, 6 months ago

Scott Guthrie provides some great insight into the upcoming ASP.Net MVC framework. read more...

4 comments |category: |Views: 32

tags: another

Getting started with Virtual Earth Mashups: showing current weather.(geekswithblogs.net)

submitted by marcoanastasimarcoanastasi(265) 4 years, 6 months ago

In this article we'll see how easy it is to use Virtual Earth SDK to produce a simple mashup, using web services that provide information in JSON format. We'll use data retrieved from a JSON web service to show weather icons and up-to-date weather information on a specific area selected on the map. read more...

add a comment |category: |Views: 23

tags: another

How to integrate JSON web services in an ASP.NET AJAX web application:(geekswithblogs.net)

submitted by marcoanastasimarcoanastasi(265) 4 years, 6 months ago

In this brief tutorial, we'll see how to leverage the ASP.NET AJAX infrastructure to call remote JSON web services from client script. The use of proxy services, JSON serialization / deserialization and the relevant aspects of the ASP.NET AJAX Client Library will be covered. read more...

add a comment |category: |Views: 104

tags: another

Copying and pasting rectangular blocks of code in Visual Studio and Ma(weblogs.sqlteam.com)

submitted by kprernnkprernn(1445) 4 years, 6 months ago

Did you know that the Visual Studio and Management Studio editors allow you to copy and paste rectangular areas of code (not just lines of code)? This blog demonstrates how. Very handy when copying and pasting variable names! read more...

4 comments |category: |Views: 15

tags: another

Getting the Virtual Path of a Request in c# (geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 6 months ago

This simple bit of code will get you the Virtual Path of your current request. read more...

add a comment |category: |Views: 58

tags: another

My favorite interview questions(blog.dotnetclr.com)

submitted by rawsoftrawsoft(430) 4 years, 6 months ago

These are some of the questions that I ask when I'm interviewing a new applicant for a developer position. read more...

8 comments |category: |Views: 123

tags: another

The uncommon features of C#.(blog.dotnetclr.com)

submitted by rawsoftrawsoft(430) 4 years, 6 months ago

A quick and dirty post about the few keywords & statements that developers rarely use. read more...

3 comments |category: |Views: 5

tags: another

JSON in ASP.NET Ajax: Part 3.Server side deserialization / elaboration(geekswithblogs.net)

submitted by marcoanastasimarcoanastasi(265) 4 years, 6 months ago

In the third part of this series, we'll discover how we can elaborate and enrich the JSON response returned from a Web Service in our proxy service before sending it back to the client. We will also see how to leverage the ASP.NET AJAX framework to make the data exchange between the client side and the server side code of our application completely transparent. read more...

1 comment |category: |Views: 44

tags: another

ASP.net MVC Framework and what it means for you(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 6 months ago

A description of the MVC pattern and the traditional Page Controller pattern and how they differ. read more...

5 comments |category: |Views: 7

tags: another

Add Row Highlighting to your GridView(carlj.ca)

submitted by CarlJCarlJ(875) 4 years, 7 months ago

I’m going to show you a quick and easy way that hopefully will help liven up your plain old GridView. read more...

add a comment |category: |Views: 43

tags: another

Data Interpolation with SPLINE in C#(geekswithblogs.net)

submitted by aneresaneres(45) 4 years, 7 months ago

A simple and fast solution for the approximation of a function, interpolating it using a list of known samples and the Spline algorithm. read more...

add a comment |category: |Views: 1084

tags: another

JSON in ASP.NET Ajax: Part 2. Calling a JSON Service from client code(geekswithblogs.net)

submitted by marcoanastasimarcoanastasi(265) 4 years, 7 months ago

In this follow-up we'll build upon what we learned in the previous article, and write a simple AJAX application that calls a JSON Web Service asynchronously and displays the result with a callback. We'll leverage the ASP.NET AJAX client library to avoid writing all the needed "plumbing" code and we'll see how to bridge a remote web service using a local proxy. read more...

add a comment |category: |Views: 40

tags: another

JSON in ASP.NET Ajax: First words(geekswithblogs.net)

submitted by marcoanastasimarcoanastasi(265) 4 years, 7 months ago

An introduction to JSON and its use within the ASP.NET AJAX framework. How to simply deserialize a string containing JavaScript Object Notation on the client using eval() read more...

add a comment |category: |Views: 8

tags: another