|
|
activa
activa
 |
|
Stories kicked by activa
|
|
submitted by
activa
6 days, 10 hours ago
blog.activa.be — We all love writing unit tests, don't we?. But what if you need to test code that relies on the date or some elapsed time?
Just fake the time! read more...
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 4 days ago, submitted by
colinjack
1 month, 4 days ago
codebetter.com — Great post on why L2S needs to be supported by the community and why a L2S targeted at the community is a good idea. read more...
4 comments
|
category: Linq | Views: 485
|
|
tags:
notagain, Bullshit, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
activa
1 month, 4 days ago
blog.activa.be — Detecting URLs in text is harder than you would expect. In fact, it can't be done with a set of hard rules, but we can get very close by using a single .NET regular expression.
Purists will protest, but what's wrong with "good enough"? read more...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
activa
2 months, 9 days ago
blog.activa.be — Ever seen weird bytes in your javascript code? Having problems with javascript not working in Google Chrome?
Maybe you're the victim of BOM (byte-order marks) bytes that are saved with every javascript file you create in Visual Studio.... read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 3 days ago, submitted by
activa
3 months, 5 days ago
blog.activa.be — After months of writing documentation, the first release candidate of ProMesh.NET v2.0 has been released in the wild.
ProMesh.NET is a powerful MVC framework for .NET 2.0 that has been around for a long time, but today it finally reached another important milestone.
read more...
add a comment
|
category: Open Source | Views: 271
|
|
tags:
MVC, ProMesh.NET, ASPNETMVC, OpenSource, ProMesh | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
activa
3 months, 19 days ago
blog.activa.be — Time for an update on the state of ProMesh.NET, the open-source MVC Web Application framework I started a few years ago. The last public release was almost 7 months ago, and a lot has been changed since then. The original plan was to create a version 1.5, but I decided against that and made it in a full 2.0 release read more...
add a comment
|
category: Open Source | Views: 13
|
|
tags:
ProMesh, ProMesh.NET, OpenSource, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 25 days ago, submitted by
TroyMG
4 months, 26 days ago
squaredroot.com — Stephen Walther's latest MVC tip introduced me to the MVC framework's ability to pass server variables into actions as parameters. Unfortunately using this feature is a very bad idea and could jeopardize the security of your application. Take a look at a code sample you might find surprising. read more...
add a comment
|
category: ASP.NET | Views: 198
|
|
tags:
hacking, Security, 3.5, MVC, .net3.5 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
activa
6 months, 5 days ago
blog.activa.be — It has been almost one year since the last public release of CoolStorage.NET ("cool" open-source object mapper for .NET 2.0), but this doesn't mean the product was dead. A lot of people regularly downloaded the latest builds from CodePlex and I received a lot of great feedback, which finally lead to the release of version 1.2. read more...
add a comment
|
category: Open Source | Views: 27
|
|
tags:
ORM, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 7 days ago, submitted by
DannyDouglass
6 months, 7 days ago
weblogs.asp.net — From ScottGu's weblog - "This morning we released the Preview 3 build of the ASP.NET MVC framework. I blogged details last month about an interim source release we did that included many of the changes with this Preview 3 release. Today's build includes some additional features not in last month's drop, some nice enhancements/refinements, as well as Visual Studio tool integration and documentation." read more...
1 comment
|
category: ASP.NET | Views: 244
|
|
tags:
ScottGu, ScottGuthrie, ASP.NET, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 7 days ago, submitted by
activa
6 months, 8 days ago
blog.activa.be — Am I the only one who believes a great programming font can boost your productivity and increase your coding joy?
Check out Damien Guard's superb new release of Envy Code R, my favorite coding font. read more...
9 comments
|
category: Other | Views: 864
|
|
tags:
IDE, Fonts | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 8 days ago, submitted by
Jemm
6 months, 8 days ago
blog.jemm.net — The career pages of Microsoft give hints what the future holds for us developers. This post picks out the interesting little details about future versions of Visual Studio, .NET Framework, SharePoint, SQL Server etc and analyzes a bit what they could mean. read more...
add a comment
|
category: Other | Views: 681
|
|
tags:
Silverlight, IIS, VisualStudio, WPF, SharePoint | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 7 days ago, submitted by
activa
6 months, 9 days ago
blog.activa.be — Value types can sometimes cause unexpected behavior. This post explains one of the pitfalls you can encounter when using arrays and lists of value types. read more...
1 comment
|
category: C# | Views: 324
|
|
tags:
arrays, Generics, C#, pitfalls | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 11 days ago, submitted by
jonas
6 months, 11 days ago
blogs.msdn.com — From post: "Source Analysis is similar in many ways to Microsoft Code Analysis (specifically FxCop), but there are some important distinctions. FxCop performs its analysis on compiled binaries, while Source Analysis analyzes the source code directly. For this reason, Code Analysis focuses more on the design of the code, while Source Analysis focuses on layout, readability and documentation." read more...
1 comment
|
category: C# | Views: 839
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
activa
6 months, 12 days ago
blog.activa.be — Generated code is great... if it was generated by you,or you fully understand the generated code!
Essentially, when you are using a code generator, you will be screwed at some point in the future. read more...
add a comment
|
category: Other | Views: 6
|
|
tags:
maintenance, Generators | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|