drugarce

Stories submitted by drugarce

Microsoft Will Contribute to the Development of the jQuery JavaScript (www.microsoft.com)

submitted by drugarcedrugarce(610) 2 years, 2 months ago

[...] Scott Guthrie announced that Microsoft is investing resources to contribute to the development of the jQuery JavaScript Library to help improve the development process of standards-based Web applications. [...] In addition, Microsoft will actively promote and distribute versions of the jQuery JavaScript Library by packaging it with popular products such as Microsoft Visual Studio 2010 and ASP.NET MVC 2 read more...

add a comment |category: |Views: 11

tags: another

ASP.NET Ajax Library or jQuery?(blogs.southworks.net)

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

I get this question very often. Should I you the one or the other? Well, my short answer in most circumstances is “you should use both“. My long answer is “it depends on what you are trying to achieve”, read more...

add a comment |category: |Views: 17

tags: another

WebForms or MVC? What about the third option?(blog.madskristensen.dk)

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

I’ve read a lot of posts and articles about why and when you should choose WebForms or the MVC framework to build your ASP.NET websites. They are all pretty good, but for some reason they forget or ignore the obvious third option - standard ASP.NET without the WebForm. read more...

6 comments |category: |Views: 745

tags: another

VB.Net Property Generator (guoscode.com)

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

A useful tool that I found as a replacement for various VS plugins that auto generate properties. Quite simple, yet extremely useful when writing a ton of properties read more...

add a comment |category: |Views: 355

tags: another

Visual Studio Keyboard Shortcut Tip(scottonwriting.net)

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

Typing the Ctrl key and - (the minus key) returns you to the previous cursor location, be it in the same file or in a different, open file. read more...

add a comment |category: |Views: 21

tags: another

Cleaning DBNull values in a DataTable(ddejan.com)

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

A simple way to clean DBNull values from a DataTable read more...

add a comment |category: |Views: 70

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

The bare minimum every programmer should know about regular expression(immike.net)

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

Many programmers disregard regular expressions as line noise, and it’s a damned shame because they come in handy so often. Once you’ve gotten the hang of them, regular expressions can be used to solve countless real world problems... read more...

add a comment |category: |Views: 60

tags: another

Fun with forms – customized input elements(picment.com)

submitted by drugarcedrugarce(610) 4 years, 1 month ago

This article demonstrates how to apply customized backgrounds to HTML forms, while preserving structurally clean markup and accessibility. read more...

1 comment |category: |Views: 12

tags: another

ASP.NET For Beginners: This funny <%# and <%= markup(aspnetcafe.com)

submitted by drugarcedrugarce(610) 4 years, 2 months ago

Everybody who starts to learn ASP.NET techniques ask the question: What is <%= and <%# What is the difference, and how to use this? read more...

add a comment |category: |Views: 9

tags: another

Take Row-Level Control of Your GridView(simple-talk.com)

submitted by drugarcedrugarce(610) 4 years, 2 months ago

This article explains how to use the events and properties of the GridView in order to customise the way the data appears. read more...

add a comment |category: |Views: 4

tags: another

VDialog - Customizable Vista like dialog for WinForms(codeproject.com)

submitted by drugarcedrugarce(610) 4 years, 6 months ago

Give your application some nice looking dialogs with this custom control read more...

add a comment |category: |Views: 79

tags: another

Design Pattern Links, Articles, eBooks, etc(weblogs.asp.net)

submitted by drugarcedrugarce(610) 5 years, 2 months ago

Having noticed the many common patterns in programming, I have begun studying GoF Design Patterns in an attempt to internalize and integrate them into my development thoughts. This article is an attempt to catalog all the links to various Pattern articles, tutorials, and other resources I have stumbled upon in my research read more...

add a comment |category: |Views: 9

tags: another