jch0001

Stories kicked by jch0001

IIS 500 errors leave clues in the log(www.dotnetnoob.com)

submitted by klingsklings(50) 2 months, 21 days ago

How IIS logs can help troubleshoot 500 internal server errors. read more...

1 comment |category: |Views: 92

tags: another

Transport and Message Security in WCF (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 7 months, 5 days ago

This post discusses about transport and message security. In Transport Security user credentials and claims are passed using transport layer. The transport protocols are TCP, HTTP, MSMQ and IPC. Each of these protocols have their own mechanism for passing user credentials. The most common approach is using secure socket layer(SSL) for encrypting the details which sent over HTTPS. read more...

1 comment |category: |Views: 23

tags: another

Translating with Google Translate without API and C# Code(www.west-wind.com)

submitted by jch0001jch0001(145) 9 months, 20 days ago

Google Translate without API and C# Code read more...

add a comment |category: |Views: 22

tags: another

15 Awesome ASP.NET Tips(www.dotnetcurry.com)

submitted by mopenmopen(3596) 9 months, 21 days ago

Some cool ASP.NET tips and tutorials you will find useful read more...

1 comment |category: |Views: 97

tags: another

Weekly News Digest @SilverlightZone - 24-July-2011 to 30-July-2011(www.kunal-chowdhury.com)

submitted by kunal2383kunal2383(1427) 9 months, 26 days ago

Last week was a busy week in Microsoft Technology. We noticed lots of releases during the whole week and hence increased the no. of posts in Silverlight-Zone.com too. During the week, 24th July 2011 to 30th July 2011, we have total 87 new article and news links posted here on Silverlight, Windows Phone 7 and LightSwitch. In this weekly news digest, I am going to share the popular 5 posts of the week and links to all the daily digest pages. Most popular posts are on News of "WP7 Mango build 7712 release", News of "Microsoft gives WP7 developers a refreshed Mango build", News on "Windows Phone MVC release", "Collection of WP7 (Mango) Tutorials" and "A Story on LightSwitch in the not so distant future". Read out more to find out those links. read more...

add a comment |category: |Views: 5

tags: another

Dean Hume - MVC and the HTML5 Application Cache(deanhume.com)

submitted by deanomachinodeanomachino(764) 10 months, 16 days ago

HTML5 has loads of awesome features and recently I have been playing around with a feature called the Application Cache. The Application Cache is designed to allow you to run your web application offline - that is, without a network connection. A web browser that implements HTML5 offline applications will read the list of URLs from the manifest file, download the resources, cache them locally, and automatically keep the local copies up to date as they change. When you don't have a network connection, the browser will automatically switch over to the local copies instead. Most modern browsers offer support for the Application Cache this includes FIREFOX (3.5+), SAFARI (4.0+), CHROME (5.0+), OPERA (10.6+), IPHONE and ANDROID. Unfortunately, Internet Explorer doesn't currently offer support for Application Cache. read more...

add a comment |category: |Views: 11

tags: another

Building a jQuery Plug-in to make an HTML Table scrollable(www.west-wind.com)

submitted by rstrahlrstrahl(7226) 11 months, 28 days ago

Table displays in limited space require some rendering alternatives. While paging is a common way to address fixed size displays, it's not an end-all solution. Sometimes it's necessary to display larger amounts of data in a small fixed space on an HTML page. Scrollable list are fairly easy to do with most HTML structures, but HTML tables are notoriously difficult to manage when it comes to scrolling. In this post I describe a jQuery plug-in that attempts to make any table scrollable by decomposing and reassembling the table into two distinct areas. read more...

add a comment |category: |Views: 31

tags: another

Coded UI Test (CUIT) using Visual Studio 2010(www.dotnetcurry.com)

submitted by jch0001jch0001(145) 1 year ago

Visual Studio 2010 read more...

add a comment |category: |Views: 1

tags: another

Historical Debugging (Intellitrace) on Visual Studio 2010 Ultimate P1(beyondrelational.com)

submitted by jch0001jch0001(145) 1 year, 1 month ago

Visual Studio 2010 Ultimate read more...

add a comment |category: |Views: 2

tags: another

SPARSE Column - New feature of SQL Server 2008(beyondrelational.com)

submitted by jch0001jch0001(145) 1 year, 1 month ago

SPARSE Column - feature of SQL Server 2008 read more...

add a comment |category: |Views: 3

tags: another

Rounded Corners and Shadows(www.west-wind.com)

submitted by jiltedcitizenjiltedcitizen(563) 1 year, 1 month ago

Well, it looks like we’ve finally arrived at a place where at least all of the latest versions of main stream browsers support rounded corners and box shadows. The two CSS properties that make this possible are box-shadow and box-radius. Both of these CSS Properties now supported in all the major browsers as shown in this chart from QuirksMode: read more...

add a comment |category: |Views: 88

tags: another

Displaying JSON in your Browser(www.west-wind.com)

submitted by jch0001jch0001(145) 1 year, 1 month ago

Javascript, JSON read more...

add a comment |category: |Views: 37

tags: another

Executing code on animation completion in WP7(compiledexperience.com)

submitted by NigelSampsonNigelSampson(505) 1 year, 2 months ago

Demonstrating how to create one off event handlers using closures or Reactive Extensions, and using them in extension methods to help working with animations. read more...

add a comment |category: |Views: 6

tags: another

Adding Git Command Line To Visual Studio(coderjournal.com)

submitted by zigamorphzigamorph(3319) 1 year, 2 months ago

If you are an avid Git user like I am, but also happen to work in a Visual Studio environment, you know that getting to your Git Bash command prompt is anything but easy. read more...

add a comment |category: |Views: 35

tags: another

IIS not starting: The process cannot access the file because it is bei(www.west-wind.com)

submitted by jch0001jch0001(145) 1 year, 2 months ago

IIS not starting: The process cannot access the file because it is being used by another process read more...

add a comment |category: |Views: 1

tags: another

Storing TSQL Queries in a table without losing the formatting(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 1 year, 4 months ago

One of the applications we worked on recently had to deal with storing TSQL queries in a table and executing them based on some business logic. It was not a very complicated project, but the development team had a tough time with the formatting of the... read more...

add a comment |category: |Views: 6

tags: another