verbalKint

Stories kicked by verbalKint

How we built TwitterMatic.net - Part 1: Introduction(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 10 months ago

“Once upon a time, Microsoft started a Windows Azure developing contest named new CloudApp();. While it first was only available for US candidates, the contest was opened for international submissions too. Knight Maarten The Brave Coffeedrinker and his fellow knightsmen at RealDolmen decided to submit a small sample application that could be hosted in an unknown environment, known by the digital villagers as “the cloud”. The application was called TwitterMatic, named after the great god of social networking, Twitter. It would allow digital villagers to tell the latest stories, even when they were asleep or busy working.” read more...

2 comments |category: |Views: 221

tags: another

OpenForum - A Free Forum for ASP.NET MVC Applications(software.herbrandson.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 10 months ago

One of the things that I really like about the MVC framework is that it offers some unique possibilities when it comes to third parties developing entire sub-systems that can easily be plugged into existing applications. Recently, I had some “down time” at my work and decided to take the opportunity to experiment with doing just that. Here are the results of that experiment. OpenForum is a forum that can easily be plugged into any MVC application with very little effort. In fact, there are only three steps to get OpenForum working with most MVC applications. read more...

add a comment |category: |Views: 644

tags: another

Screenshot in 2 Clicks using .NET(dotnetcurry.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 1 month ago

As a developer, I take lot of screenshots and its time consuming to press the screenshot button, paste it in MSPaint or any other Image editing software and then save it. The pain is even more when I need to use two Buttons for a screenshot (Fn + PrintScreen) in my Laptop ;-). So I thought I will develop my own screenshot capturing tool which will allow me to take screenshots as well as save it in just two clicks. In this article I am going to show you how easy it is to develop your own tool using .NET. Let’s get started. read more...

add a comment |category: |Views: 544

tags: another

No Best Practices(bassistance.de)

submitted by verbalKintverbalKint(585) 3 years, 1 month ago

Everyonce in a while someone pulls out the rhetorical hammer and calls something a “best practice”. In german I call this a Totschlagargument, the best translation I could find seems to be thought-terminating cliché... read more...

add a comment |category: |Views: 18

tags: another

ASP.NET MVC 1.0 Release Candidate Now Available(weblogs.asp.net)

submitted by sharplifesharplife(4570) 3 years, 3 months ago

Finally Scott Guthrie announced ASP.NET MVC 1.0 RC. Check it out. read more...

2 comments |category: |Views: 239

tags: another

jQuery Playground from Google(code.google.com)

submitted by verbalKintverbalKint(585) 3 years, 4 months ago

Awsome tool to test jquery online read more...

1 comment |category: |Views: 2420

tags: another

Checking username availability with jQuery (screencast)(blog.maartenballiauw.be)

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

Abstract: "This screencast explains how to use jQuery and the ASP.NET MVC framework to quickly add a username availability checker to a user registration page." read more...

add a comment |category: |Views: 242

tags: another

Using the ASP.NET MVC ModelBinder (screencast)(blog.maartenballiauw.be)

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

Abstract: "This screencast demonstrates how code can be made more maintainable and testable by delegating binding to client data to the ASP.NET MVC model binder architecture." read more...

add a comment |category: |Views: 184

tags: another

Learn how to chose between renderpartial and renderaction(devlicio.us)

submitted by verbalKintverbalKint(585) 3 years, 6 months ago

Derik explains the difference between RenderPartial and RenderAction and how to weigh the choice when designing an MVC application read more...

add a comment |category: |Views: 146

tags: another

jQuery ajax uploader plugin for MVC(blog.codeville.net)

submitted by verbalKintverbalKint(585) 3 years, 6 months ago

Pretty awesome use of swfupload.swf, jquery and mvc read more...

add a comment |category: |Views: 108

tags: another

jQuery Ajax uploader plugin (with progress bar!)(blog.codeville.net)

submitted by desmonddesmond(2014) 3 years, 6 months ago

Do you want your HTML file upload controls to show a progress bar during the upload? That's always been tricky. Here's a cool jQuery plugin that gets the job done, along with a demo app written in ASP.NET MVC. read more...

1 comment |category: |Views: 2286

tags: another

twilio: Web Service API for making and receiving phone calls(twilio.com)

submitted by verbalKintverbalKint(585) 3 years, 6 months ago

Turn your Web App into an IVR in minutes. read more...

add a comment |category: |Views: 28

tags: another

PagedList Sorted Edition(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 6 months ago

Sorted Edition of PagedList read more...

3 comments |category: |Views: 324

tags: another

How to run ASP.NET MVC on Windows Azure(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 3 years, 6 months ago

A quick how-to on getting ASP.NET MVC up and running on Windows Azure. read more...

add a comment |category: |Views: 505

tags: another

Clashing with a c sharp keyword? Use the @ prefix(inq.me)

submitted by verbalKintverbalKint(585) 3 years, 6 months ago

Need to call a class class and a string string? read more...

add a comment |category: |Views: 19

tags: another

ASP.NET website Continuous Integration+Deployment using CruiseControl.(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 7 months ago

You can setup continuous integration and automated deployment for your web application using CruiseControl.NET, Subversion, MSBuild and Robocopy. I will show you how you can automatically build the entire solution, email build report to developers and QA, deploy latest code in IIS all using CruiseControl.NET every N minutes. read more...

4 comments |category: |Views: 415

tags: another