Pratima

Stories kicked by Pratima

Daily tech links for .net and related technologies - July 22-24, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 10 months ago

Daily tech links for .net and related technologies. read more...

add a comment |category: |Views: 234

tags: another

Daily tech links for .net and related technologies - July 18-21, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 10 months ago

Daily tech links for .net and related technologies. read more...

add a comment |category: |Views: 228

tags: another

Creating A RESTful API With WCF (dev102.com)

submitted by razamitrazamit(4566) 2 years, 10 months ago

Representational state transfer (REST) is a style of software architecture for distributed hypermedia systems such as the World Wide Web. As such, it is not just a method for building "web services." The terms "representational state transfer" and "REST" were introduced in 2000 in the doctoral dissertation of Roy Fielding,[1] one of the principal authors of the Hypertext Transfer Protocol (HTTP) specification. read more...

add a comment |category: |Views: 372

tags: another

Having Fun with the New Editor in VS 2010(blogs.msdn.com)

submitted by markheathmarkheath(1485) 2 years, 10 months ago

A brief demo of how easy it is to customize the new WPF-based text editor in VS 2010 read more...

add a comment |category: |Views: 611

tags: another

Isolation Frameworks: Learning how to validate expectations(dimecasts.net)

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

Taking a look at the various ways you can setup and validate expectations on your stubs/fakes. Validating these expectations will allow your to confirm in tests your dependencies are being used in the manor expected. read more...

add a comment |category: |Views: 154

tags: another

Compare Design Patterns in C# and Ruby: The Observer Pattern(johnlmiller.com)

submitted by john2021john2021(600) 2 years, 10 months ago

A look at how the Observer pattern can be applied in the two languages read more...

add a comment |category: |Views: 421

tags: another

Google Talk (GTalk) Autoreply using .NET (dotnetcurry.com)

submitted by paroaryaparoarya(285) 2 years, 10 months ago

In this article, we will see how you can develop a simple Gtalk client using .NET using which you can notify your users that you are away from your desk. read more...

add a comment |category: |Views: 384

tags: another

Daily tech links for .net and related technologies - June 24-27, 2009(weblogs.asp.net)

submitted by atlasatlas(15) 2 years, 11 months ago

Daily tech links for .net and related technologies. read more...

add a comment |category: |Views: 12

tags: another

Daily tech links for .net and related technologies - June 10, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 11 months ago

Daily tech links for .net and related technologies. read more...

add a comment |category: |Views: 6

tags: another

Daily tech links for .net and related technologies - June 9, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 11 months ago

Daily tech links for dotnet and related technologies. read more...

add a comment |category: |Views: 229

tags: another

Daily tech links for .net and related technologies - June 6, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 11 months ago

Daily tech links for .net and related technologies. read more...

add a comment |category: |Views: 215

tags: another

Daily Tech Links for .net and related technologies- June 5, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 11 months ago

Daily Tech Links for .net and related technologies. read more...

add a comment |category: |Views: 4

tags: another

Daily Tech Links - June 2, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 11 months ago

Daily Tech links for web based applications. read more...

add a comment |category: |Views: 8

tags: another

Reduce ASP.NET Page size and complexity using JQuery-Part 2(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 3 years, 9 months ago

This is part 2 of my series for ASP.NET AJAX and JQuery comparison. You can read part 1 here. In my last 2 articles (Dynamically create ASP.NET user control using ASP.NET Ajax and Web Service and Dynamically create ASP.NET user control using JQuery and JSON enabled Ajax Web Service), I explained how to access JSON data from ASP.NET AJAX script service using ASP.NET AJAX client side framework and JQuery. In this post I will compare response/ request for these two implementations. read more...

add a comment |category: |Views: 327

tags: another

Dynamically create ASP.NET UserControl using JQuery & Ajax Web Service(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 3 years, 9 months ago

Few thing you need to consider when you are accesing ASP.NET webservice through JQuery. * Request verb Type * Content- length with IIS6+ * Default contentType * JSON object formatting * Maximum length exceed exception I am explaining these issues and workaround to make JQuery work fine with ASP.NET Ajax enabled web service. read more...

1 comment |category: |Views: 866

tags: another

Dynamically create ASP.NET user control using Ajax and Web Service(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 3 years, 10 months ago

To make web UI dynamic and more responsive to the various situations and modes, several techniques are used by the developers like making irrelevant controls invisible, disabling unused controls. This technique makes you page complex and heavy in size. Dynamic user control is another story. With dynamic control creation you will get the unmatched flexibility and innovation with robustness. Using this technique you can add any usercontrol to any page as per demand without postback or update panel. read more...

add a comment |category: |Views: 578

tags: another