ekampf

Stories kicked by ekampf

Inline Recursion in ASP.NET Template to Print a Tree’s Node List(devign.me)

submitted by DevignDevign(180) 1 year, 8 months ago

Here’s a neat & clean way to perform a recursion in ASP.NET, inside the .aspx/.ascx file. Suitable for ASP.NET MVC as well as WebForms. No <asp:Repeater> + OnItemDataBound event or concatenating strings recursively in the code behind involved. [...] read more...

add a comment |category: |Views: 116

tags: another

SQL Tip: How to Avoid Fundamental Mistakes by Using Transactions(devign.me)

submitted by DevignDevign(180) 1 year, 9 months ago

When you plan to apply a big change to a database table, you should always triple check your queries, so nothing will get screwed. This will help you to review changes before committing them. read more...

add a comment |category: |Views: 161

tags: another

IIS7 File Upload Limit(devign.me)

submitted by DevignDevign(180) 1 year, 9 months ago

How to set file upload limit on IIS7 and ASP.NET. read more...

add a comment |category: |Views: 89

tags: another

Clear All ASP.NET Cache/Static Objects Programmatically(devign.me)

submitted by DevignDevign(180) 1 year, 9 months ago

How to reset an application, programmatically, without touching Web.config or IIS. read more...

add a comment |category: |Views: 25

tags: another

Introduction to MapReduce for .NET Developers(developerzen.com)

submitted by ekampfekampf(3195) 3 years ago

An introduction to MapReduce and a naive implementation in C#. read more...

add a comment |category: |Views: 35

tags: another

Developing a Robust Data Driven UI Using WPF - Summary(developerzen.com)

submitted by ekampfekampf(3195) 3 years, 1 month ago

I wrote the stocky application more than a year ago as a research project aimed at proving that using WPF we can separate presentation metadata (XAML) from program logic. The goal was to provide the Duet team at SAP with a document reference sample for using M-V-VM to achieve this separation. This post contains the full source code as well as pointers for further readings... read more...

add a comment |category: |Views: 52

tags: another

Creating an Attractive Internet Company &ndash; It&rsquo;s All About E(developerzen.com)

submitted by ekampfekampf(3195) 3 years, 3 months ago

How do you create an internet company\product that can get the attention of more than 100 million unique viewers a month? That’s the tough question that Yossi Vardi’s was trying to find an answer to on his panel at this year’s DLD conference - 100,000 Million Uniques (video) – together with Glam’s co-founder Samir Arora, YouTube’s co-founder and CEO Chad Hurley, CEO of the Mozilla Foundation Mitchell Baker and Toby Coppel who is a VP at Yahoo!. read more...

add a comment |category: |Views: 5

tags: another

ASP.NET MVC DeveloperZen Feed Action Result(developerzen.com)

submitted by ekampfekampf(3195) 3 years, 4 months ago

Describes an easy way to expose RSS feeds as a controller's action result in ASP,NET MVC. read more...

add a comment |category: |Views: 35

tags: another

99 Ways to Become a Better Developer(developerzen.com)

submitted by ekampfekampf(3195) 3 years, 5 months ago

I encountered this post on my weekend reading. 91 Surefire Ways to Become an Event Greater Developer contain a comprehensive guide linking to all sort of blog posts providing insights on improving your skills as a developer. While the list is very long and sometimes debatable it does have some interesting pointers. If you do nothing else, delve into item #8: Learn Programming by Not Programming referring to the following post by Jeff Atwood... read more...

add a comment |category: |Views: 44

tags: another

Microsoft Next Killer OS is… SharePoint?(developerzen.com)

submitted by tentacletentacle(115) 3 years, 7 months ago

Could Microsoft’s next killer OS be SharePoint? Its been continuously baking SharePoint reliance into more and more of its products and requiring users to buy pricey client-access licenses (CALs) in order to use Microsoft’s servers. With "Oslo" it could be much more... read more...

1 comment |category: |Views: 16

tags: another

The Dark Side of LINQ(developerzen.com)

submitted by tentacletentacle(115) 3 years, 9 months ago

I’ve been having mixed feeling for quite some time now regarding LINQ. Sure it can make working with data sources a lot easier and it can definately save a lot of code but it also has the potential of creating cryptic complex code... read more...

10 comments |category: |Views: 614

tags: another

Migrating from dasBlog to Wordpress(developerzen.com)

submitted by ekampfekampf(3195) 3 years, 9 months ago

A guide on how to migrate all dasBlog posts to WordPress and ensure that your old dasBlog sitere directs all calls to the right address on the new blog so that you don't loose search engine links\ranking and confuse your readers. read more...

add a comment |category: |Views: 17

tags: another

Are You Designing for Bigfoot?(ekampf.com)

submitted by ekampfekampf(3195) 3 years, 9 months ago

Change your team's terminology and work in terms of personas and goals. Rather than thinking of users as an abstract, difficult-to-describe, amorphous group of people, personas instruct us to talk about specific users who have names, personalities, needs, and goals. Understanding exactly who the users are and what they do with the software is essential to determine if a certain feature is actually required. read more...

add a comment |category: |Views: 3

tags: another

How Do You Define "Good Code" ?(ekampf.com)

submitted by ekampfekampf(3195) 3 years, 10 months ago

I was on a phone interview the other day where I was asked for my definition of “Good Code”... read more...

add a comment |category: |Views: 24

tags: another

Microsoft and Yahoo! ... Revisited...(ekampf.com)

submitted by ekampfekampf(3195) 4 years ago

It seems like Microsoft and Yahoo! are talking again to such an extent that is was either required, or in Microsoft's interest to release the following statement... read more...

add a comment |category: |Views: 1

tags: another

dasBlog 2.1 Released!(ekampf.com)

submitted by ekampfekampf(3195) 4 years ago

dasBlog 2.1 has been released from its new home at CodePlex. read more...

add a comment |category: |Views: 23

tags: another