Does this finally end the ASP.NET WebForms days?
Tool for converting WebForms Views to Razor C# Only
–jeroen
Posted by jpluimers on 2011/02/16
Does this finally end the ASP.NET WebForms days?
Tool for converting WebForms Views to Razor C# Only
–jeroen
Posted in .NET, ASP.NET, C#, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2011/02/16
Each time I need to do Office COM interop, I wish they had overloaded methods: all those Type.Missing entries, and speed issues.
I know C# 4.0 makes missing parameters easier, but a lot of projects are not yet in Visual Studio 2010.
So this C# Excel Interop Use page by Sam Allen comes in handy.
–jeroen
Posted in .NET, C#, C# 2.0, C# 3.0, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2011/02/15
On the one hand it is good to be able to do things as early in the application startup phase as possible.
On the other hand: What’s next? A PrePreApplicationStartMethod that allows you to fiddle with the PreApplicationStartMethod behaviour?
–jeroen
via: David Ebbo: Register your HTTP modules at runtime without config.
Posted in .NET, ASP.NET, Development, Opinions, Software Development | Leave a Comment »
Posted by jpluimers on 2011/02/15
If you use Visual Studio 2005 for some old projects that have not yet been converted, and they open very slowly: read this post on If Your Visual Studio Solutions Open Slowly Check WebsiteCache by Thomas F. Abraham.
Emptying your WebsiteCache directory solves the issue: it had about 30-thousand empty directories in it.
The location depends on your Windows version:
This bug has been fixed in Visual Studio 2008 and up.
–jeroen
via: If Your Visual Studio Solutions Open Slowly, Check WebsiteCache | Thomas F. Abraham – On Technology.
Posted in .NET, C#, C# 2.0, Development, Software Development, Visual Studio 2005, Visual Studio 2008, Visual Studio 2010, Visual Studio and tools | Leave a Comment »
Posted by jpluimers on 2011/02/11
I updated my first .NET Reflector post with yet another alternative:
–jeroen
via The #reflector licensing debacle « The Wiert Corner – irregular stream of Wiert stuff.
Posted in .NET, C#, Delphi, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2011/02/09
Quite a while ago, user bobince wrote great answer on why not to parse html with RegEx.
Somehow people fail to recognize the brilliance of the answer, and try to simplify it into something like “don’t, use an XML or HTML parser in stead”.
bobince even posted some nice contra-examples that are impossible to parse in RegEx (heck, even most regular HTML and XML parsers have difficulties with them).
So: enjoy the beauty of the answer while it is still locked for editing.
–jeroen
Posted in Development, HTML, RegEx, Software Development, Web Development, XML, XML/XSD | 2 Comments »
Posted by jpluimers on 2011/02/08
My favourite text comparison tool just got updated on February 7th, 2011.
What’s new in Beyond Compare 3.2.4.13298:
and more…
–jeroen
Posted in Delphi, Development, Power User, Software Development | Leave a Comment »
Posted by jpluimers on 2011/02/08
I totally forgot to post this earlier this year, so here it goes:
GExperts 1.34 (Stable Release) was released on January 5, 2011.
It supports Delphi 6 to Delphi XE.
You can download it here.
From the Change Log in Readme.txt:
–jeroen
via Download GExperts.
Posted in Delphi, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2011/02/07
The All-In-One Code Framework is a valuable asset for your tool box for any Windows development environment.
–jeroen
Posted in .NET, Delphi, Development, Software Development | Leave a Comment »