Anastasiosyal

Stories kicked by friends of Anastasiosyal

SQLite Has Been Ported to .NET(infoq.com)

submitted by andrepenaandrepena(120) 2 years, 9 months ago

yes... that's it. read more...

1 comment |category: |Views: 750

tags: another

Abandon ASP.NET WebForms!(itmeze.com)

submitted by michalzygulamichalzygula(100) 2 years, 11 months ago

Interesting experiance with classic web forms.... read more...

9 comments |category: |Views: 899

tags: another

How Rapid is Rapid? How Quick is Quick?(rocksolid.gibraltarsoftware.com)

submitted by jcincottajcincotta(341) 3 years ago

An unusual take on the importance of raw performance in logging systems. Sometimes less is more. Rather, in logging, as in most software design challenges, keeping the big picture in mind is the most important thing. Concepts extend to other design topics. read more...

1 comment |category: |Views: 226

tags: another

Ditching the Micro-Optimization Fetish(codethinked.com)

submitted by simonechsimonech(10.1k) 3 years, 1 month ago

Seems like today is the day for performance optimization talks: in String.Empty, in calls to ActionLinks, in high-performance IoC containers. But people sometimes miss the point that these are micro-optimizations: thanks God Justin tries to bring a bit of sanity in this geeky world of micro-optimization read more...

1 comment |category: |Views: 254

tags: another

SQL Server Five methods converting rows to columns(sqlserveradvisor.blogspot.com)

submitted by sqlserveradvisorsqlserveradvisor(385) 3 years, 2 months ago

Five methods converting rows to columns read more...

add a comment |category: |Views: 1526

tags: another

Select top n rows from a table for each group(dotnethitman.spaces.live.com)

submitted by misbaharefinmisbaharefin(845) 3 years, 2 months ago

Suppose you want to get the top two products from each manufacturer which have the best promotional price read more...

1 comment |category: |Views: 394

tags: another

Developer Productivity - 5 Ways To Kill It(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 4 months ago

In keeping with the sarcastic tone of my How To Be The Worst Developer Ever post I’m going to explore several ways for managers to systematically destroy productivity among their developers. Unfortunately I am writing some of these from experience, then again, I’m sure we have all experienced some of these at one time or another. read more...

5 comments |category: |Views: 763

tags: another

Things to Notice When Binding to Large Collection (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 4 months ago

Lately I was working on an application that had to display a large amount of objects on screen and allow filtering. I have learned that scrolling large collections was not so simple in WPF, and I definitely did not see the problems coming. read more...

add a comment |category: |Views: 292

tags: another

jQuery 1.3 Released(blog.jquery.com)

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

"The jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone in to this release and we're really quite proud of it. " read more...

add a comment |category: |Views: 480

tags: another

Beyond SoundEx - Fuzzy Searching in MS SQL Server(anastasiosyal.com)

submitted by AnastasiosyalAnastasiosyal(960) 3 years, 4 months ago

In this post see how you can perform fuzzy deduping operations and fuzzy string matching by bringing the power of an open source string metric library (SimMetrics) into sql server read more...

1 comment |category: |Views: 579

tags: another

C# Trivia - What? No Overflow?(codethinked.com)

submitted by leedumondleedumond(2144) 3 years, 4 months ago

You may be thinking to yourself, "C# doesn't do overflow checking?" And the answer to your question is "not by default" when you are using non-constant expressions. Here's how to turn integer overflow checking on in C#. read more...

add a comment |category: |Views: 304

tags: another

The impassionate and NNPPs are not that destructive(buunguyen.net)

submitted by qn111qn111(575) 3 years, 4 months ago

Argues that passion is overrated and NNPPs are mostly due to poor management read more...

add a comment |category: |Views: 14

tags: another

C# Structs(dotnetperls.com)

submitted by samdnpsamdnp(980) 3 years, 6 months ago

What are the benefit of structs in C#? When can they improve performance and memory use? See examples and benchmarks as well as screens from CLRProfiler and the Visual Studio debugger. Is this is the best struct article in the world? Maybe! read more...

11 comments |category: |Views: 951

tags: another

Why Software Estimates are So Bad(valleyhighlands.com)

submitted by troytafttroytaft(55) 3 years, 7 months ago

When will we admit that we just don't know? read more...

add a comment |category: |Views: 10

tags: another

High Quality Image Resizing with .NET(mikeborozdin.com)

submitted by MikeBorozdinMikeBorozdin(1146) 3 years, 9 months ago

Even though you just shrinks images, the quality of produced images is usually worse than the quality of original images. Learn how to use interpolation to resize images with a better quality. read more...

add a comment |category: |Views: 495

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