tehmiller

Stories kicked by tehmiller

CodeRush Xpress 9.2(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 2 years, 8 months ago

The free CodeRush Xpress from DevExpress provides C# and VB developers with powerful extensions to Visual Studio. These features include editing and refactoring tools that make it easier for you to quickly produce well designed code. Version 9.2 of CodeRush Xpress, which shipped on August 25, 2009, has greatly improved memory and performance characteristics. read more...

add a comment |category: |Views: 535

tags: another

Generic Types and Inheritance(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 9 months ago

Although I use Generics extensively, every once in a while it still throws me for a loop when dealing with complex generic parameters and inheritance. In this post I talk about a compilation error I ran into when trying to inherit a generic type including its generic parameters and a way to get around this particular issue. read more...

add a comment |category: |Views: 278

tags: another

C# lambda and foreach variable(resnikb.wordpress.com)

submitted by resnikbresnikb(110) 2 years, 9 months ago

Surprising behavior of lambdas read more...

4 comments |category: |Views: 647

tags: another

5 Different Ways of Showing and Hiding Content of an ASP.NET Panel usi(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 9 months ago

In this short and simple article, we will explore 5 different ways of expanding and collapsing an ASP.NET Panel using jQuery. read more...

add a comment |category: |Views: 309

tags: another

Get Countries Name in .Net(aghausman.net)

submitted by aghausmanaghausman(110) 2 years, 10 months ago

In this post, I will explain you how can we get the countries name filled in any collection using .net without using any database. It is a regular task, which we all as developers did some past day but the difference is we used database table or xml file to hold the country names. But .net framework provide us with all the countries information in Globalization namespace. read more...

2 comments |category: |Views: 489

tags: another

Showing beautiful message boxes in Asp.Net web forms using JQuery Impr(clientsideasp.net)

submitted by anzeranzer(135) 2 years, 11 months ago

Impromptu is an excellent JQuery plug-in to show beautiful message boxes in web forms. It can be used to make any kind of message boxes such as alerts, confirm boxes, prompts, popup login boxes, popup input wizards etc. Even though the plug in is easy to use in static HTML, its not straight forward to use confirm messages for Asp.Net submit buttons or link buttons. This article explains how to make it work with Asp.Net read more...

add a comment |category: |Views: 157

tags: another

Useful Visual Studio Shortcuts-Some new VS 2010 shortcuts included too(dotnetcube.com)

submitted by dncdudedncdude(1350) 2 years, 11 months ago

Here’s a compilation of some Visual Studio keyboard shortcuts that I personally find useful. I have included some that may make their way into the Visual Studio 2010 release. read more...

1 comment |category: |Views: 617

tags: another

ASP.NET MVC TDD using Visual Studio 2010(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 11 months ago

Phil Haack announced yesterday that the tooling support for ASP.NET MVC is available for Visual Studio 2010. Troy Goode already blogged about the designer snippets (which are really really cool, just like other parts of the roadmap for ASP.NET MVC 2.0). I’ll give the new TDD workflow introduced in VS2010 a take. read more...

1 comment |category: |Views: 366

tags: another

Visual Studio 2010: Multiple web.config versions(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 11 months ago

Visual Studio 2010 has support for multiple web.config files. It is one feature of new web application packaging and deployment system. We can create now separate web.config files for each configuration we have for application. read more...

1 comment |category: |Views: 494

tags: another

Top 5 SQL System stored procedures every developer should know(dotnetcube.com)

submitted by dncdudedncdude(1350) 3 years ago

There are a number of documented and undocumented system stored procedures in MS SQL Server that are helpful for every web developer working with databases. From the developer’s perspective, here’s a list of 5 System stored procedures that are my favorite. read more...

1 comment |category: |Views: 1037

tags: another

Regex Hero to the Rescue(regexhero.com)

submitted by BucketSoftBucketSoft(324) 3 years ago

From BucketSoft comes an online Silverlight regular expression tool utilizing the .NET regular expression engine. Features instantaneous highlighting of regular expression matches. It's a great way to test iterations of your .NET regular expressions quickly. read more...

7 comments |category: |Views: 318

tags: another

11 Optimization Tips for Visual Studio(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years ago

Sometimes ago I compiled this list for myself and our team to help get things done faster and deal with visual studio quirks. read more...

add a comment |category: |Views: 951

tags: another

ELMAH: Error Logging Modules and Handlers for ASP.NET (and MVC too!)(hanselman.com)

submitted by sharplifesharplife(4570) 3 years, 1 month ago

ELMAH has been one of the most useful tools for ASP.NET developers to log errors on their web applications. Now Scott has a nice talk on how to use it even in your ASP.NET MVC applications. Cool! read more...

add a comment |category: |Views: 333

tags: another

ASP.NET MVC Free eBooks(sharplife.net)

submitted by sharplifesharplife(4570) 3 years, 1 month ago

Here's a list of all sample chapters of ASP.NET MVC books available to the community. read more...

add a comment |category: |Views: 766

tags: another

5 Useful Visual Studio C# Snippets – Part 2(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years, 1 month ago

I initially published 5 Visual Studio c# Snippets yesterday and it got a lot of attention and had some positive feedback, so this is a follow up that I hope would be as helpful as the first one. read more...

add a comment |category: |Views: 652

tags: another

Using jQuery Grid With ASP.NET MVC(haacked.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 1 month ago

Continuing in my pseudo-series of posts based on my ASP.NET MVC Ninjas on Fire Black Belt Tips Presentation at Mix (go watch it!), this post covers a demo I did not show because I ran out of time. It was a demo I held in my back pocket just in case I went too fast and needed one more demo. A common scenario when building web user interfaces is providing a pageable and sortable grid of data. Even better if it uses AJAX to make it more responsive and snazzy. Since ASP.NET MVC includes jQuery, I figured it’d be fun to use a jQuery plugin for this demo, so I chose jQuery Grid. read more...

add a comment |category: |Views: 1279

tags: another