ferrymulyono

Stories kicked by ferrymulyono

Understand closures with JavaScript(devlicio.us)

submitted by DrWatsonDrWatson(690) 3 years, 3 months ago

Closures are a programming concept that can be a bit intimidating but it shouldn't be this way. Hopefully this short article can clarify how that works and how to avoid problems when using it. read more...

add a comment |category: |Views: 307

tags: another

Troubleshooting blocking 101 on sql-server(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 3 years, 6 months ago

How to find out which process is blickong in SQL-server 2005 read more...

1 comment |category: |Views: 179

tags: another

Preventing Double Form Posts(andrewtokeley.net)

submitted by tokestokes(1085) 3 years, 6 months ago

Most posts on this topic focus on disabling the submit button that causes the post. This works fine when you only have one submit control. But, if you have multiple buttons and/or link buttons that can cause a post and want to avoid potential conflicts if a user clicks a second submit control before the first one has been processed then this is really simply approach. read more...

1 comment |category: |Views: 451

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

Free Winforms and ASP.NET Chart Controls(coolthingoftheday.blogspot.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 7 months ago

Directly from Microsoft read more...

2 comments |category: |Views: 731

tags: another

SQL SERVER - 2008 - Creating Full Text Catalog and Full Text Search(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 8 months ago

This is the first ever and complete example for SQL Server 2008 - Full Text Catalog and Full Text Search. Make sure to book mark for future reference. read more...

2 comments |category: |Views: 273

tags: another

Getting rid of strings (3): take your app settings to the next level(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 8 months ago

In the first article of this series I talked about the problems with strings in code. This article will show you how you can use lambda expressions and expression trees as another tool to avoid strings read more...

2 comments |category: |Views: 769

tags: another

FFlib.NET released!(intuitive.sk)

submitted by nanit76nanit76(125) 3 years, 8 months ago

Are you web developer? Are you looking for video conversion library for long time? So, be happy! We are pleased to introduce you the first release of our .NET & FFMPEG based video conversion library - FFlib.NET. read more...

add a comment |category: |Views: 421

tags: another

List of countries, cities, languages(amrelgarhytech.blogspot.com)

submitted by amrelgarhyamrelgarhy(825) 3 years, 8 months ago

You will find in the following links list of countries, cities, and their languages in CSV format, you can import into any database: read more...

7 comments |category: |Views: 637

tags: another

Setting up a Project in Subversion (Svn)(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 9 months ago

Short screencasts on how to set up a Project in Subversion (Svn). read more...

add a comment |category: |Views: 201

tags: another

Enhance your input fields with simple CSS tricks(jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 9 months ago

We're all trying to build an effective and good looking web forms. But there are always a new challenges. If you read my previous articles on how to build a better web forms, you could have noticed there are so many details about it. This article will show you how you can make a usual, boring web forms more effective and exciting with just a few simple CSS tricks. read more...

add a comment |category: |Views: 679

tags: another

Creating a .NET Windows Service(en.csharp-online.net)

submitted by worldworld(520) 3 years, 10 months ago

The article details three different approaches to creating a .NET service. Most common is the timer-based service, which simply relies on a timer to invoke the background thread periodically. I also cover two other alternatives: using a single worker thread and using multiple worker threads. While the timer strategy is the simplest, the approaches using a single worker thread and multiple worker threads (specifically the multithreaded approach) offer some advantages. read more...

add a comment |category: |Views: 297

tags: another

Configuring and running ASP.NET 3.5 on Linux(blogs.microsoft.co.il)

submitted by tamirtamir(580) 3 years, 10 months ago

This article is about running, configuring and debugging ASP.NET and AJAX.NET on Linux machine with Mono read more...

add a comment |category: |Views: 968

tags: another

Cheat Sheets for Front-end Web Developers(sixrevisions.com)

submitted by JemmJemm(9604) 3 years, 10 months ago

Cheat sheets are helpful to have around because they allow you to quickly remember code syntax and see related concepts visually. Additionally, they’re nice decorative pieces for your office. In this article, you’ll find 23 excellent, print-ready cheat sheets for HTML/HTML, CSS, and JavaScript (including MooTools and jQuery). read more...

add a comment |category: |Views: 450

tags: another

55 Free High Quality Icon Sets(smashingmagazine.com)

submitted by drugarcedrugarce(610) 3 years, 10 months ago

A lot of freebie icons. Another great article from Smashing Magazine read more...

add a comment |category: |Views: 800

tags: another

ASP.NET Performance Tips(weblogs.asp.net)

submitted by hwaheedhwaheed(245) 3 years, 10 months ago

The article lists few of some of the many performance tweaks that can be implement to boost up ASP.NET performance. read more...

3 comments |category: |Views: 591

tags: another