firefalcon

Stories kicked by friends of firefalcon

Silverlight WinToolbar (Codeplex)(wintoolbar.codeplex.com)

submitted by brauliodbrauliod(275) 2 years, 1 month ago

Windows.Toolbar is Silverlight library that implements common widgets that allows us to build a rich toolbar control in our applications, it incorporates: group panels, drop down buttons, pickers… read more...

add a comment |category: |Views: 12

tags: another

NHibernate vs Entity Framework: a performance test(gregdoesit.com)

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

Measured the performance of some .NET ORM frameworks including NHibernate and Entity Framework. Results showed that Entity Framework is better at storing data while NHibernate is better at deleting it. read more...

add a comment |category: |Views: 866

tags: another

Don’t Get Bit By Lazy Evaluation(codethinked.com)

submitted by mattman206mattman206(305) 3 years, 1 month ago

A very good explanation of how delayed evaluation can cause subtle problems in your code. read more...

add a comment |category: |Views: 299

tags: another

ReSharper 4.5 gone gold(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 1 month ago

JetBrains has released version 4.5 of their multi purpose productivity plugin for Visual Studio, ReSharper. This updates contains some pretty cool features. For example, solution wide analysis now checks for members that can be made internal. Also, JetBrains promises to have improved performance and memory use. All in all certainly an update that is worth installing, especially because updating from licenses for version 4.0 and above is free read more...

add a comment |category: |Views: 314

tags: another

Web 2.0 AJAX Portal using ASP.NET 3.5,jQuery,Silverlight,Linq,Unity(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 1 month ago

Learn how to build a Web 2.0 AJAX portal just like Google IG using jQuery, ASP.NET, Silverlight, Linq to SQL, Workflow Foundation and Unity read more...

add a comment |category: |Views: 346

tags: another

13 ASP.NET MVC extensibility points you have to know(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 1 month ago

One of the main design principles ASP.NET MVC has been designed with is extensibility. Everything (or most of) in the processing pipeline is replaceable so, if you don’t like the conventions (or lack of them) that ASP.NET MVC uses, you can create your own services to support your conventions and inject them into the main pipeline. This post shows 13 extensibility points that every ASP.NET MVC developer should know, starting from the beginning of the pipeline and going forward till the rendering of the view. read more...

add a comment |category: |Views: 501

tags: another

Using the ASP.NET MVC Futures AsyncController(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 1 month ago

Last week, I blogged about all stuff that is included in the ASP.NET MVC Futures assembly, which is an assembly available on CodePlex and contains possible future features (tonguetwister!) for the ASP.NET MVC framework. One of the comments asked for more information on the AsyncController that is introduced in the MVC Futures. So here goes! read more...

add a comment |category: |Views: 770

tags: another

Setting up a minimal ASP.NET MVC project in Visual Studio, part 3(michielvoo.net)

submitted by alexandrul.ctalexandrul.ct(475) 3 years, 1 month ago

After writing the previous two posts (here and here) about setting up an MVC project from scratch, I realized that there are some improvements that will make the project a bit more practical. These are mostly configuration settings. This is then the unexpected third and last part of the series (I didn't even know it was going to be a series). read more...

add a comment |category: |Views: 16

tags: another

WorkGrabber.com - Sweet ASP.NET MVC 1.0 + jQuery Application(weblogs.asp.net)

submitted by visualhintvisualhint(440) 3 years, 1 month ago

Mike Bosch shows us his latest creation using ASP.Net MVC: WorkGrabber.com is a social marketplace for local contractors and customers to interact and get projects done. read more...

add a comment |category: |Views: 443

tags: another

Being a software startup in a recession(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 1 month ago

Lessons learned about being a software startup in a recession. read more...

add a comment |category: |Views: 438

tags: another

5 reasons why you should use ASP.NET MVC(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 3 years, 1 month ago

I’ll be fair with you readers. I’ve only toyed with the ASP.NET MVC framework. It looks great as of now but it’s the first full blown MVC framework that we have that is backed by Microsoft. However, there is a lot of opposition nowadays that tend to be formulated like this: Why should I use ASP.NET MVC? WebForms works well. Other problems come from the lack of server controls. When a developer look at that and he then wonder why he should have to write HTML and Javascript when before he could have retrieved all that beautiful information with a simple postback. read more...

add a comment |category: |Views: 875

tags: another

4 Great Tools to use with Visual Studio(hatim.indexdev.net)

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

Today was a slow day so I was trying some Visual Studio Add-Ins for our team to help in the development and here are the ones that made the cut. read more...

1 comment |category: |Views: 1342

tags: another

File Uploads in ASP.NET MVC 1.0 RTM(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 1 month ago

I had not messed around with file uploads in ASP.NET MVC for a while and so when I fired up ASP.NET MVC 1.0 RTM I was pleasantly surprised to find out how easy they had made it! read more...

add a comment |category: |Views: 420

tags: another

Setting up a minimal ASP.NET MVC project in Visual Studio(michielvoo.net)

submitted by michielvoomichielvoo(125) 3 years, 1 month ago

In this post we will walk through the required steps to create a project that contains the minimal amount of configuration and code to get ASP.NET MVC running. In the course of this post you will get a better understanding of Routing and the MVC framework. read more...

add a comment |category: |Views: 282

tags: another

ASP.NET MVC Best Practices (Part 2) - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by mithumithu(570) 3 years, 1 month ago

This is the second part of the series and may be the last, till I find some thing new. My plan was to start with routing, controller, controller to model, controller to view and last of all the view, but some how I missed one important thing in routing, so I will begin with that in this post. read more...

add a comment |category: |Views: 433

tags: another

Another look at Sharp Architecture: Validation, Design Decisions and A(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 1 month ago

Taking another look at Sharp Architecture, but this time we will be looking at data validation, design decisions and automapping read more...

add a comment |category: |Views: 395

tags: another