liu1642

Stories kicked by liu1642

ASP.NET MVC Preview 5 and Form Posting Scenarios (weblogs.asp.net)

submitted by pstathopstatho(670) 3 years, 8 months ago

Another epic post by The Gu read more...

2 comments |category: |Views: 198

tags: another

IE8 Beta 2 is out and aggiorno express will help you get ready(bits.samiq.net)

submitted by samiqsamiq(450) 3 years, 8 months ago

Just minutes ago Microsoft released its Internet Explorer 8 Beta 2, the latest public available release of its Internet browser. Getting your sites ready for IE8 don't have to be an impossible task at first, it is as easy as launching the application, selecting the source folder of your web site, deciding where the new web site should be stored, choosing the flag you want to meta tag your pages with and hitting Start! This is a temporal solution while you get your site ready, then u can use aggiorno express as well to remove the tag. read more...

add a comment |category: |Views: 223

tags: another

Localize text in JavaScript files in ASP.NET(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 3 years, 9 months ago

Shows a very simple and powerful way of serving .js files with the right localized text strings. read more...

add a comment |category: |Views: 481

tags: another

SubSonic Scaling(blog.wekeroad.com)

submitted by jongallowayjongalloway(4380) 3 years, 9 months ago

Rob runs some tests with millions of records to see how SubSonic holds up with respect to speed and memory use. read more...

3 comments |category: |Views: 321

tags: another

Organize Usings Across Your Entire Solution(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 9 months ago

One of the features I worked on for the Visual Studio 2008 release was the new "Organize Usings" feature. This feature allows you to: Remove Unused Usings - Determines which using directives are not used in the current file and deletes them. Sort Usings - Sorts the using directives in a file. read more...

add a comment |category: |Views: 451

tags: another

12 Unit Testing Tips for Software Engineers(readwriteweb.com)

submitted by JemmJemm(9604) 3 years, 9 months ago

"In this post we look at a dozen unit testing tips that software engineers can apply, regardless of their programming language or environment." read more...

add a comment |category: |Views: 570

tags: another

Rob Conery - How I Got Started In Software Development(blog.wekeroad.com)

submitted by adminjewadminjew(1490) 3 years, 9 months ago

How old were you when you first started in programming? I was 13 when I got a Radio Shack "computer" for my birthday. I wanna say it was a TRS-80, but this is before those - it didn't have any kind of floppy disc, and all it let you do was write BASIC apps on a TV screen. But it really doesn't count because all I did was let my big brother show me how to make a Christmas tree using some capital A's with BASIC. 136242-18_TRS-80-Model-1 I remember feeling extremely cool - my big brother is quite the genius and at the time was getting his PhD in computer science from UC Irvine. read more...

add a comment |category: |Views: 11

tags: another

Combining jQuery Validation with ASP.NET MVC(weblogs.asp.net)

submitted by rimsystemsrimsystems(6119) 3 years, 9 months ago

See how the jQuery Validation plugin can be used with the MVC framework to validate all the inputs in a form before it is submitted to the controller. read more...

add a comment |category: |Views: 519

tags: another

Create PDF with C#(aneef.net)

submitted by mfmaneefmfmaneef(455) 3 years, 10 months ago

Create PDF with C# on the fly read more...

add a comment |category: |Views: 1366

tags: another

Phil Haack: Unit Test Boundaries (haacked.com)

submitted by JemmJemm(9604) 3 years, 10 months ago

One principle to follow when writing a unit test is that a unit test should ideally not cross boundaries. read more...

add a comment |category: |Views: 186

tags: another

Is Managed Code Slower Than Unmanaged Code?(grimes.demon.co.uk)

submitted by terrbleterrble(1665) 3 years, 10 months ago

Ask anyone the question above and they will say that managed is slower than unmanaged code. Are they right? No they are not. The problem is that when most people think of .NET they think of other frameworks with a runtime, like Java or Visual Basic; or they may even think about interpreters. They do not think about applications, or what they do; they do not think about limiting factors like network or disk access; in short, they do not think. read more...

6 comments |category: |Views: 479

tags: another

ASP.NET MVC preview release 4 - part 1(weblogs.asp.net)

submitted by maartenbamaartenba(5845) 3 years, 10 months ago

The ASP.NET MVC team is in the final stages of finishing up a new "Preview 4" release that they hope to ship later this week. The Preview 3 release focused on finishing up a lot of the underlying core APIs and extensibility points in ASP.NET MVC. Starting with Preview 4 this week you'll start to see more and more higher level features begin to appear that build on top of the core foundation and add nice productivity. There are a bunch of new features and capabilities in this new build - so much in fact that I decided I needed two posts to cover them all. This first post will cover the new Caching, Error Handling and Security features in Preview 4, as well as some testing improvements it brings. My next post will cover the new AJAX features being added with this release as well. read more...

2 comments |category: |Views: 249

tags: another

LINQ Farm: More on Set Operators(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 3 years, 10 months ago

This is a second post on the LINQ Set operators, the first being published while LINQ was still in beta. As mentioned in the previous post, there are four LINQ set operators: Union, Intersect, Distinct and Except. Like the other 50 LINQ operators, these methods are designed to allow you to query data which supports the IEnumerable<T> interface. Since all LINQ query expressions, and most LINQ queries, return IEnumerable<T>, these operators are designed to allow you to perform set operations on the results of a LINQ query. In this post I give four highly simplified examples of how to use each of the operators, and then end with a more complex example that shows how the operators might be used in a real world setting. read more...

add a comment |category: |Views: 194

tags: another

MVC Membership with Preview 3(squaredroot.com)

submitted by TroyMGTroyMG(2670) 3 years, 10 months ago

The MVC Membership Starter Kit has been updated to work with Preview 3 of the ASP.Net MVC framework. read more...

add a comment |category: |Views: 243

tags: another

Visual Studio Power Toys Are Back! : Visual Studio Hacks(visualstudiohacks.com)

submitted by javeryjavery(5523) 3 years, 10 months ago

The missing power toys have been found and are now on MSDN Code Gallery. read more...

add a comment |category: |Views: 767

tags: another

MVC Storefront, Part 15: Code Review With Ayende(blog.wekeroad.com)

submitted by adminjewadminjew(1490) 3 years, 10 months ago

Normally I would have gone through this many times already, however I have the good fortune of all your comments :). Even so, it's always a good idea to take a timeout and make sure you're not going off the deep end. In this episode I do a code review with Ayende and Steve Harman and have a really nice AHA! moment. read more...

add a comment |category: |Views: 218

tags: another