Always remain updated about current software development trends
Today, I'm doing a talk at\xa0DrupalCon Portland 2013on Static analysis and code metrics. Here are the slides for that talk. When the videos are posted, I'll make a followup post that links to it. Click through for the slides!Read more \xbb
Single web service for both .NET web and desktop applications.
We finally did it. LeanSentry now automatically detects and diagnoses IIS and ASP.NET hangs! Read More......( read more ) Read More......(read more)
Web applications and web APIs are usually programmed to perform requests in a synchronous manner. A common web-based access flow will start with a requester accessing a remote service. The remote service in turn will process the request and quickly return...
In my project I wanted to create text box control with bultin configurable validation. ASP.NET definition in .aspx or .ascx file would get validation function by name. But I do not wanted to create just .ascx file with text box. I could not then reuse that...
How to send Single Notification of multiple messages using GCM, if device is Idle in ASP.NET
So if you've been under a rock lately, you might have missed this little phenom known as KickStarter. Well today you're going to want to check it out. Secret Labs, the folks who brought you Netduino (hey, I'm wearing a Netduino t-shirt today, what a coincidence)...
Recently a reader asked about a tricky issue with HTML5 drag and drop. The issue is this:HTML5 supports native drag and drop through draggable property and several events such as dragstart, drag, dragenter, dragleave, dragover and drop. Normally dragstart...