Fady

Stories kicked by friends of Fady

Efficient Paging with WebGrid Web Helper - ASP.NET MVC 3 RC(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 1 year, 5 months ago

The following article demonstrates one way of performing efficient paging using the WebGrid WebHelper in ASP.NET MVC 3 RC. read more...

add a comment |category: |Views: 180

tags: another

What’s new in Subtext 2.5: full-text search, related posts and more(codeclimber.net.nz)

submitted by siphilpsiphilp(919) 1 year, 11 months ago

In Subtext 2.5 we changed the internal search provider from the “like %term%” SQL based one to a more mature and powerful one powered by Lucene.net. I wrote about how Lucene.net is implemented inside Subtext, but it didn’t show the benefits for the users. In this post I’m explaining the visible features of the full-text search. read more...

add a comment |category: |Views: 115

tags: another

Validating a variable length list, ASP.NET MVC 2-style(blog.stevensanderson.com)

submitted by glennenglennen(310) 2 years, 3 months ago

Steve Anderson follow up article on how to validate a variable elgnth list in MVC 2. read more...

1 comment |category: |Views: 254

tags: another

Editing a variable length list, ASP.NET MVC 2-style(blog.stevensanderson.com)

submitted by glennenglennen(310) 2 years, 3 months ago

A while back I posted about a way of editing a list of items where the user can add or remove as many items as they want. Tim Scott later provided some helpers to make the code neater. Now, I find myself making use of this technique so often that I thought it would be worthwhile providing an update to show how you can do it even more easily with ASP.NET MVC 2 because of its strongly-typed and templated input helpers. read more...

add a comment |category: |Views: 39

tags: another

Web Asset Enhancements in Telerik Extensions for ASP.NET MVC - Kazi(weblogs.asp.net)

submitted by jantujantu(1045) 2 years, 6 months ago

In the recent release, there has been few enhancements in the Web Asset Management. One of the new thing that we introduced which was actually requested by the community is Shared Web Asset. In this post, I will show you, how to use it in your ASP.NET MVC... read more...

add a comment |category: |Views: 161

tags: another

Solr 0.2.3-beta 1(bugsquash.blogspot.com)

submitted by sirroccosirrocco(800) 2 years, 6 months ago

Solr .NET client. Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, a web administration interface and many more features. read more...

add a comment |category: |Views: 15

tags: another

An Enterprise Authorization Framework: Part 2 - Why Rhino Security is (ryantomlinson.com)

submitted by RyanTomlinsonRyanTomlinson(125) 2 years, 9 months ago

Originally this post was going to be titled "Part 2: Integrating Rhino Security" but upon reflection this wasn't what I was trying to acheive at all. This has been covered enough to get you started and if you need to know how to integrate Rhino Security into your ASP.NET WebForms project then read this post by Billy McCafferty. What I do want to discuss is the concept of Rhino Security, its simplicity, adaptability and extensibility and why it is "the shit". read more...

add a comment |category: |Views: 276

tags: another

Asp.Net MVC Membership Starter Kit Released(squaredroot.com)

submitted by TroyMGTroyMG(2670) 2 years, 9 months ago

Almost six months after the official release of Asp.Net MVC 1.0 and nearly a year after the last release of the starter kit, I've finally rewritten and released the Asp.Net MVC Membership Starter Kit. read more...

add a comment |category: |Views: 695

tags: another

SQLite Has Been Ported to .NET(infoq.com)

submitted by andrepenaandrepena(120) 2 years, 9 months ago

yes... that's it. read more...

1 comment |category: |Views: 750

tags: another

ASP.NET MVC StrongRoutes AppAir.Web Preview Release(bleevo.com)

submitted by bleevobleevo(245) 2 years, 9 months ago

Magic strings be gone! make your routes strongly typed today. read more...

add a comment |category: |Views: 260

tags: another

ASP.NET MVC 2 Preview 1 is released!(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 9 months ago

ASP.NET MVC 2 first preview is released to public now and you can download it from Microsoft download site. Here is short overview of technical requirements and main new features of ASP.NET MVC 2 Preview 1. read more...

add a comment |category: |Views: 243

tags: another

Pay Attention to the Foreach Implicit Casting (dev102.com)

submitted by shaharyrshaharyr(4325) 2 years, 9 months ago

In order to reduce an explicit conversion effort using the foreach statement, the C# developers decided to do an automatic conversion for us. We must pay attention to it... read more...

add a comment |category: |Views: 408

tags: another

NHibernate Linq Released(ayende.com)

submitted by just3wsjust3ws(560) 2 years, 10 months ago

Official release announcement for NHibernate Linq 1.0 RTM. Congratulations! read more...

add a comment |category: |Views: 321

tags: another

What's new in NHibernate 2.1(zvolkov.com)

submitted by brijeshsnmbrijeshsnm(126) 2 years, 10 months ago

NHibernate 2.1 features read more...

add a comment |category: |Views: 629

tags: another

Branch-Per-Feature Source Control. Introduction(lostechies.com)

submitted by nprathernprather(105) 2 years, 10 months ago

Derick Bailey starts a new series on Source Control, specifically looking at the idea of having a branch of source code for every feature being created. In Part 1: Why he looks at traditional approach, and the many down sides of working this way, and looks at how Branch Per Feature addresses those problems read more...

add a comment |category: |Views: 248

tags: another

How b-tree database indexes work and how to tell if they are efficient(mattfleming.com)

submitted by sirroccosirrocco(800) 2 years, 10 months ago

A team member thought we should add an index on a 90 million row table to improve performance. The field on which he wanted to create this index had only four possible values. To which I replied that an index on a low cardinality field wasn't really going to help anything. My boss then asked me why wouldn't it help? I sputtered around for a response but ended up telling him that I'd get back to him with a reasonable explanation. read more...

add a comment |category: |Views: 23

tags: another