CharlesBronson

Stories kicked by friends of CharlesBronson

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

#Nose 1.1(blogs.microsoft.co.il)

submitted by dhelperdhelper(45) 2 years ago

#Nose is just like Python-Nose test discovery tool for .NET: Automating unit test run in a specific directory using simple command line tool. read more...

add a comment |category: |Views: 8

tags: another

Say Goodbye to NAnt and MSBuild With IronRuby(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 1 month ago

Tired of writing tons of XML in order to create automated .NET builds? Well, look no further... IronRuby, Rake, and Albacore are here to rescue you! read more...

add a comment |category: |Views: 651

tags: another

Handle JSON Exceptions Gracefully in ASP.NET MVC 2(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 1 month ago

The following article demonstrates how to handle exceptions gracefully when calling Ajax methods using ASP.NET MVC 2. read more...

1 comment |category: |Views: 346

tags: another

[Mono-list] Announcing DbLinq 0.20.1(lists.ximian.com)

submitted by javeryjavery(5523) 2 years, 1 month ago

An open source implementation of Linq2SQL that runs against most popular databases. read more...

add a comment |category: |Views: 284

tags: another

Microsoft Will Contribute to the Development of the jQuery JavaScript (www.microsoft.com)

submitted by drugarcedrugarce(610) 2 years, 2 months ago

[...] Scott Guthrie announced that Microsoft is investing resources to contribute to the development of the jQuery JavaScript Library to help improve the development process of standards-based Web applications. [...] In addition, Microsoft will actively promote and distribute versions of the jQuery JavaScript Library by packaging it with popular products such as Microsoft Visual Studio 2010 and ASP.NET MVC 2 read more...

add a comment |category: |Views: 11

tags: another

ASP.NET MVC 2 Released (www.devcurry.com)

submitted by oscaroscar(229) 2 years, 2 months ago

Today Scott Guthrie announced on his blog the release of ASP.NET MVC 2. read more...

1 comment |category: |Views: 217

tags: another

PlantUML Editor: A fast and simple UML editor using WPF(www.codeproject.com)

submitted by oazabiroazabir(1805) 2 years, 2 months ago

A WPF client to design UML diagrams at the speed of coding. Forget all mouse based designers. This is the future of UML diagram design. read more...

add a comment |category: |Views: 476

tags: another

Clone a project on Codeplex to your own Codeplex repo (ala Github)(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 2 years, 2 months ago

Github and Bitbucket allow you to clone a repository from inside the site. Codeplex doesn't offer that just yet but there is an alternative. read more...

add a comment |category: |Views: 18

tags: another

Announcing: TinyIoC - An Easy to Use, Hassle Free, Inversion of (www.grumpydev.com)

submitted by Grumpydev2Grumpydev2(144) 2 years, 2 months ago

Announcing TinyIoC - an easy to use, hassle free, Inversion of Control Container. TinyIoC has been designed to fulfil a single key requirement - to lower the "level of entry" for using an IoC container; both for small projects, and developers who are new to IoC who might be "scared" of the "big boys"! read more...

add a comment |category: |Views: 31

tags: another

The Kayak Framework: An easy way to speak HTTP with .NET(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 2 years, 3 months ago

Kayak is a lightweight HTTP server for the CLR, and the Kayak Framework is a utility for mapping HTTP requests to C# method invocations. read more...

3 comments |category: |Views: 447

tags: another

Ninject 2.0 Released!(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 3 months ago

Nate Kohari announces the release of Ninject 2.0, and welcomes Ian Davis as co-maintainer of the project. read more...

add a comment |category: |Views: 372

tags: another

PostSharp Going Commercial. Introducing Commercial.(www.sharpcrafters.com)

submitted by gfraiteurgfraiteur(988) 2 years, 3 months ago

Gael Fraiteur warmly thanks the PostSharp community for its support and announces the launch of SharpCrafters, the new company behind PostSharp. He explains the reasons behinds this choice and the new licensing/pricing model. read more...

add a comment |category: |Views: 322

tags: another

Sharpy - an ASP.NET MVC view engine based on Smarty(blog.maartenballiauw.be)

submitted by tiernanotiernano(1674) 2 years, 3 months ago

Are you also one of those ASP.NET MVC developers who prefer a different view engine than the default Webforms view engine available? You tried Spark, NHaml, …? If you are familiar with the PHP world as well, chances are you know Smarty, a great engine for creating views that can easily be read and understood by both developers and designers. And here’s the good news: Sharpy provides the same syntax for ASP.NET MVC! read more...

add a comment |category: |Views: 59

tags: another

AutoMapper: the Object-Object Mapper(www.lostechies.com)

submitted by marchymarchy(25) 2 years, 3 months ago

Awesome framework for mapping between software layers (DAL, Object Model, Presentation Model) read more...

1 comment |category: |Views: 35

tags: another