stenbaek

Stories kicked by stenbaek

ClientIDMode in ASP.NET 4.0(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 7 months ago

The new ClientIDMode in ASP.NET 4.0 is one of my most anticipated features to reduce the naming clutter that ASP.NET naming container naming has traditionally introduced into page. In this post I describe the ClientIDMode behavior and the various ways of how you can control ClientID generation with ASP.NET 4.0 read more...

add a comment |category: |Views: 11

tags: another

Channel 9 Learning Center – Just Launched!(blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 7 months ago

The Channel 9 Learning Center is the destination for free technical training on emerging Microsoft products and technologies. The Learning Center consists of a set of courses with each course including a set of videos, hands-on labs, and source code samples to get you up-to-speed quickly. read more...

add a comment |category: |Views: 161

tags: another

Using generic methods and constraints(blog.kjeldby.dk)

submitted by DexterDexter(30) 2 years, 11 months ago

This article explain how you create generic classes and methods, including type constraints. The article also discuss the ideas behind generics, as well as alternative approaches. read more...

add a comment |category: |Views: 22

tags: another

Formatting enums using ICustomFormatter(blog.kjeldby.dk)

submitted by stenbaekstenbaek(545) 2 years, 11 months ago

C# enums are named constants, making code easier to write and read. But the enum names should not be written to the UI. This post shows two methods of formatting an enum to a string suitable for the UI. read more...

add a comment |category: |Views: 32

tags: another

Visual Studio 2010: Web.config transforms(weblogs.asp.net)

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

Recently I wrote about Visual Studio 2010 and multiple web.config files support. Let’s see how to play with web.config transformation so we can use one configuration on development environment and the other for production environment. read more...

add a comment |category: |Views: 356

tags: another

Should You Use ASP.NET MVC?(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 1 month ago

There are a lot of ASP.NET web forms developers out there that admit that they don't "get it" when it comes to all the hubbub surrounding ASP.NET MVC. In some ways, I can sympathize with them. The vocal minority that raves about ASP.NET MVC gush about it with such zeal that they make it sound like you'd have to be a fool not to switch over. But in actuality, the decision isn't nearly as black and white. There has been talk about how the ASP.NET MVC framework is a web forms killer (despite the objections from those creating it), and if you listened only to them you would think that ASP.NET web forms development was done for -- cast to the wayside as an obsolete framework suitable only for amateur drag-and-drop developers. read more...

add a comment |category: |Views: 429

tags: another

Web Service Optimization(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 3 years, 2 months ago

This article gives you 10 tips to optimize web services. read more...

add a comment |category: |Views: 464

tags: another

ASP.NET MVC Domain Driven Design Part 2(nathan.whiteboard-it.com)

submitted by nrstottnrstott(345) 3 years, 2 months ago

Implementation of entity equality and test cases to describe the behavior. Fluent NHibernate mapping and integration testing. Implementation of IRepository<T>. read more...

add a comment |category: |Views: 91

tags: another

ASP.NET MVC Domain Driven Design(nathan.whiteboard-it.com)

submitted by nrstottnrstott(345) 3 years, 2 months ago

The first in a series of posts detailing how to create ASP.NET MVC projects in a way that facilitates DDD. Fluent NHibernate, NHibernate.Burrow, and MVCContrib will be used. read more...

1 comment |category: |Views: 613

tags: another

Styling Buttons and Toolbars with the jQuery (filamentgroup.com)

submitted by stenbaekstenbaek(545) 3 years, 3 months ago

coded real-world examples of themeable buttons and toolbars using the jQuery UI CSS framework, a system of classes developed for jQuery UI widgets that can easily be applied to any plugin, and even static content. read more...

add a comment |category: |Views: 42

tags: another

appSettings Cache(dotnetperls.com)

submitted by stenbaekstenbaek(545) 3 years, 3 months ago

You want to improve the performance of the appSettings in ASP.NET using site-wide caching. Retrieving application settings in ASP.NET is needlessly slow. read more...

1 comment |category: |Views: 42

tags: another

Dynamic Compilation in a Web Application(blog.kjeldby.dk)

submitted by stenbaekstenbaek(545) 3 years, 5 months ago

With a simple trick, you can mimic the dynamic complilation of a Web Site in a Web Application. read more...

add a comment |category: |Views: 29

tags: another

Tips & Tricks when working with jQuery and ASP.NET AJAX(mosesofegypt.net)

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

Tips & Tricks when working with jQuery and ASP.NET AJAX: I posted about how to build and extender control using ASP.NET AJAX with jQuery. During my work I fall into few issues that I resolved and wished to share them with you read more...

6 comments |category: |Views: 467

tags: another

Arthemia theme ready for BlogEngine(onesoft.dk)

submitted by stenbaekstenbaek(545) 3 years, 6 months ago

Original I didn’t believed that it was possible, but I managed to do it anyway and here it is: the Wordpress theme Arthemia 2.0 ready for BlogEngine read more...

add a comment |category: |Views: 95

tags: another

Make a wish for a BlogEngine.NET theme(onesoft.dk)

submitted by stenbaekstenbaek(545) 3 years, 6 months ago

Do you have a favorite blog theme that sadly only available to Wordpress or Blogger – now it's time to suggest it for adapting to BlogEngine.NET. read more...

add a comment |category: |Views: 30

tags: another

3 themes adapted for Blogengine.NET(onesoft.dk)

submitted by stenbaekstenbaek(545) 3 years, 7 months ago

3 wp themes: Notepad Chaos, FreshCitrus and Scruffy adapted for Blogengine.NET 1.4.5... more to come ;-) read more...

1 comment |category: |Views: 332

tags: another