brunofig

Stories submitted by brunofig

using jQueryUI with Script# and the Script# Contrib project roadmap(brunofigueiredo.com)

submitted by brunofigbrunofig(245) 1 year, 8 months ago

How to generate javacript from C# using Script#. In our case we will be generating jQuery/jQueryUI code. read more...

add a comment |category: |Views: 15

tags: another

Code execution with the ConditionalAttribute and the #IF ... #ENDIF(brunofigueiredo.com)

submitted by brunofigbrunofig(245) 3 years, 8 months ago

How to use both of these definitions to conditionally execute code. read more...

add a comment |category: |Views: 10

tags: another

Register.com is forcing me to pay for a service that i no longer want(brunofigueiredo.com)

submitted by brunofigbrunofig(245) 4 years, 3 months ago

I want to transfer a expired domain. Register.com com says I have to pay first.... what the hell!?!?!? read more...

add a comment |category: |Views: 0

tags: another

Asp.Net: Why not a App_MasterPages folder?(brunofigueiredo.com)

submitted by brunofigbrunofig(245) 4 years, 3 months ago

If there is a app_data, a app_themes, why not a app_masterpages? read more...

add a comment |category: |Views: 5

tags: another

UI: Unit Testing or/and Use Case Testing?(brunofigueiredo.com)

submitted by brunofigbrunofig(245) 4 years, 4 months ago

Can we unit test a UI? can we also Use Case a UI? I think we can do both. what do you think? read more...

add a comment |category: |Views: 1

tags: another

Mock Javascript or How to unit test Javascript outside the Browser(brunofigueiredo.com)

submitted by brunofigbrunofig(245) 4 years, 5 months ago

At work I do a lot of javascript. The .net framework we develop has a extensive javascript library for the web controls to use and abuse. What happens is that many times we end up building pages to test parts of our js framework. read more...

add a comment |category: |Views: 16

tags: another

Ado.Net: Don't make the customers wait for the database response(brunofigueiredo.com)

submitted by brunofigbrunofig(245) 4 years, 7 months ago

How to use the Ado.Net 2.0 Async operations. read more...

add a comment |category: |Views: 5

tags: another

Extending the BlogEngine.net(brunofigueiredo.com)

submitted by brunofigbrunofig(245) 4 years, 9 months ago

I've been using the BlogEngine.net for some time and I just have to say it rocks. Since it uses a Event model, extending the engine is easy. So, here it is a extensions engine for the BlogEngine.net read more...

add a comment |category: |Views: 13

tags: another

Moodgets: Widgets for mootools(brunofigueiredo.com)

submitted by brunofigbrunofig(245) 4 years, 10 months ago

Moodgets are widgets developed using mootools. Great for web developers 2.0 :) read more...

add a comment |category: |Views: 18

tags: another

Why does the TextBox render postback scripts and a Button dosen't?(brunofigueiredo.com)

submitted by brunofigbrunofig(245) 5 years, 1 month ago

It seems that the asp.net controls have different behaviors for the same code logic... In the current days, where javascript is a big part of a web application, some of this behavior logic seems difficult to accept. read more...

add a comment |category: |Views: 2

tags: another