cbenien

Stories kicked by cbenien

Announcing the Microsoft AJAX CDN - ScottGu's Blog(weblogs.asp.net)

submitted by dbasarab617dbasarab617(100) 2 years, 8 months ago

Earlier today the ASP.NET team launched a new Microsoft Ajax CDN (Content Delivery Network) service that provides caching support for AJAX libraries (including jQuery and ASP.NET AJAX). The service is available for free, does not require any registration, and can be used for both commercial and non-commercial purposes. read more...

add a comment |category: |Views: 202

tags: another

ScottGu: Auto-Start ASP.NET Applications (VS 2010 and .NET 4.0 Series)(weblogs.asp.net)

submitted by JemmJemm(9604) 2 years, 8 months ago

"Today’s post covers a small, but nice, new feature that you can now optionally take advantage of with ASP.NET 4 - the ability to automatically startup and proactively initialize a web application without having to wait for an external client to hit the web server. This can help you provide a faster response experience for the first user who hits the server, and avoids you having to write custom scripts to “warm up” the server and get any data caches ready." read more...

add a comment |category: |Views: 351

tags: another

Siesta: Painless REST via ASP.NET MVC(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 9 months ago

A simple and easy-to-use REST system for ASP.NET, based on the API from the Zen project management system. read more...

add a comment |category: |Views: 365

tags: another

Windows 7 Code Pack v 1.0 Released(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 2 years, 9 months ago

The Windows® API Code Pack for Microsoft® .NET Framework provides support for various features of Windows 7 and previous releases of that operating system. The Code Pack has reached version 1.0 and has been published on Code Gallery: read more...

add a comment |category: |Views: 462

tags: another

Two New Features of C# 4.0 You will Love(devcurry.com)

submitted by samsertsamsert(2159) 2 years, 9 months ago

Two new features to C# 4.0 are optional parameters and named parameters. Optional parameters have been a part of VB.Net but it's now possible to do this in C#. Let us see how read more...

add a comment |category: |Views: 972

tags: another

Asp.Net MVC Membership Starter Kit Released(squaredroot.com)

submitted by TroyMGTroyMG(2670) 2 years, 9 months ago

Almost six months after the official release of Asp.Net MVC 1.0 and nearly a year after the last release of the starter kit, I've finally rewritten and released the Asp.Net MVC Membership Starter Kit. read more...

add a comment |category: |Views: 695

tags: another

ASP.NET MVC StrongRoutes AppAir.Web Preview Release(bleevo.com)

submitted by bleevobleevo(245) 2 years, 9 months ago

Magic strings be gone! make your routes strongly typed today. read more...

add a comment |category: |Views: 260

tags: another

ASP.NET MVC 2 Preview 1 is released!(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 9 months ago

ASP.NET MVC 2 first preview is released to public now and you can download it from Microsoft download site. Here is short overview of technical requirements and main new features of ASP.NET MVC 2 Preview 1. read more...

add a comment |category: |Views: 243

tags: another

ASP.NET MVC 2 Preview 1 released!(blog.maartenballiauw.be)

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

Today, Phil Haack did a blog post on the release of ASP.NET MVC 2 Preview 1! Get it while it’s fresh :-) An updated roadmap is also available on CodePlex. Guess now is about time to start revising my ASP.NET MVC 1.0 Quickly book… read more...

add a comment |category: |Views: 193

tags: another

OpenForum – new ASP.NET MVC based forum(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 10 months ago

There is new project in CodePlex called OpenForum. With source code you get also some samples you can run on your machine. OpenForum is pretty new and simple. There are no advanced forum features and currently it is suitable for smaller forums. You can change the look of OpenForum and write your own user repositories. Let’s see how OpenForum looks like. read more...

add a comment |category: |Views: 238

tags: another

Pulling others up(jonkruger.com)

submitted by david_hollanddavid_holland(605) 2 years, 10 months ago

What should you do when you're in a situation where the people you're working with aren't using the latest and greatest technology and might not be using the so-called "best practices" that you subscribe to? read more...

add a comment |category: |Views: 357

tags: another

Automatically minify and combine JavaScript in Visual Studio(encosia.com)

submitted by gt1329agt1329a(7849) 3 years ago

As you begin developing more complex client-side functionality, managing the size and shape of your JavaScript includes becomes a key concern. It’s all too easy to accidentally end up with hundreds of kilobytes of JavaScript spread across many separate HTTP requests, significantly slowing down your initial page loads. I hope you’ll find that this technique is a good compromise between the tedium of using manual minification tools and the overwrought complexity of setting up some of the more “enterprisey” automation solutions. read more...

add a comment |category: |Views: 514

tags: another

WPF NotifyIcon Released(hardcodet.net)

submitted by interferencesinterferences(385) 3 years ago

This is an implementation of a NotifyIcon (system tray icon) for the WPF platform. It does not just rely on the corresponding WinForms component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. read more...

add a comment |category: |Views: 857

tags: another

Implementing a simple genetic algorithm(improve.dk)

submitted by orcaorca(820) 3 years ago

In this blog post I'll give a quick introduction to what genetic algorithms are and what they can be used for. We'll implement a genetic algorithm that attempts to guess an RGB color by evolving upon a random set of initial guesses, until it at some point evolves into the correct RGB value. read more...

add a comment |category: |Views: 499

tags: another

22 amazing JQuery - Modal - Plugins(blogrammierer.de)

submitted by blogrammiererblogrammierer(265) 3 years, 1 month ago

A collection of 22 amazing JQuery - Modal - Window - Plugins read more...

add a comment |category: |Views: 775

tags: another

Just say No! to C# Regions(extractmethod.wordpress.com)

submitted by FlukeFanFlukeFan(279) 3 years, 1 month ago

You need a language construct so that your IDE can help you hide your big messy code block from you (because it’s just so hideous, you don’t even want to look at it anymore)? read more...

2 comments |category: |Views: 813

tags: another