ming

Stories kicked by ming

Silverlight MergedDictionaries – styles & resources from Class Libs(blog.roboblob.com)

submitted by spavkovspavkov(1708) 1 year, 11 months ago

If you were developing larger Silverlight/WPF applications and trying to keep things like styles, control templates and other resources organized it can become really hard. Prior to Silverlight 3 it was hell to be honest. But then nice people from Microsoft introduced lovely little feature called MergedDictionaries that allows you to combine the resources from different places in your application. read more...

add a comment |category: |Views: 101

tags: another

Open Source .NET report printing library released(teamdistinction.com)

submitted by gergely.oroszgergely.orosz(645) 2 years ago

Using this report printing library, you’ll be able to print professional reports with multiple sections fast and easily, with only a few lines of code. read more...

add a comment |category: |Views: 973

tags: another

Simplify, Shorten and Speed Up Your LINQ Statements with "Let"(blog.nitriq.com)

submitted by viggityviggity(1124) 2 years ago

Details how using the "let" keyword can make your LINQ statements shorter and faster. read more...

add a comment |category: |Views: 675

tags: another

60+ .Net libraries every developer should know about(blog.webdistortion.com)

submitted by squiggssquiggs(585) 2 years, 3 months ago

Every good developer knows never to re-invent the wheel, especially if there is software out there that has been tested by others, and has an established track record. As a developer using the .NET framework I’ve found some of these libraries invaluable, so I’m sharing them for some of the other dev’s out there with a brief outline of how to use. read more...

2 comments |category: |Views: 2605

tags: another

A generic way to find ASP.NET ClientIDs with jQuery(west-wind.com)

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

ASP.NET ClientIDs and NamingContainer naming are a nuisance when working with jQuery as these long IDs complicate finding elements on the page. In this post I show a very simple way to retrieve munged ClientIDs by just their ID names with a small helper function that still returns the jQuery wrapped set. read more...

add a comment |category: |Views: 333

tags: another

Booting from a VHD(blogs.msdn.com)

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

Hosting an OS in a virtual machine can be very useful for developers, but sometimes one pays a price in terms of performance. In Windows 7 developers can get improved performance in virtual machines by native booting a VHD. First create a Virtual PC that hosts Windows 7, then restart your computer, and finally boot directly into the VHD that contains the Windows 7 OS. When you native boot a VHD your virtual machine runs very close to the metal; performance is greatly enhanced and you have much better support for OS features that may not be available inside a standard Virtual PC. read more...

add a comment |category: |Views: 298

tags: another

Copy Database With Data – Generate T-SQL For Inserting Data Table(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 9 months ago

How to generate script for data from database as well as table. SQL Server 2008 has simplified everything. This is one feature we all have been waiting for long time. Must learn this trick and save it for future use. read more...

add a comment |category: |Views: 426

tags: another

SQL SERVER – List All Missing Identity Values of Table in Database(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 9 months ago

Very interesting conversation going on on need of this kind of query. What is your opinion? read more...

1 comment |category: |Views: 240

tags: another

11 keystrokes that made my jQuery selector run 10x faster(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 11 months ago

An in-depth analysis of the performance concerns when using a popular jQuery selector and a couple ways to dramatically speed it up, including benchmarks. read more...

1 comment |category: |Views: 559

tags: another

Scott Guthrie's links for May 30th(weblogs.asp.net)

submitted by jonasjonas(2215) 2 years, 11 months ago

More of Scott Guthrie's links: May 30th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio. read more...

add a comment |category: |Views: 416

tags: another

LINQ to SQL changes in .NET 4.0(damieng.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 11 months ago

What's fixed and breaking changes for LINQ to SQL in .NET 4.0 read more...

3 comments |category: |Views: 809

tags: another

My Dot Net Developer’s tools list, and more…(dotnetsurfers.com)

submitted by latishlatish(470) 3 years ago

I gave a brownbag presentation at my current client recently about the common tools (in addition to Visual Studio), that I use on a regular basis for working with .NET or web development in general. I also threw in some non-development tools that are a part of my day to day life and make things easier. Here’s the complete list: read more...

add a comment |category: |Views: 1462

tags: another

Kona 3: Learning Behavior Driven Development (BDD)(blog.wekeroad.com)

submitted by LordLord(3737) 3 years ago

Holy cow! Another *DD – man I really must have an IV with that Alt.NET Punch just coursing like a train in my veins! I ask for your patience with this one – cause I think BDD is a really good tool to know – whether you use it or not – knowing the workings of it will allow you to have some intelligent conversation the next time you’re in Austin :). read more...

1 comment |category: |Views: 335

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

22 amazing JQuery - Modal - Plugins(blogrammierer.de)

submitted by blogrammiererblogrammierer(265) 3 years, 1 month ago

A collection of 22 amazing JQuery - Modal - Window - Plugins read more...

add a comment |category: |Views: 775

tags: another

10 Best Libraries for generating PDF Files(ajaxline.com)

submitted by Spider84Spider84(675) 3 years, 1 month ago

Today we are presenting collection of 10 best libraries for generating PDF files. read more...

add a comment |category: |Views: 686

tags: another