donbonifacio

Stories submitted by donbonifacio

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

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

Authorization policies in WCF: from tokens to claim sets(pfelix.wordpress.com)

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

This post describes the process that begins with the authentication of a token and ends with a collection of claim sets, available at the AuthorizationContext. read more...

add a comment |category: |Views: 23

tags: another

Big SEO Mistake because of Response.Redirect(psantos-blog.zi-yu.com)

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

How my site started to receive less visits from google because of a permanently redirect bug. read more...

add a comment |category: |Views: 137

tags: another

Batch Processing with NHibernate(psantos-blog.zi-yu.com)

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

How I improved my batch processing performance just by adding a session clear! read more...

add a comment |category: |Views: 71

tags: another

Application Evolution using Google Charts(psantos-blog.zi-yu.com)

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

How to generate google charts that represent the application evolution. read more...

add a comment |category: |Views: 7

tags: another

StringWriter vs StringBuilder(psantos-blog.zi-yu.com)

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

Some toughs on using StringWriter versus using StringBuilder. read more...

add a comment |category: |Views: 360

tags: another

Funny Javascript Error(psantos-blog.zi-yu.com)

submitted by donbonifaciodonbonifacio(280) 4 years, 1 month ago

When you're tired, you don't see thins as clearly as you should... read more...

add a comment |category: |Views: 12

tags: another

ASP.NET - Continuous Dynamic Downloading(psantos-blog.zi-yu.com)

submitted by donbonifaciodonbonifacio(280) 4 years, 1 month ago

How to provide a dynamic download to your users. read more...

add a comment |category: |Views: 2

tags: another

Monitoring NHibernate(psantos-blog.zi-yu.com)

submitted by donbonifaciodonbonifacio(280) 4 years, 1 month ago

How to easily monitor NHibernate performance. read more...

add a comment |category: |Views: 18

tags: another

The easiest way to export to MS Excel(psantos-blog.zi-yu.com)

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

The easiest way to export some tabular data to a MS Excel file. read more...

add a comment |category: |Views: 27

tags: another

The Lack of ASP.NET Events(psantos-blog.zi-yu.com)

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

Some limitations of th ASP.NET page lifecycle read more...

add a comment |category: |Views: 1

tags: another

NHibernate Sessions with ASP.NET(psantos-blog.zi-yu.com)

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

Some gotchas on how to properly handle NHibernate sessions on ASP.NET read more...

add a comment |category: |Views: 4

tags: another