brunofig

Stories submitted by friends of brunofig

ASP.NET Controls - CommunityServer Captcha ControlAdapter(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 2 years, 1 month ago

How add Captcha to CommunityServer using a ControlAdapter. read more...

add a comment |category: |Views: 10

tags: another

.NET - Determine Whether an Assembly was compiled in Debug Mode(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 2 years, 11 months ago

This post shows how to finding out whether an assembly was compiled in Debug or Release mode. read more...

add a comment |category: |Views: 21

tags: another

ASP.NET – Converting C# String to JSON String(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years ago

Why and How to convert C# String to JSON String read more...

add a comment |category: |Views: 100

tags: another

ASP.NET Controls – Validators problem (NetFx 1.1 versus NetFx 2.0+)(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years ago

This post describes an issue regarding Validators and Controls ID value. read more...

add a comment |category: |Views: 6

tags: another

ASP.NET Controls - Improving automatic ID generation : Live example(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years, 1 month ago

Shorten ClientIDs in a real example read more...

add a comment |category: |Views: 22

tags: another

BlogEngine.NET - BookShelf Widget(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years, 10 months ago

With this new widget you can present your favorites books to your blog visitors. The widget display the book thumbnail image and show the book title and book author name. Enjoy it! read more...

add a comment |category: |Views: 276

tags: another

BlogEngine.NET - Improved LinkList Widget(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years, 10 months ago

This is an improved LinkList widget for the BlogEngine.NET that : 1. add support for rendering the class attribute to the anchor Html element 2. add support for rendering the link as an image read more...

add a comment |category: |Views: 53

tags: another

NunoGomesControlToolkit - Improving Web Apps performance(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years, 10 months ago

NunoGomesControlToolkit is intended to improve web apps performance by decreasing total page size. This page size reduction is achieved by decreasing control ClientID size. This control toolkit can be applied to any existing ASP.NET 2.0 Web Aplication by using the tagmapping configuration facility. read more...

add a comment |category: |Views: 3

tags: another

ASP.NET Controls - Improving automatic ID generation: ShortIDsProvider(nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years, 11 months ago

In the previous posts on this subject I wrote about why automatic ID generation should be improved and how we can improve it. Now I will step forward and show you my own implementation of a specific naming provider. read more...

add a comment |category: |Views: 239

tags: another

ASP.NET Controls - Improving automatic ID generation - Part 3(nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years, 11 months ago

This post focus the architetural changes needed to allow us to control the automatic ID generation process. read more...

add a comment |category: |Views: 30

tags: another

Less MSIèrables - Extract the content of a .MSI file(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years, 11 months ago

A review about a little tool called "Less MSIèrables" that extract the content of a .MSI file. read more...

add a comment |category: |Views: 32

tags: another

ASP.NET - Dynamic Control Mapping(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years, 11 months ago

How to map dynamic created controls using the same rules as Tag Mapping uses when interpreting the page markup. read more...

add a comment |category: |Views: 15

tags: another

Stretching Type Inference(msmvps.com)

submitted by PauloMorgadoPauloMorgado(435) 4 years, 1 month ago

The author goes through a few ramblings on he future of C# type inference. read more...

1 comment |category: |Views: 1

tags: another

ASP.NET ListView Control(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 4 years, 3 months ago

With this ListView control you can render hierarchical data to a <ul>/<li> elements structure and you can even choose whether to render an ordered list (<ol>) or an unordered list (<ul>). read more...

add a comment |category: |Views: 44

tags: another

ASP.NET Controls - Improving automatic ID generation : Concept(nunogomes.net)

submitted by nmgomesnmgomes(270) 4 years, 3 months ago

This is the concept behind my solution to improve automatic Id generation. read more...

add a comment |category: |Views: 19

tags: another

ASP.NET Controls - Improving automatic ID generation : Introduction ( (blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 4 years, 4 months ago

This is the first post on a series about improving automatic Id generation of ASP.NET controls. read more...

add a comment |category: |Views: 22

tags: another