Reman

Stories kicked by Reman

xVal v1.0 is now released(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 8 months ago

In case you’re not aware, xVal is a validation helper for ASP.NET MVC that lets you use your own choice of server-side validation framework (e.g., Microsoft’s DataAnnotations attributes, or Castle Validator, or NHibernate Validaion) and dynamically generates client-side validation code from your rules. Version 1.0 adds new features including dynamic client-side validation summaries and remote (ajax) validation rules. read more...

add a comment |category: |Views: 218

tags: another

ASP.NET MVC MvcSiteMapProvider 1.0 released(blog.maartenballiauw.be)

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

Back in March, I blogged about an experimental MvcSiteMap provider I was building. Today, I am proud to announce that it is stable enough to call it version 1.0! Download MvcSiteMapProvider 1.0 over at CodePlex. Ever since the source code release I did back in March, a lot of new features have been added, such as HtmlHelper extension methods, attributes, dynamic parameters, … I’ll leave most of them up to you to discover, but there are some I want to quickly highlight. read more...

2 comments |category: |Views: 297

tags: another

MsSqlSpatial Demo using Google Maps(raihaniqbal.net)

submitted by PrinceOfDhakaPrinceOfDhaka(390) 2 years, 9 months ago

Shows how to use the MsSqlSpatial library with Google Maps GIS application. read more...

add a comment |category: |Views: 303

tags: another

SQL Azure Manager(blog.maartenballiauw.be)

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

SQL Azure manager: a community effort to quickly enable connecting to your SQL Azure database(s) and perform basic tasks. read more...

add a comment |category: |Views: 251

tags: another

Writing Great Unit Tests: Best and Worst Practises(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 9 months ago

A suite of good unit tests is immensely valuable: it documents your design, and makes it easier to refactor and expand your code while retaining a clear overview of each component’s behaviour. However, a suite of *bad* unit tests is immensely painful: it doesn’t prove anything clearly, and can severely inhibit your ability to refactor or alter your code in any way. How can you be sure to write unit tests that contribute positively to your project and don't end up being a liability? read more...

add a comment |category: |Views: 651

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

Siesta: Painless REST via ASP.NET MVC(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 9 months ago

A simple and easy-to-use REST system for ASP.NET, based on the API from the Zen project management system. read more...

add a comment |category: |Views: 365

tags: another

NerdDinner with Fluent NHibernate Part 1 - The domain model(bengtbe.com)

submitted by bengtbebengtbe(470) 2 years, 9 months ago

This is the first post in a series of three where I'm going to see how we can change the NerdDinner project to use Fluent NHibernate instead of LINQ to SQL. In the first post we are going to take a look at the domain model. read more...

add a comment |category: |Views: 391

tags: another

ASP.NET Menu with jQuery Superfish(blog.dreamlabsolutions.com)

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

Choosing the right type of menu for a website is not easy at all. The ASP.NET Menu Control is definitely NOT a good starting point due to the horrendous markup it renders. The idea is to use a modified version of the CssFriendly Menu adapter with the jQuery Superfish plugin. read more...

add a comment |category: |Views: 1219

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

Upload Multiple Files in ASP.NET using jQuery(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 10 months ago

Continuing my ‘no less than an exciting’ journey of exploring ASP.NET with jQuery, today’s article will demonstrate how to Upload multiple files in ASP.NET using jQuery. read more...

add a comment |category: |Views: 1396

tags: another

Session Attacks and ASP.NET - Part 1(blogs.sans.org)

submitted by j.montyj.monty(1868) 2 years, 11 months ago

I’ve spent some time recently looking for updated information regarding session attacks as they apply to ASP.NET and am still not completely satisfied with how Microsoft has decided to implement session management in ASP.NET 2.0+. Part 1 explores ASP.NET session management, authentication, and session attacks against ASP.NET with a comparison of how ASP.NET stacks up against mitigation techniques against these attacks. read more...

add a comment |category: |Views: 396

tags: another

Visual Studio 2010: Web.config transforms(weblogs.asp.net)

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

Recently I wrote about Visual Studio 2010 and multiple web.config files support. Let’s see how to play with web.config transformation so we can use one configuration on development environment and the other for production environment. read more...

add a comment |category: |Views: 356

tags: another

Integration Testing Your ASP.NET MVC Application(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 11 months ago

Unit tests are great for proving the correctness of a single component. But how can you prove that you whole ASP.NET MVC application hangs together properly - including its view templates, configuration settings, and database schema? Integration tests cover what unit tests can't - Steven Sanderson shows one way to approach it with ASP.NET MVC. read more...

add a comment |category: |Views: 401

tags: another

SubSonic 3.0: ActiveRecord(blog.wekeroad.com)

submitted by luizbonluizbon(80) 2 years, 11 months ago

Google’s project site is down for a while and I have some perf tests running in the background so I thought it might be time to crank out a few more “preview” posts of SubSonic 3.0. This one’s about ActiveRecord – one of my favorite patterns for its ease of use and versatility. read more...

add a comment |category: |Views: 348

tags: another

Exploring how to use Global Variables and ViewData (Strongly typed and(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 11 months ago

Taking a look at how to utilized both global variables and local variables. We will also take a look at how to create and use both strongly typed viewdata and weakly typed view data. read more...

add a comment |category: |Views: 266

tags: another