donbonifacio

Stories kicked by donbonifacio

ASP.NET MVC 2 Localization complete guide(adamyan.blogspot.com)

submitted by Alik.AdamyanAlik.Adamyan(135) 2 years, 3 months ago

This is a full guide for localizing asp.net mvc 2 web application covering following aspects: views localization, simple culture switching mechanism, model validation messages localization, DisplayName attribute localization and problem solving with caching(OutputCache) and localization. read more...

add a comment |category: |Views: 2508

tags: another

Cross-platform .NET(psantos-blog.zi-yu.com)

submitted by donbonifaciodonbonifacio(280) 2 years, 6 months ago

What makes a Java application cross-platform? Will a Java application be cross-platform if use reference resources like: c:\MyApp\MyApp.ini? And if we have a file named MyApp.ini and get it like getResource(”myapp.ini”)? And if we use specific operating system resources? read more...

add a comment |category: |Views: 7

tags: another

Running Mono - an Overview(psantos-blog.zi-yu.com)

submitted by donbonifaciodonbonifacio(280) 2 years, 6 months ago

We're running mono on the production environment and on this article I talk about the issues we faced and the how's mono behaving. read more...

add a comment |category: |Views: 23

tags: another

How to invoke/run Stored Procedures on the Entity Framework(psantos-blog.zi-yu.com)

submitted by donbonifaciodonbonifacio(280) 2 years, 7 months ago

This one was a hard one to guess. read more...

add a comment |category: |Views: 5

tags: another

Twitter API from C#(psantos-blog.zi-yu.com)

submitted by donbonifaciodonbonifacio(280) 3 years, 7 months ago

Example method that sends a message programatically with C# to twitter. read more...

add a comment |category: |Views: 278

tags: another

JavaScript in Chrome(ejohn.org)

submitted by mosessaurmosessaur(5424) 3 years, 8 months ago

A full rundown of the JavaScript features and bugs in Chrome read more...

add a comment |category: |Views: 589

tags: another

Getting rid of strings (3): take your app settings to the next level(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 8 months ago

In the first article of this series I talked about the problems with strings in code. This article will show you how you can use lambda expressions and expression trees as another tool to avoid strings read more...

2 comments |category: |Views: 769

tags: another

jQuery Form Serialization without ASP.NET ViewState(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 8 months ago

When building AJAX applications that send client form content to the server, ViewState and EventValidation fields can get in the way. Using jQuery you can make short work skipping over these fields and send only the raw POST data to the server. read more...

add a comment |category: |Views: 450

tags: another

Becoming a Visual Studio Jedi Part 1(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 3 years, 8 months ago

Peter discusses how to get your use of Visual Studio to the next level. read more...

1 comment |category: |Views: 1009

tags: another

Building a Web Game Step by Step(blog.orionsbelt.eu)

submitted by donbonifaciodonbonifacio(280) 3 years, 8 months ago

On this blog, the Orion's Belt team present step by step all the developments and ideas for the 2.0 version of their game. The game is running on ASP.NET 2.0 and using NHibernate and Midgard. read more...

add a comment |category: |Views: 12

tags: another

Completely Scripting a SQL Server Database(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 9 months ago

A guide on how to easily script out an entire database (schema and data) using the Database Publishing Wizard. A tool that you may not know you have access to. And if you have Visual Studio 2008, you already have installed! read more...

add a comment |category: |Views: 384

tags: another

NHibernate 2.0 is out(ayende.com)

submitted by raffaeuraffaeu(150) 3 years, 9 months ago

Directly from the blog of Ayende, NHibernate 2.0 is out!! read more...

add a comment |category: |Views: 406

tags: another

Link blogs… do yourself a favor(davybrion.com)

submitted by alashcraftalashcraft(1180) 3 years, 9 months ago

I’m currently subscribed to 110 feeds and everyday the number of unread posts is going up. It seems like i just can’t catch up anymore. Of all those unread posts, a lot will be very interesting, but there will also be quite a few that won’t interest me that much. So i’m going to cut back on the number of feeds i’m subscribed to, and i’m going to rely on some fantastic links blogs to point me to the best posts. read more...

2 comments |category: |Views: 316

tags: another

Top 10 Things New Twitter Users Need To Know(jeffblankenburg.com)

submitted by jblankenburgjblankenburg(1264) 3 years, 9 months ago

Those new to Twitter need some guidance. Jeff Blankenburg has come up with a list of things that someone new to Twitter needs to read before even creating their account. read more...

add a comment |category: |Views: 352

tags: another

No, inheritance is not the way to achieve code reuse!(littletutorials.com)

submitted by contourcontour(490) 3 years, 9 months ago

I am not sure how so many people go through so many years of school, which is supposed to make us better at thinking, and they fail to differentiate the “why” and the “how”. During interviews, when I ask their opinion about the purpose of inheritance in OOP, invariably I get this precooked answer (not so nicely expressed): inheritance is the way to achieve code reuse. No it is not! read more...

5 comments |category: |Views: 648

tags: another

Skinning the Cat with Fluent NHibernate(iamnotmyself.com)

submitted by ang3lfir3ang3lfir3(660) 3 years, 9 months ago

As you may have noticed, I have become interested in the concept of Object Relational Mapping and the NHibernate framework. One of the more painful/tedious aspects of using NHibernate is hand writing the xml mapping files. That is why I got excited when I heard that Jeremy Miller was open sourcing his mapping generation libraries. read more...

add a comment |category: |Views: 328

tags: another