brunofig

Stories kicked 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

BlogEngine Flaws(objectreference.net)

submitted by Vort3XVort3X(1335) 3 years, 9 months ago

Recently I’ve been having problems as the site has gotten more popular I’ve had comments and even posts disappearing randomly, sometimes re-appearing you might have experienced this yourself either on my site or in your own so after divulging into the code to see what was happening found something I thought was shocking. When you add a comment, or Rating, Approving and Remove Comments this is what BlogEngine DbBlogProvider actually does... read more...

add a comment |category: |Views: 245

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

IoC and the Unity Application Block Once Again(weblogs.asp.net)

submitted by simonebsimoneb(5450) 4 years, 2 months ago

Interesting post about IoC containers, comparing Castle Windsor Container, StructureMap and Unity. read more...

1 comment |category: |Views: 112

tags: another

Building a LinkedIn Style Address Book with the ListView and LinqDataS(mattberseth.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 3 months ago

Another great article from Matt Berseth about building a LinkedIn style address book read more...

add a comment |category: |Views: 44

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 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

New BlogEngine.NET Extension - SlideShow Photo Gallery(dannydouglass.com)

submitted by DannyDouglassDannyDouglass(1260) 4 years, 3 months ago

I've wanted to build a BlogEngine.NET extension to display a photo gallery since I first starting using this product. Vertigo has made my job easier with Slide.Show, a rich Silverlight application that provides an elegant and simple photo sharing user experience. It also supports direct Flickr integration that I have included as a part of this extension. All you have to do is change one configuration value in the configuration.xml and you are all set to hook into your Flickr account. A live demo can be found at http://dannydouglass.com/page/photogallery.aspx. My website offers a popup version of this gallery (click the "photos" tab above) that I would be glad to explain in a follow-up post if there is any interest. [Requires Silverlight 1.0] read more...

1 comment |category: |Views: 373

tags: another

ASP.Net MVC Framework - Using Forms Authentication(weblogs.asp.net)

submitted by JemmJemm(9604) 4 years, 3 months ago

This post is about using Forms Authentication with the MVC Framework. I only want to let you know that this is a simple and fast “hack” only to show a simple solution to get it work. I decided to use the Membership feature for the validation of user name and password. read more...

add a comment |category: |Views: 591

tags: another

Guide to installing a secured Subversion server on Windows(ayende.com)

submitted by adventureradventurer(2244) 4 years, 3 months ago

Guide to installing a secured Subversion server on Windows read more...

2 comments |category: |Views: 92

tags: another

DnDns - A .NET DNS Client Library (Resolver) (choosing-a-blog-url-sucks.blogspot.com)

submitted by j.montyj.monty(1868) 4 years, 3 months ago

A DNS protocol library written completely in managed code. Supports common DNS records types like A, CNAME, MX, SRV, and more. read more...

2 comments |category: |Views: 284

tags: another

For Loops: Using i++, ++i, Enumerators, or None of the Above?(moserware.com)

submitted by moserwaremoserware(1665) 4 years, 3 months ago

A quest to move away from the 50 year old style of "for loops" and embrace newer ways of getting the same job done. read more...

add a comment |category: |Views: 3

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

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 MVC + Entity Framework(blogs.msdn.com)

submitted by RemanReman(1970) 4 years, 3 months ago

Brad show the ASP.NET MVC example with the entity Framework. read more...

add a comment |category: |Views: 1040

tags: another