nonameok

Stories kicked by nonameok

Principles of simplicity(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 4 years, 10 months ago

Simplicity is about removing everything that can complicate the process of writing and maintaining software. read more...

2 comments |category: |Views: 17

tags: another

Inversion of Control and Dependency Injection with Castle Windsor(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 10 months ago

First article of a 4 parts series about IoC and DI with Castle Windsor Container. This first part is an introduction to the core concepts and a simple example of how to start thinking in terms of IoC. read more...

9 comments |category: |Views: 273

tags: another

Inheritance vs Object Composition (evanhoff.com)

submitted by ehoffehoff(980) 4 years, 10 months ago

If you pick a developer off the street and ask him what inheritance is, he will more than likely give you the correct answer. If you take that same developer and ask him what object composition is, he may give you a puzzled look and shrug his shoulders. read more...

add a comment |category: |Views: 49

tags: another

First Look at IronRuby(weblogs.asp.net)

submitted by GrillerGeekGrillerGeek(150) 4 years, 10 months ago

Over the last few years we've been working to make .NET and the CLR a great environment for dynamic languages. About 14 months ago we formed a dedicated group within my team that has been focused on adding richer CLR runtime support for dynamic languages, as well as delivering first class .NET implementations of popular dynamic languages. read more...

add a comment |category: |Views: 5

tags: another

SQL Server Interview Questions and Answers Complete List Download(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 4 years, 10 months ago

Question I received is do I ask the same questions in interviews which I administrate. Answer is YES. Though, I have few other questions, which I ask. All of them I came up myself and answers are unique to questions and not available on-line. Well, long story short, I have compiled list of questions in one PDF. Please download them and use them in your next interview or just for reading purpose. read more...

add a comment |category: |Views: 513

tags: another

Preventing automated comment spam in .NET web apps without CAPTCHAs(blog.activa.be)

submitted by activaactiva(2340) 4 years, 10 months ago

We all know the problem of automated comment spam, not only for blogs, but for every web site requesting information from the user which is published directly on the website. When you are asked to develop a site where you could encounter this problem, there is a pretty easy way to prevent it, without resorting to authentication or CAPTCHAs. I hope this post doesn’t inspire developers of automated spammer software… read more...

1 comment |category: |Views: 13

tags: another

Scott Hanselman hired at Microsoft.(hanselman.com)

submitted by ririckririck(180) 4 years, 10 months ago

I think this is a great news for him and for the community read more...

4 comments |category: |Views: 77

tags: another

SubSonic Forums Begins(blog.wekeroad.com)

submitted by montymonty(2575) 4 years, 10 months ago

Rob announces the new subsonicproject redesign and the latest news regarding the new Forums project. read more...

add a comment |category: |Views: 7

tags: another

SubSonic: SonicCast #2 - All About Paging(blog.wekeroad.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 10 months ago

Paging isn't always the easiest thing to figure out - and sometimes not the most performant thing you can do to a we site. Here's a webcast to show you how to set it up both ways: the ASP way, and the SubSonic way. read more...

add a comment |category: |Views: 96

tags: another

The First Rule of Software Development(hanselman.com)

submitted by simonechsimonech(10.1k) 4 years, 10 months ago

is: Never commit code just before you leave for the day. The CCNET (Continuous Integration) WILL brake and team members who will be in the office will have difficulty progressing with their work for several hours. read more...

add a comment |category: |Views: 0

tags: another

Support Open Source .Net Project - place this code on your site(montylounge.com)

submitted by montymonty(2575) 4 years, 10 months ago

The Lounge is a new ad network which is making its first initiative to support open source .net projects. Grab the code and place it on your site to help support these projects as well! read more...

4 comments |category: |Views: 9

tags: another

But *WHY* Must That Column Be Contained in an Aggregate Function or th(weblogs.sqlteam.com)

submitted by jimrice14jimrice14(880) 4 years, 10 months ago

Column 'xyz' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause. Arggh!! There it is, yet again .. that annoying error message. Why is SQL so picky about this? What's the deal!? read more...

1 comment |category: |Views: 6

tags: another

VS 2008 JavaScript Debugging(weblogs.asp.net)

submitted by k000derk000der(4765) 4 years, 10 months ago

JavaScript debugging in Visual Studio 2008 read more...

2 comments |category: |Views: 13

tags: another

Introduction to Localization in ASP.NET 2.0(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 10 months ago

Check out the localization features in ASP.NET 2.0 and understand how they work under the covers. This introduction focuses on the ASP.NET 2.0 specific technology for localization and discusses how Resource Providers are used to provide the various integrated localization features in ASP.NET 2.0 and Visual Studio .NET. The focus of this article is on the technology rather on the deep semantics of localization. Serves as an introduction for the Resource Provider article. read more...

add a comment |category: |Views: 13

tags: another

Creating a Data Driven ASP.NET Localization(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 10 months ago

Find out how to build an ASP.NET 2.0 Resource Provider that uses database data for its localization storage rather than Resx files. Database resources can be much more flexible and this article demonstrates how to build a powerful ASP.NET resource editing front end that allows editing of resource data in a live ASP.NET application in a context sensitive manner. read more...

1 comment |category: |Views: 324

tags: another

Orcas JavaScript Intellisense(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 10 months ago

A few quick tests to see what JavaScript features show up with Intellisense in the new Orcas Intellisense features. Unfortunately it looks like at least in Orcas Beta 1 a number of common JavaScript scenarios either don't produce proper Intellisense or actually break Intellisense altogether. read more...

1 comment |category: |Views: 3

tags: another