mcgregoraidan

Stories kicked by mcgregoraidan

Auto Generate Web Service Proxy With Intellisense Support(it-box.blogturk.net)

submitted by coffeematecoffeemate(180) 4 years, 6 months ago

Here is sample bits of my work that auto generates a web service proxy into an assembly with a BuildProvider implementation. It’s a protoype, the rest could be implemented in your own way but it is surely working as it is (i won’t develop it further). Once it is built, the c# code wrapper of web service description generated and compiled into memory (infact into an assembly in asp.net temp directory), so you can use intellisense support of Visual Studio. read more...

add a comment |category: |Views: 30

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

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

Are you making these 3 common ASP.NET AJAX mistakes?(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 7 months ago

An overview of the impact several ASP.NET page life cycle issues have on ASP.NET AJAX development, and how to avoid them. read more...

6 comments |category: |Views: 397

tags: another

Convert street address to longitude and latitude via web service(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 7 months ago

Demonstrates how to convert a street address to a geographic position in longitude and latitude coordinates by using a free REST web service provided by GeoCoder.us. Web service only works for addresses within the United States due to the source (US census) data. read more...

1 comment |category: |Views: 573

tags: another

Mocking a Web Service Proxy(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 10 months ago

A simple howto for mocking a web service proxy class. read more...

2 comments |category: |Views: 143

tags: another

Video: Creating Web Services with the .NET Framework (weblogs.asp.net)

submitted by dwahlindwahlin(1450) 5 years, 2 months ago

The video discusses how to create a Web Service from scratch using the .NET framework and also discusses some of the pros and cons that you should know about. read more...

add a comment |category: |Views: 8

tags: another