muslon

Stories kicked by muslon

Dynamically creating ASP.NET controls(blogs.telerik.com)

submitted by muslonmuslon(5) 4 years, 7 months ago

Common pitfalls in dynamically creating controls and creating dynamic controls and ways to overcome them. A must-read for anyone doing serious ASP.NET development. read more...

add a comment |category: |Views: 18

tags: another

MySQL eye for an Microsoft SQL Server guy(angryhacker.com)

submitted by rgelbrgelb(250) 4 years, 8 months ago

As I've been porting Subtext to MySQL, it's been a learning experience. I've come to both marvel at MySQL's simplicity and tear my hair out at the maddening insanity of half-implemented features. I go back and forth between saying "SQL Server should have done this" and "SQL Server had this in 1997, why can't these guys". read more...

1 comment |category: |Views: 5

tags: another

FTP Must Die(wooledge.org)

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

"FTP is an outdated, insecure, slow, unfriendly pig of a protocol. It's got no business being on the Internet in the 21st century." read more...

6 comments |category: |Views: 57

tags: another

Teach Yourself Programming in Ten Years(norvig.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 8 months ago

People are in a big rush to learn about computers, or that computers are somehow fabulously easier to learn than anything else. There are no books on how to learn Beethoven, or Quantum Physics, or even Dog Grooming in a few days. Written by Peter Norvig, Director of Research for Google. read more...

add a comment |category: |Views: 7

tags: another

Monorail #2 : Layouts & Rescues(lostechies.com)

submitted by jmeridthjmeridth(720) 4 years, 8 months ago

Covers layouts and rescue NVelocity files and how you use them with MonoRail. read more...

add a comment |category: |Views: 17

tags: another

One Shell Command to delete all svn hidden folders(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 4 years, 8 months ago

If you are using Subversion source control, you will be familiar with the .svn folders that SVN adds to any folder under the source control, these folders are used to keep track of the current state of the folder, but sometimes, I want to copy my code and get rid of these folders, and instead of doing this manually which becomes a headache if you have a very deep hierarchy of folders, this is a Shell Script comes to the rescue read more...

3 comments |category: |Views: 17

tags: another

Attention: PHP executes twice as fast when it’s run on ASP.NET(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 8 months ago

Phalanger, the tool for compiling PHP into .NET binaries, can improve the execution speed of PHP5 applications twofold. In addition it extends PHP5 so that it can incorporate portions of the .NET framework and it allows for Visual Studio integration. read more...

1 comment |category: |Views: 7

tags: another

Develop Better User Interfaces By Knowing Your Users(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 8 months ago

A look at how to develop a better user interface by gaining understanding of the users beyond information provided in typical requirements. read more...

add a comment |category: |Views: 0

tags: another

JQuery tree control with ASP.NET(aspcode.net)

submitted by aspcode.netaspcode.net(1045) 4 years, 8 months ago

Describes how to use an unobtrousive JQuery based treeview from an ASP.NET application. VS2005 solution with all code available for download read more...

1 comment |category: |Views: 919

tags: another

Using SingleTagSectionHandler Instead Of appSettings(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 4 years, 8 months ago

As an alternative to appSettings you can use SingleTagSectionHandler to store settings in a web.config file. Learn how. read more...

4 comments |category: |Views: 439

tags: another

Easier Debugging with Attributes(alteridem.net)

submitted by rprouserprouse(1175) 4 years, 8 months ago

Most people probably haven’t realized that there are several attributes that you can add to your code to make debugging easier. Some prevent you from stepping into sections of code, others change the way variables are displayed in the watch window. read more...

add a comment |category: |Views: 15

tags: another

Easily Test Custom Controls Inside of Visual Studio(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 8 months ago

Here's a quick way easily test and debug your custom WinForms controls right inside of Visual Studio without having to launch your entire application. read more...

add a comment |category: |Views: 7

tags: another

The most common software security mistakes(barmagy.com)

submitted by FadyFady(275) 4 years, 8 months ago

Through my humble experience with software development I’ve seen developers making fetal security mistakes without even feeling that they are doing something wrong. So I’ve decided to gather these common mistakes in a list so it would be easier to avoid. Through this article I will give examples regardless to the used technology but the concepts applies to all technologies. So here we go read more...

2 comments |category: |Views: 11

tags: another

How to tell if a .NET Assembly is debug or release(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 8 months ago

Explains how to tell if a .NET Assembly is built for debug or release by using .NET Reflector and programmatically using System.Reflection. read more...

add a comment |category: |Views: 43

tags: another

Free WinForms Toolkit Released(componentfactory.com)

submitted by PhilWrightPhilWright(250) 4 years, 8 months ago

This toolkit of free WinForms controls provides the Office 2007 look and feel for all the controls including a DataGridView, RadioButton, CheckBox and much more. read more...

2 comments |category: |Views: 628

tags: another

Use DebuggerDisplay attribute for Easier Debugging(dotnettipoftheday.org)

submitted by manovichmanovich(755) 4 years, 8 months ago

Did you know that you can appply DebuggerDisplay attribute to a class or member to determine how it is displayed in the watch window. It's quick, it's easy, and it really works! read more...

add a comment |category: |Views: 65

tags: another