Building a Host for ADO.NET Data Service
After you built your data service you will probably want to deploy it. In the following post I’m going to explain how you can build a simple host... more »
0 commentsSave Tags: .net, how-to
ASP.NET MVC Tipp: Ajax Request?
Job-related I’m diving into this ASP.NET MVC stuff currently and will give you at this point some posts on that in the nearer future. Just for now: I... more »
0 commentsSave Tags: .net, ajax
Testing WCF Apps (Part 2 of 4) -- Mocking out the service
Once you have written tests against your WCF service, you need a strategy for testing the code that uses the service. This article covers a technique... more »
0 commentsSave Tags: .net, methodology, microsoft
Why is Ra-Ajax so slow...?
Why is Ra-Ajax so slow was one of the questions we had at our Stacked installation today, here is the LONG answer...
0 commentsSave Tags: .net, ajax, frameworks, open source
Richie's World: WatiNCF - Live on CodePlex
The Watin Controller Framework provides base classes to aid developing simple and maintainable WatiN tests.
0 commentsSave Tags: .net
Introducing jBlogMvc
In this part, I announced jBlogMvc the ASP.NET MVC and jQuery blogengine which I build in order to learn more about the two new technologies, and... more »
0 commentsSave Tags: .net, how-to, javascript, web design
Video Tutorial - How to use Flajaxian FileUploader - Basics
Video Tutorial - How to use Flajaxian FileUploader - Basics What is Flajaxian FileUploader? How to get it? How to add it to a web site? How... more »
0 commentsSave Tags: .net, flash-flex, how-to, open source
Test Flash Remoting Call
A tool for testing flash remoting calls
0 commentsSave Tags: .net, flash-flex, frameworks, tools
Selectors for WebControls - Querying into the Control hierarchy on the server
A 20 lines long selector for Control and WebControl hierarchies...
0 commentsSave Tags: .net, frameworks, how-to, open source
Microsoft makes 'M' interoperable with OMG-compliant software
Although Microsoft did not adopt OMG's MetaObject Facility specification, the M modeling language can handle MOF-compliant XML Metadata Interchange.... more »
0 commentsSave Tags: .net, microsoft, standards
SecureString Extension Methods
In this article i'll talk about SecureString class of System.Security. SecureString represents text that should be kept confidential and secured by... more »
0 commentsSave Tags: .net
The Fat Controller
Good advice on writing mvc applications, in particular around the 'fat controller' code smell.
0 commentsSave Tags: .net, microsoft, open source
Flash and Silverlight: Image Transition Effect
A nice image transition effect for image rotator and displaying a bunch of images. The images used in the applications are created from the... more »
0 commentsSave Tags: .net, flash-flex, how-to, web 2.0
Young & Upcoming Generation of Powerful Languages
Several upcoming popular future programming languages including some on top of JVM and CLR ( IronRuby, Scala , Clojure, Groovy, F#, Erlang, Haskell... more »
3 commentsSave Tags: .net, java, opinion, other languages
Throwing Exceptions From Constructors?
Is it OK to throw exceptions from constructors? There are lots of philosophical arguments about this question, you may become confused trying to... more »
0 commentsSave Tags: .net, c-and-cpp
SQL Execution (Enterprise Manager-QA) VS. .NET Execution *and timeout exceptions
Resolution to Message: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding problem. ... more »
0 commentsSave Tags: .net, database, server, web design
Performance Counters With New ASP.NET Charting Control
A Quick sample using Performance Counters to get Processor Time and display it in a good looking ASP.NET Chart Control recently released by Microsoft.
0 commentsSave Tags: .net, web design, web services, windows
Quick and Dirty LINQ to SQL Debugging in ASP.NET
Sometimes, for debugging purposes, it's important to determine the T-SQL that's being issued to the database when a LINQ to SQL query executes.... more »
0 commentsSave Tags: .net, how-to, microsoft
Move Items from one ListBox to another ListBox in asp.net web application
Movement of items from one ListBox to another ListBox in asp.net is a typical issue sometimes programmers face. However in windows application it... more »
0 commentsSave Tags: .net
Blocking not Robots.txt Compliant Crawlers
Today an article talking about blocking Crawlers which are not Robots.txt Compliant. Number of web sites grows exponentially day by day and crawlers... more »
0 commentsSave Tags: .net, web 2.0, web services, windows
ASP.NET Page LifeCycle X-Ray’d
There are many good articles on the web covering ASP.NET Page LifeCycle - published my Microsoft on MSDN or by professionals in .NET related blogs.... more »
0 commentsSave Tags: .net, how-to, methodology, microsoft
Wizard Control in ASP.NET 3.5
Use the Wizard control to simplify many of the tasks that are associated with building a series of forms to collect user input.Collecting user input... more »
0 commentsSave Tags: .net, web design
Controlling HTML in ASP.NET WebForms
Developers want control. Developing for the web is seemingly more of a love/hate relationship with the tools at our disposal. Sometimes our tools... more »
0 commentsSave Tags: .net, web design
Salt an MD5 Hash For a Password String
Make an MD5 hash more secure by adding a little salt.
0 commentsSave Tags: .net, how-to, security
via