hatchan

Stories kicked by hatchan

Wcf facility - IWcfClient, AsWcfClient, AsWcfService and PublishMetada(blog.hatchan.nl)

submitted by hatchanhatchan(20) 1 year, 9 months ago

The WCF facility for Castle Windsor has had some changes a couple of weeks ago. This blogpost briefly discusses some changes. read more...

add a comment |category: |Views: 79

tags: another

WCF facility for Castle Windsor - Client(blog.hatchan.nl)

submitted by hatchanhatchan(20) 1 year, 10 months ago

Last blog post I talked about using the WCF facility to provide a us with a WCF service in a hosted environment. In this blog post I will show you how to three ways to use a WCF client inside your components, of course one being about using the WCF facility to provide you with a WCF client. read more...

add a comment |category: |Views: 198

tags: another

WCF facility for Castle Windsor - Service(blog.hatchan.nl)

submitted by hatchanhatchan(20) 1 year, 10 months ago

In this blog post I will talk about using the WCF facility for Castle Windsor to create a WCF service in a hosted environment, like a ASP.NET Web Application or a WCF Service Application. read more...

add a comment |category: |Views: 77

tags: another

TDD, Contracts, and Reading the Fine Print(codebetter.com)

submitted by adminjewadminjew(1490) 3 years, 8 months ago

Jimmy Bogard on coming to TDD and interface oriented Jesus and the aha moment of why we use interfaces: An interface is a contract, that any implementation needs to adhere to. Consumers of the interface do not care about implementation details, nor can they, as the interface provides no other information besides the signatures it provides. read more...

add a comment |category: |Views: 5

tags: another

How to get Cross Browser Compatibility Every Time(anthonyshort.com.au)

submitted by rimsystemsrimsystems(6119) 3 years, 11 months ago

Cross-browser compatibility is one of the most time consuming tasks for any web designer. We’ve seen many different articles over the net describing common problems and fixes. I’ve collated all the information I could find to create some coding conventions for ensuring that your site will work first time in every browser. There are some things you should consider for Safari and Firefox also, and IE isn’t always the culprit for your CSS woes. read more...

add a comment |category: |Views: 434

tags: another

15 Tools to Help You Develop Faster Web Pages(sixrevisions.com)

submitted by rimsystemsrimsystems(6119) 3 years, 11 months ago

Response times, availability, and stability are vital factors to bear in mind when creating and maintaining a web application. If you’re concerned about your web pages’ speed or want to make sure you’re in tip-top shape before starting or launching a project, here’s a few useful, free tools to help you create and sustain high-performance web applications. read more...

1 comment |category: |Views: 737

tags: another

Nice VS 2008 Code Editing Improvements(weblogs.asp.net)

submitted by expressoexpresso(465) 3 years, 11 months ago

Good improvements to take notice of when utilizing VS 2008 read more...

1 comment |category: |Views: 738

tags: another

Using Thread Pool for Multi-Threading application(dailycoding.com)

submitted by rsonirsoni(930) 3 years, 11 months ago

How to use thread pool for multithreading in a .net application .. read more...

add a comment |category: |Views: 41

tags: another

ReSharper 4.0 Released(jetbrains.com)

submitted by rprouserprouse(1175) 3 years, 11 months ago

Version 4.0 of our favourite productivity tool for Visual Studio has come out of beta and been released. Follow the link see the new features and then download it. If you haven't tried ReSharper yet, give it a try, its worth it. read more...

add a comment |category: |Views: 8

tags: another

Building a better web forms: Context highlighting using jQuery (jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 11 months ago

This article shows how to highlight a current context on a complex web forms using jQuery. You can see how to highlight current row or current group of rows, and how easily it could be done by uisng powerful jQuery selectors. read more...

3 comments |category: |Views: 363

tags: another

Give way to the yield keyword!(blogs.microsoft.co.il)

submitted by shayfriedmanshayfriedman(1411) 3 years, 11 months ago

A brief description of what you can do with the yield keyword. read more...

3 comments |category: |Views: 718

tags: another

3 mistakes to avoid when using jQuery with ASP.NET AJAX(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 11 months ago

Three common problems that I've seen when using jQuery with ASP.NET AJAX, their underlying causes, and simple solutions to them. read more...

add a comment |category: |Views: 412

tags: another

Code based ASP.NET MVC GridView(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 11 months ago

Maarten Balliauw shows you how to build an ASP.NET MVC html helper extension method which generates a nice gridview-like control using pure code and MVC framework. read more...

add a comment |category: |Views: 2902

tags: another

enum to friendly string extension method(objectreference.net)

submitted by Vort3XVort3X(1335) 3 years, 11 months ago

We use enums quite extensively in our application as they are a great for representing integral values in a strongly typed way using symbolic names. The enum names are not very friendly to the user and I recently read a some good articles which tried to solve this problem. However, I think i've found a better solution to this problem using extension methods. read more...

add a comment |category: |Views: 382

tags: another

Exception handling best practices in ASP.NET web applications (jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 11 months ago

Exception handling plays an important part of application management and user experience. If implemented correctly it can make maintenance easier and bring the user experience to a higher level. If not, it can be a disaster. The goal of this article is to provide an overview of what exception handling is from the user perspective and the perspective of people who maintain the application, and to show the best practices of how to implement useful error handling in ASP.NET web applications. read more...

add a comment |category: |Views: 1091

tags: another

ASP.NET MVC Support with Visual Web Developer 2008 Express(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 3 years, 11 months ago

Last week I blogged about the ASP.NET MVC Preview 3 release. One important thing I forgot to mention about this release is that you can now use it with both Visual Studio 2008 as well as the free Visual Web Developer 2008 Express edition... read more...

add a comment |category: |Views: 129

tags: another