ercu

Stories kicked by ercu

Microsoft Chart Controls to PDF with iTextSharp and ASP.NET MVC(mikesdotnetting.com)

submitted by MikesdotnettingMikesdotnetting(340) 2 years, 8 months ago

If you are developing a business application using ASP.NET MVC, and need to produce some kind of dashboard-style reporting, the Chart Controls from Microsoft are a good place to start. Having a summary in some form of document, say a PDF is also a common requirement. This article introduces you to satisfying both needs. read more...

add a comment |category: |Views: 123

tags: another

Take an ASP.NET Application offline with HttpModules(blog.dreamlabsolutions.com)

submitted by arnoldmatuszarnoldmatusz(600) 2 years, 8 months ago

Whenever you do maintenance work on a website it is advisable to show the visitors a nice message telling them politely to come back later, rather than a nasty error, or even worse: a big Yellow Screen of Death. Read how I found a solution similar to the app_offline.html approach using HttpModules and how I still allow administrators to access the website. read more...

add a comment |category: |Views: 393

tags: another

ASP.NET MVC StrongRoutes AppAir.Web Preview Release(bleevo.com)

submitted by bleevobleevo(245) 2 years, 9 months ago

Magic strings be gone! make your routes strongly typed today. read more...

add a comment |category: |Views: 260

tags: another

Analyzing AutoMapper performance(lostechies.com)

submitted by HoolieManHoolieMan(1715) 2 years, 9 months ago

A great real world example of profiling a .net app or library read more...

add a comment |category: |Views: 198

tags: another

ASP.NET MVC 2 Preview 1 is released!(weblogs.asp.net)

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

ASP.NET MVC 2 first preview is released to public now and you can download it from Microsoft download site. Here is short overview of technical requirements and main new features of ASP.NET MVC 2 Preview 1. read more...

add a comment |category: |Views: 243

tags: another

ASP.NET MVC 2 Preview 1 released!(blog.maartenballiauw.be)

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

Today, Phil Haack did a blog post on the release of ASP.NET MVC 2 Preview 1! Get it while it’s fresh :-) An updated roadmap is also available on CodePlex. Guess now is about time to start revising my ASP.NET MVC 1.0 Quickly book… read more...

add a comment |category: |Views: 193

tags: another

Combining Assemblies Using ILMerge(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 2 years, 10 months ago

When creating solutions that include multiple projects, Visual Studio creates an assembly for each project. This can lead to libraries that are complicated to use, needing many references. Using ILMerge, the assemblies can be combined into a single file. read more...

add a comment |category: |Views: 228

tags: another

Remotely Enabling Remote Desktop from the Command Line(itscodeinhere.com)

submitted by RhythmAddictRhythmAddict(440) 2 years, 11 months ago

How to enable RDP for a remote machine via the command line. read more...

add a comment |category: |Views: 26

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

How Do You Deal With Exceptions?(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years ago

A little post on my ideas about handling exceptions within applications. How do you handle them? read more...

add a comment |category: |Views: 748

tags: another

ASP.NET MVC Subdomain Routing(blogs.securancy.com)

submitted by SickDotNetSickDotNet(200) 3 years ago

One of the propagated “great features” for ASP.NET MVC is the full control you have over the routing and url’s of your webapplication. In order to demonstrate this, let’s walk through a sample that specifically handles subdomain routing. read more...

add a comment |category: |Views: 1116

tags: another

Free T4 Editor for your ASP.NET MVC T4 Templates available(tangibleengineering.blogspot.com)

submitted by fischetmfischetm(260) 3 years ago

Found on tangible blog, that the new tangible T4 Editor 1.4 FREE EDITION now includes full Intelli-Sense support for MVC Host and related namespaces used in ASP.NET MVC 1.0 RTM T4 Templates. In addition it provides a nice highlighting for ASP.NET and T4 Code. Seems like anyone can now edit MVC T4 Templates with full comfort without investing a penny. Awesome! read more...

add a comment |category: |Views: 570

tags: another

How to test your multi-threaded code (part 1 of 3)?(blog.decarufel.net)

submitted by decarufedecarufe(959) 3 years ago

CHESS is the answer. At least this is what we have best right now. read more...

add a comment |category: |Views: 480

tags: another

jQuery UI DatePicker instead of AJAX Control Toolkit CalendarExtender(blog.dreamlabsolutions.com)

submitted by arnoldmatuszarnoldmatusz(600) 3 years ago

The reasons why I abandoned using the CalendarExtender and choose to use the jQuery UI DatePicker instead. read more...

add a comment |category: |Views: 619

tags: another

Practical .NET Unit Testing – Free paper released(ytechie.com)

submitted by SuperJasonSuperJason(2740) 3 years ago

A free unit testing paper that covers why you should write unit tests, the mechanics of unit testing, common testing strategies, designing for testability, and advanced testing techniques. It's an ongoing project, but it's complete enough to hopefully start getting early feedback and suggestions! read more...

4 comments |category: |Views: 394

tags: another