Contents tagged with WCF Configuration
-
Fixing .NET Configuration Hell with TeleSharp: Authoring Configuration Files
The configuration authoring experience remains one of the main challenges of .NET applications. Every time we need to create a new configuration files, we find ourselves going to MSDN or similar websites and trying to figure out the structure of different configuration sections and the sad thing is that we
-
Tellago Studios webinar: Introducing TeleSharp
Tomorrow I will be presenting the first webinar about Tellago Studios’ TeleSharp. I would like to keep things very practical and will cover the following topics:
-
Why .NET configuration management sucks and what can you do about it
Configuration management is one of the biggest problems of enterprise .NET applications. Since the first release of the .NET framework, configuration has been the main mechanism used by developers to model aspects of applications in a declarative way.
-
Bringing true agility to enterprise .NET: Tellago Studios announces TeleSharp
We are happy to announce the latest addition to Tellago Studios’ product family: TeleSharp. After the success of SO-Aware and the SO-Aware Test Workbench, we decided to tackle on a bigger challenge by taking the initial steps towards simplifying enterprise .NET application development. After months of discussion with customers we decided to focus on the following challenges:
-
Teched 2011 Slides
I know, I know….It’s been almost 2 weeks since Teched and I still haven’t posted the slide decks of my sessions :( I’ve been super busy with some exciting development on both Tellago and Tellago Studios but I finally got to it :)
-
Making WCF load testing so simple a caveman can do it
As I mentioned in previous posts, during the development of the SO-Aware Test Workbench we literally obsessed about making performance testing as simple as it gets. One of the aspects that make performance testing so simple with the SO-Aware Test Workbench is that it leverages SO-Aware’s WCF centralized configuration capabilities.
-
Speaking at the 4th International SOA Symposium
This week I am speaking at the 4th international SOA Symposium in Brasilia, Brazil. The topic?, take a guess… SO-Aware of course! Tomorrow I will be doing a session about agile SOA Governance that will illustrate on a lot of the principles SO-Aware is built upon as well as a lot of the experiences we have gathered in our real world implementations. Thursday I will be doing a session about RESTful Services patterns and I am scheduled to participate in a SOA Governance panel with some luminaries of SOA world. I am very much looking forward to a great conference and to have some great debates about service orientation.
-
Speaking at VSLive Las Vegas
-
How fast are my services? Is NetTcpBinding really that fast?
NetTcpBinding is often assumed to offer the best performance of all WCF bindings. When working on WCF implementations, I often hear from developers argue about the performance benefits that their solution gain by usingnettcp endpoints but rarely see any benchmarks to confirm that assertion for their specific scenario.
-
Load Testing your WCF Service in Two Clicks
A few months back I was talking to a VP of Architecture from one of our customers about service testing practices and he expressed a very blunt viewpoint about load testing: “Developers don’t load test their web services because it's to F…. difficult”.