mmalloy

Stories kicked by mmalloy

Jump between braces in Visual Studio.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 10 months ago

Move fast between open and close braces. No more scrolling to find beginning of that illusive if statement. read more...

2 comments |category: |Views: 826

tags: another

SQL Server in One Page - Download it Now(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 4 years ago

One of the most popular request I have received on this blog is to create one page which list all the SQL Server FAQs. SQL Server technology is very broad as well very deep. This is my humble attempt to list few of the daily used details in one page. Let me know your opinion and suggestion. Download SQL Server FAQ Sheet in PDF format read more...

4 comments |category: |Views: 172

tags: another

Most Useful 50 CSS Tips (emmaalvarez.com)

submitted by stenbaekstenbaek(545) 4 years, 1 month ago

A useful page that provides a nice listing of various CSS tips, tricks and tools. read more...

add a comment |category: |Views: 51

tags: another

ASP.NET Dynamic Data Preview Available(weblogs.asp.net)

submitted by craigtpcraigtp(683) 4 years, 1 month ago

From ScottGu's blog. Today we released an updated ASP.NET Dynamic Data Preview. This new dynamic data preview now works with the standard built-in ASP.NET data controls (GridView, ListView, FormView, DetailsView, etc). The dynamic data support enables these controls to automatically handle foreign-key relationships. read more...

add a comment |category: |Views: 28

tags: another

This Is Why We Can't Have Nice Things, People(kohari.org)

submitted by nkoharinkohari(1310) 4 years, 1 month ago

A brief discussion of the Rob Conery TDD backlash, and what it says about open-source on .NET, and the community at large. read more...

3 comments |category: |Views: 14

tags: another

Compile C# to Javascript!(projects.nikhilk.net)

submitted by mkennedy66996693mkennedy66996693(480) 4 years, 2 months ago

Script# enables more productive Ajax application development by allowing you to compile your C# source code into JavaScript. It allows you to use standard .NET tools like msbuild projects, Visual Studio and IDE intellisense, reflector, refactoring tools, amongst various others. read more...

2 comments |category: |Views: 117

tags: another

Displaying Row Details Tooltip on GridView using JQuery(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 4 years, 2 months ago

Displaying Row Details Tooltip on GridView using JQuery read more...

add a comment |category: |Views: 912

tags: another

VB.net, oh how I hate thee, let me count the ways...(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 2 months ago

A developer who is forced to work in VB.net finally hits the tipping point. Oh, and that developer is me. read more...

2 comments |category: |Views: 89

tags: another

IIS 7.0 New features at Microsoft .NET Support(msdotnetsupport.blogspot.com)

submitted by duttavrhotmailduttavrhotmail(344) 4 years, 2 months ago

Wondering what the new features in IIS 7.0 going to be? Here you go! you can get a glimpse of IIS 7.0 in this article. read more...

add a comment |category: |Views: 3

tags: another

Retaining Good Developers - 10 Things To Keep Them Happy(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 2 months ago

This is a great article. I just wish some of my previous employers would have done just a few of these things. I probably would have stuck around longer. read more...

6 comments |category: |Views: 161

tags: another

Solution to ASP.NET Form - PayPal Problem(codersbarn.com)

submitted by BognitBognit(2125) 4 years, 2 months ago

They do say it's the simple things that get you stumped. For all of you ASP.NET developers out there who have yet to integrate a site with PayPal, just wait until you finally get to add that button to your form to pass the transaction details over to PayPal.. read more...

3 comments |category: |Views: 79

tags: another

Creating a Simple Site Wide User Notification Pattern(blog.reamped.net)

submitted by kayoskayos(890) 4 years, 2 months ago

When creating websites, it seems that one problem I always run into is how to gracefully notify the user of errors or display messages to them. In most of my sites I use master pages, so I thought it would be pretty sweet to integrate a messaging pattern into my master pages. read more...

add a comment |category: |Views: 28

tags: another

AlligatorTags.com - The PopURLs.com for ASP.net(alligatortags.com)

submitted by jamesplanktonjamesplankton(125) 4 years, 3 months ago

Aggregating the latest ASP.net news, tips and tricks from across the web in one place, refreshed daily. read more...

5 comments |category: |Views: 16

tags: another

VS 2008 Web Development Hot-Fix Roll-Up Available(weblogs.asp.net)

submitted by craigtpcraigtp(683) 4 years, 3 months ago

VS 2008 Web Development Hot-Fix Roll-Up Available, as posted to ScottGu's blog. Numerous fixes, including the "source code editor freeze" issue that a few people have experienced. read more...

add a comment |category: |Views: 8

tags: another

The Most Useful VS Feature No One Seems To Use(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 3 months ago

Speed up your debugging time by using the Exceptions dialog box. read more...

1 comment |category: |Views: 17

tags: another

How to use delegates to remove duplicated code(jachman.wordpress.com)

submitted by JachmanJachman(530) 4 years, 3 months ago

Sometimes you have duplicated code, that is not easy to remove with “ordinary” coding approaches. Think about the following example. You have two or more methods that needs to be encapsulated with try-catch blocks. read more...

add a comment |category: |Views: 12

tags: another