acdbddh

Stories kicked by acdbddh

The “Sim City” effect(broloco.blogspot.com)

submitted by wellfan77wellfan77(175) 2 years, 11 months ago

What happens when you turn your back on a software development project. read more...

add a comment |category: |Views: 858

tags: another

How to Create a Custom Performance Counter(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 11 months ago

Taking a look at how to create custom performance counters for usage in your application Part of the core .net framework allows you to create code which can hook into the underlying performance counters which the windows OS has. We will show how you can easily create hooks to take advantage of these counters. read more...

add a comment |category: |Views: 361

tags: another

More ASP.NET MVC Best Practices(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years ago

In this post, I’ll share some of the best practices and guidelines which I have come across while developing ASP.NET MVC web applications. I will not cover all best practices that are available, instead add some specific things that have not been mentioned in any blog post out there. Existing best practices can be found on Kazi Manzur Rashid’s blog and Simone Chiaretta’s blog. read more...

add a comment |category: |Views: 1837

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

Using jQuery with ASP .NET(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 3 months ago

A brief introduction to jQuery and ways in which we can integrate it into ASP .NET read more...

add a comment |category: |Views: 492

tags: another

Most Interesting .NET StackOverFlow Questions(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

Today a short list of My Personal Most Interesting .NET Questions to me asked on StackOverFlow I founded. read more...

add a comment |category: |Views: 777

tags: another

Debate: Do We Really Need Three Layer Architecture?(forums.asp.net)

submitted by joycscjoycsc(1597) 3 years, 6 months ago

How many of you changed your database vendor (i.e. Sql Server, Access) after developing an application? How many of your data entities include business logic? I could say, less than 10% in both cases for my case. I found the similar statistics for my other known developers. I guess this is true for less that 10% of the developers around the world. read more...

7 comments |category: |Views: 750

tags: another

Bad advice on exceptions from Joel(littletutorials.com)

submitted by contourcontour(490) 3 years, 9 months ago

Starting from some comments on my exception handling series of articles I run into a couple of blogs pointing to this post on joelonsoftware.com. I think this is the worst advice on exception handling I have ever read, sorry Joel. I know this is an old post, I know Joel is entitled to his own opinion and I know he has the right to write his code as he sees fit. But as an opinion leader he influences others. read more...

add a comment |category: |Views: 606

tags: another

The Complete Reference for Any jQuery Developer(effectize.com)

submitted by YuraYura(995) 3 years, 9 months ago

If you ever to do something with jQuery, you should find it in this extensive list. read more...

add a comment |category: |Views: 1067

tags: another