Credits
First of all, credits to those who helped me in the process of understanding of Federated Identity on .Net. Follow them up on twitter, they are cool people
And thanks to the AltNet Hispano community for those awesome sessions!
Gracias!
[...]
All 8!
Ok, serious here. The thing is, VMWare Workstation has no explicit support for Windows 8. The last version of Windows 8, for the moment, is the Consumer Preview that you can download for free from the Microsoft site, here: http://windows.microsoft.com/en-US/windows-8/iso
If you’re wanting to install Windows 8 into a Virtual [...]
Easy way in Asp.net MVC with Razor, to solve this problem:
“I’ve a piece of code in the view, but I want to render it, just if you’re part of a particular role.”
Lucky us, with razor and his mechanism to easily extends Html Helpers, we can allow that some part of the [...]
Well, I just can said that: Finally! Now you can find NHibernate Validator source code here:
https://github.com/darioquintana/NHibernate-Validator
The source code is ready to use with the last GA version of NHibernate 3.2.0.
Hello friends, here is the new release of NHibernate Validator. There are 2 improvements in this release since NHibernate 1.3.0 GA, call it a service pack .
First of all, Log4net is not longer needed as a dependency. What this means: tecnically the NHibernate.Validator.dll doesn’t need the library log4net.dll. If you have Log4net in your [...]
Download NHibernate Validator 1.2 beta3 with sources, binaries and example here here
For use it with NHibernate 2.1 GA.
For examples and documentation see the serie of blog posts of Fabio Maulo about NHibernate Validator here
Download NHibernate Validator 1.2 beta2 with sources, binaries and example here here
For use it with NHibernate 2.1 GA.
Enjoy it !
For those who want get working these tools/frameworks and achieve a grid like this:
Okey, if you like that, this is the stuff used to get it work:
System.Linq.Dynamic. More… jqGrid. More… and for more Online Demos go here… Asp.Net MVC. More…
Asp.net MVC let you intercept the actions via a feature they call: Filters. Filters are just attributes that you decorate into actions and them allow to you make an stop before or after the action-methods are executed (also are filters to intercept code before/after the result is executed, errors are thrown, etc). There [...]
The NHibernate Validator Team had prepared examples to you be able to use this validation framework in a easy way. With four examples we are covering the following topics:
1) Winforms
In this example you will how you can easily integrate NHibernate Validator and some helper clases with System.Windows.Forms.
2) NHibernate Integration
Trying to [...]
tweets
Recent Posts
- How To: Configure Access Control Service on Windows Azure
- Installing Windows 8 Consumer Preview with VMWare Workstation 8
- Authorizable content with Razor
- NHibernate Validator on GitHub
- NHibernate Validator 1.3.1 GA
- NHibernate Validator 1.2 Beta3 released
- NHibernate Validator 1.2 Beta2 released
- jqGrid + Linq + Asp.Net MVC example
- Asp.net MVC: Testing a custom Authorize filters
- NHibernate Validator Quickstart
Recent Comments
- Dario on Installing Windows 8 Consumer Preview with VMWare Workstation 8
- Steve C on Installing Windows 8 Consumer Preview with VMWare Workstation 8
- Quang on StatelessSession: NHibernate without first-level cache
- Luis Fernando on NHibernate Validator 1.3.1 GA
- Daniel on NHibernate – Bulk Manipulation with SQL Native
