MVC: passing complex models in GET

MVC: passing complex models in GET

I started recently to work on a REST WebAPI project and soon realized I needed a way to pass complex parameters to my GET actions. For example, in some cases I have “searcher” classes that expose properties like pagination data, text fields, identificators and so on, something like this: [csharp]...

1 minute read
Download SQL Server Express and say “Thank you Scott”

Download SQL Server Express and say “Thank you Scott”

Thank you Scott. Really, this is going to be awkward, but somebody had to do something. Akamai NetSession? Come on Microsoft, you’re better than that! So, well, thanks Scott.  Here’s the link: http://www.hanselman.com/blog/DownloadSqlServerExpress.aspx      

1 minute read
C# :  dynamically get location of an assembly

C# : dynamically get location of an assembly

This time I’m posting just a simple tip (because my memory is sloppy, yeah): I was playing a little bit with T4 templates and dynamic assembly generation and I needed to reference a couple of assembly included in my project. Unfortunately the adding a reference to the ReferencedAssemblies collection on...

1 minute read
SDL Tridion: move items across Publications

SDL Tridion: move items across Publications

This is a quick tip for something that can create a lot of hassle sometimes. As you may be aware of, it’s impossible to copy/paste items across Publications. One option would be to create them manually, but what if they’re too many? Another option is to use the Content Porter....

1 minute read