Shubhghar
Name: Shubhghar
Score: 39
Last Seen: 797 days, 5 hours, 32 minutes ago
Member Since: 13 March, 2011
DotNetShoutout
atom rss
8
Shouts

Small jQuery plugin update: imgpreview

published 802 days, 19 hours, 5 minutes ago posted by jphellemonsjphellemons 805 days, 11 hours, 54 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Thursday, March 10, 2011 10:17:16 AM GMT
There is a nice jQuery plugin called imgpreview. It’s from James Padolsey. He made it back in 2009 but there is a minor bug in it which causes the rest of the jQuery to break on the page. (more)
category: Web Dev | clicked: 2 | 1 comment | | source: www.jphellemons.nl
tags: jQuery, javascript code snippet
7
Shouts

Keeping WebSockets alive

published 800 days, 9 hours, 49 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 803 days, 5 hours, 28 minutes ago
Tuesday, March 15, 2011 12:22:04 PM GMT Saturday, March 12, 2011 4:42:33 PM GMT
The problem with using stateful connections on an imperfect place as the internet is that connections might drop. The server or an intermediary can drop the connection due to an idle timeout. Even a temporary problem at the server or a local network hiccup might kill your connection. If you aren't prepared to handle these scenarios, you will not be able to fully rely on WebSockets. (more)
category: Web Dev | clicked: 1 | 1 comment | | source: jclaes.blogspot.com
tags: websockets, html5
6
Shouts

Hosting The Same Windows Azure Web Project With Two Different Configurations - Peter Kellner

published 802 days, 19 hours, 5 minutes ago posted by NickolayNickolay 808 days, 21 hours, 12 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Monday, March 07, 2011 12:58:33 AM GMT
In my scenario, I have the same web project that I want to host in two different Windows Azure Data Centers (BTW, Steve Marx let me know it’s “Windows Azure” and not “Azure” at MVP Summit so I’ll try and keep my terminology right as much as I can). Each Windows Azure Data Center has it’s own azure account (Azure Credential). It resolves to a different domain name and as part of that scenario, has different properties in the ServiceConfiguration.csfg file... (more)
category: Architecture | clicked: 0 | 1 comment | | source: peterkellner.net
tags: Windows Azure, Windows, Azure
6
Shouts

Another look at Continuous Delivery/Continuous Deployment

published 802 days, 19 hours, 5 minutes ago posted by http://dougrathbone.myopenid.com/http://dougrathbone.myopenid.com/ 808 days, 11 hours, 3 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Monday, March 07, 2011 11:07:56 AM GMT
I take a look at some quotes made at a conference by some of the leaders and innovators in the continuous delivery space - Martin Fowler, Neal Ford and Evan Bottcher. (more)
category: Agile | clicked: 2 | 1 comment | | source: www.diaryofaninja.com
tags: extreme, Agile, Continuous Integration
5
Shouts

Do not implement IControllerActivator in ASP.NET MVC 3

published 802 days, 19 hours, 5 minutes ago posted by devtrendsdevtrends 804 days, 42 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Friday, March 11, 2011 9:28:24 PM GMT
ASP.NET MVC 3 introduces two new interfaces to allow simple integration of IoC containers into the MVC pipeline, allowing many different types to be resolved using your IoC container of choice. These interfaces are IDependencyResolver and IControllerActivator but before you go ahead and implement both, ... (more)
category: Web Dev | clicked: 27 | 1 comment | | source: devtrends.co.uk
tags: ASP.NET MVC 3, IoC, IControllerActivator
4
Shouts

Making Viewstate Secure

published 802 days, 19 hours, 5 minutes ago posted by http://uniquesaiful.blogspot.com/http://uniquesaiful.blogspot.com/ 808 days, 3 hours, 32 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Monday, March 07, 2011 6:38:32 PM GMT
Making Viewstate Secure On 11.03.07, In Programming, by uniquesaiful Making ViewState Secure. One of the most common ways to store information is in view state. View State uses hidden field that ASP.Net automatically inserts in the rendered HTML of a web page. View state information is stored in a single jungled string that looks like this: As this value isn’t formated as clear text, many ASP.Net programmers assume that their view state data is encrypted. Actually, view state information is simp... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: computersight.com
4
Shouts

Deploying a PHP App to the Cloud: A Simple App - Canadian Web Developers' Blog

published 802 days, 19 hours, 5 minutes ago posted by iftekharahmedamitiftekharahmedamit 803 days, 14 hours, 33 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Saturday, March 12, 2011 7:38:18 AM GMT
As part of Microsoft's continued commitment to interoperability, the Windows Azure platform has been built from the ground up with interoperability in mind. As an open platform, Windows Azure offers you language choices that include .NET, PHP, Ruby, Python, and Java, as well as IDE choices that include Visual Studio and Eclipse. With the support of community-based libraries, development in Java, PHP, and Ruby is made even easier with SDKs especially written for those languages... (more)
category: Architecture | clicked: 2 | 1 comment | | source: blogs.msdn.com
tags: Windows Azure, PHP, Azure
4
Shouts

Deploying a PHP App to the Cloud: WordPress - Canadian Web Developers' Blog

published 802 days, 19 hours, 5 minutes ago posted by iftekharahmedamitiftekharahmedamit 803 days, 14 hours, 36 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Saturday, March 12, 2011 7:35:09 AM GMT
Your journey to the Cloud started with a walkthrough of deploying a simple PHP app to the Cloud. Now, we’ll continue with exploring how to deploy a more complicated but much more useful application to Windows Azure. WordPress and Windows Azure go very well together and deploying WordPress to Windows Azure is not much more complicated than the simple “Hello Cloud!” PHP app from the previous walkthrough as you’ll see in this walkthrough... (more)
category: Architecture | clicked: 1 | 1 comment | | source: blogs.msdn.com
tags: Windows Azure, PHP, Azure
4
Shouts

March 2011 CTP of WCF Data Services for OData v3 is Live - Glenn Gailey

published 802 days, 19 hours, 5 minutes ago posted by StevesSteves 803 days, 14 hours ago
Sunday, March 13, 2011 3:05:45 AM GMT Saturday, March 12, 2011 8:10:47 AM GMT
here is a new CTP out for WCF Data Services (v3), which features the long awaited support for properties on derived types (yay!) You can get it from here. The following proposed OData version 3.0 functionality is also supported by WCF Data Services in this release: * Multi-Valued Data Types OData now enables you to define multi-valued types in the data model of your data service. These multi-valued types contain unordered collections of primitive or complex types. * Named Resource Streams OData now... (more)
category: Web Dev | clicked: 7 | 2 comments | | source: blogs.msdn.com
tags: Data Services, WCF, CTP, OData
4
Shouts

Windows Azure SDK and Windows Azure Tools for Microsoft Visual Studio (March 2011) SDK 1.4 - Windows Azure Tribes

published 802 days, 19 hours, 5 minutes ago posted by StevesSteves 803 days, 14 hours, 5 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Saturday, March 12, 2011 8:05:46 AM GMT
Windows Azure SDK 1.4 Released Windows Azure™ is a cloud services operating system that serves as the development, service hosting and service management environment for the Windows Azure platform. Windows Azure provides developers with on-demand compute and storage to host, scale, and manage web applications on the internet through Microsoft® datacenters. Windows Azure is a flexible platform that supports multiple languages and integrates with your existing on-premises environment. To build applicatio... (more)
category: Architecture | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: Windows Azure Tools, Windows Azure SDK, Azure
6
Shouts

AppFabric WCF Service Template (C#) - Ron Jacobs

published 802 days, 19 hours, 5 minutes ago posted by StevesSteves 803 days, 13 hours, 53 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Saturday, March 12, 2011 8:17:49 AM GMT
Now available Download the AppFabric WCF Service Template C# Windows Communication Foundation (WCF) is Microsoft’s unified programming model for building service-oriented applications. Windows Server AppFabric provides tools for managing and monitoring your web services and workflows. The AppFabric WCF Service template brings these two products together providing the following features: * Monitor the calls to your service across multiple servers with AppFabric Monitoring * Create custom Event Tracing ... (more)
category: Web Dev | clicked: 3 | 1 comment | | source: blogs.msdn.com
tags: WCF Service, Windows Communication Foundation, WCF, AppFabric
4
Shouts

T4 vs Razor – what’s the skinny? - Gareth Jones

published 802 days, 19 hours, 5 minutes ago posted by iftekharahmedamitiftekharahmedamit 804 days, 7 hours, 9 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Friday, March 11, 2011 3:01:51 PM GMT
You might have noticed in the recent storm of Web Tools releases that there’s a groovy new kid on the template engine block – Razor. A few customers have been asking folks on both teams some questions around this, such as the following. * Why do you have two engines? * When should I use each of these two engines? * When can I expect <feature X> from one engine to appear in the other one? So the T4 and Razor teams got ourselves together in a room and came up with a common way to express how we t... (more)
category: Web Dev | clicked: 3 | 1 comment | | source: blogs.msdn.com
tags: T4, Razor
4
Shouts

Description of Visual Studio 2010 Service Pack 1 - Microsoft Support

published 802 days, 19 hours, 5 minutes ago posted by iftekharahmedamitiftekharahmedamit 804 days, 8 hours, 29 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Friday, March 11, 2011 1:41:37 PM GMT
This article describes information about Microsoft Visual Studio 2010 Service Pack 1 (SP1). Additionally, this article lists the issues that are fixed and the technology improvements that are added in Visual Studio 2010 SP1... (more)
category: How To | clicked: 1 | 1 comment | | source: support.microsoft.com
tags: Visual Studio 2010 SP1, Visual Studio 2010, Visual Studio 2010 Service Pack 1, SP1
4
Shouts

VS/TFS 2010 SP1 and TFS-Project Server Integration Feature Pack have Released - bharry's WebLog - Site Home - MSDN Blogs

published 802 days, 19 hours, 5 minutes ago posted by iftekharahmedamitiftekharahmedamit 804 days, 8 hours, 35 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Friday, March 11, 2011 1:35:42 PM GMT
Today is a big day of releases and announcements. Two of the big ones are that VS 2010 SP1 and TFS 2010 SP1 have shipped and that the Team Foundation Server Project Server Integration Feature Pack is now available for MSDN subscribers. As of today, both are available on the MSDN download site. On Thursday 3/10, the SP1 builds will become available to non-MSDN subscribers on the Microsoft download sites. I’ll update this post when I have the links. SP1 SP1 is not a huge service pack by VS 2008 SP1 st... (more)
category: How To | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: TFS-Project Server, VS 2010 SP1, TFS 2010 SP1
5
Shouts

C#/.NET Little Wonders: Tuples and Tuple Factory Methods

published 802 days, 19 hours, 5 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 804 days, 21 hours, 24 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Friday, March 11, 2011 12:46:51 AM GMT
Once again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can really help improve your code by making it easier to write and maintain.  This week, we look at the System.Tuple class and the handy factory methods for creating a Tuple by inferring the types. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: blackrabbitcoder.net
tags: .NET, Little Wonders, C#, Tuple
6
Shouts

Designing Web pages for Phones, especially the Windows Phone 7, free paper - Communications from a Grumpy Microsoft Academic Developer Evangelist

published 800 days, 9 hours, 49 minutes ago posted by iftekharahmedamitiftekharahmedamit 804 days, 8 hours, 32 minutes ago
Tuesday, March 15, 2011 12:22:04 PM GMT Friday, March 11, 2011 1:38:32 PM GMT
AppHub did a great job in writing a paper on how to design for the Windows Phone 7 browser, which is based on the IE7 browser. To download the paper go to http://create.msdn.com/en-US/education/catalog/article/DesigningWebSitesforPhone_Browsers This is a detailed paper that shows you how to implement a phone based web site and from beginner to advanced developer you should read this paper, now. Especially advanced web designers. There is no excuse for web sites not to adapt to the size of the browse... (more)
category: Smart Client | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: phones, Windows Phone 7
8
Shouts

Visual Studio - A Common Replace Scenario

published 800 days, 9 hours, 49 minutes ago posted by http://djsolid.myopenid.com/http://djsolid.myopenid.com/ 804 days, 12 hours, 55 minutes ago
Tuesday, March 15, 2011 12:22:04 PM GMT Friday, March 11, 2011 9:15:49 AM GMT
Visual Studio has a build in Replace function that uses Regular Expressions. Let’s consider the following scenario: Although it’s not “good” code many times a developer has to write the following code... (more)
category: Web Dev | clicked: 1 | 2 comments | | source: john.katsiotis.com
tags: Visual Studio