stribny

Stories kicked by stribny

ASP.NET MVC 2 Preview 2 Released(haacked.com)

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

Today we just released ASP.NET MVC 2 Preview 2 for Visual Studio 2008 SP1 (and ASP.NET 3.5 SP1), which builds on top of the work we did in Preview 1 released two months ago. Some of the cool new features we’ve added to Preview 2 include... read more...

add a comment |category: |Views: 438

tags: another

NHibernate vs Entity Framework: a performance test(gregdoesit.com)

submitted by gergely.oroszgergely.orosz(645) 2 years, 9 months ago

Measured the performance of some .NET ORM frameworks including NHibernate and Entity Framework. Results showed that Entity Framework is better at storing data while NHibernate is better at deleting it. read more...

add a comment |category: |Views: 866

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

ASP.NET MVC V2 Preview 1 Released - ScottGu's Blog(weblogs.asp.net)

submitted by javeryjavery(5523) 2 years, 9 months ago

The Gu walks through the first look at ASP.NET MVC V2! read more...

add a comment |category: |Views: 350

tags: another

Subsonic 3 released(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 10 months ago

Just read Rob Conery’s Blog and saw that Subsonic 3 is now available for download. For those unfamiliar with Subsonic it really is the ONLY no BS ORM out there, in fact it is so easy to get up and running that it is easy to forget that you ever set it up in the first place. The whole Subsonic ethic is to remove the hoops that other ORM’s have you jump through and essentially to get you home earlier. read more...

add a comment |category: |Views: 443

tags: another

Piwik - Cool Open Source Alternative to Google Analytics(software-wikipedia.blogspot.com)

submitted by priyankadandekarpriyankadandekar(55) 2 years, 10 months ago

Piwik is a downloadable, open source (GPL licensed) web analytics software. It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages and so much more. read more...

2 comments |category: |Views: 373

tags: another

OpenForum - A Free Forum for ASP.NET MVC Applications(software.herbrandson.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 10 months ago

One of the things that I really like about the MVC framework is that it offers some unique possibilities when it comes to third parties developing entire sub-systems that can easily be plugged into existing applications. Recently, I had some “down time” at my work and decided to take the opportunity to experiment with doing just that. Here are the results of that experiment. OpenForum is a forum that can easily be plugged into any MVC application with very little effort. In fact, there are only three steps to get OpenForum working with most MVC applications. read more...

add a comment |category: |Views: 644

tags: another

BlogEngine.NET image manipulation enhancements(stribny.name)

submitted by stribnystribny(225) 3 years, 2 months ago

I created a patch for BlogEngine.NET which enables you to crop & resize image while being uploaded. And not only that. You can now easily insert any previously uploaded image with the new image browser. read more...

add a comment |category: |Views: 24

tags: another

Free ASP.NET MVC eBook Tutorial - ScottGu(weblogs.asp.net)

submitted by beckelmwbeckelmw(2755) 3 years, 2 months ago

There has been a lot of excitement in the community about the new ASP.NET MVC framework that is about to ship (literally any day now – announcement coming soon). As with anything new, people are also asking for more tutorials/samples/documentation that cover how to get started and build applications with it. Over the last few months I’ve been helping to contribute to an ASP.NET MVC book that Scott Hanselman, Rob Conery, and Phil Haack have been writing for Wrox. The book is now in production, and will be available to buy in stores soon read more...

2 comments |category: |Views: 802

tags: another

xVal 0.8 improves client side validation in ASP.NET MVC(blog.codeville.net)

submitted by desmonddesmond(2014) 3 years, 3 months ago

xVal is an open source validation framework bridge for ASP.NET MVC. Its new release, version 0.8, became available this morning and adds the following features: Support for NHibernate.Validator, Internationalization, Custom validation logic, Fluent syntax for defining ad-hoc validation rules, Comparison validators, and more. read more...

1 comment |category: |Views: 275

tags: another

Integrate Visual Studio with TortoiseSVN for free.(blog.dynamicprogrammer.com)

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

Now there is another choice and is a set of configuration options to access TortoiseSVN from inside Visual Studio. The set of configurations provide a tools menus, context menu, and menu bar. read more...

add a comment |category: |Views: 63

tags: another

Moonlight 1.0 Release(weblogs.asp.net)

submitted by sharplifesharplife(4570) 3 years, 3 months ago

Now Linux lovers can enjoy Silverlight streaming media with Moonlight 1.0. Read what Scott Guthrie tells us about this open source implementation of Silverlight. read more...

add a comment |category: |Views: 149

tags: another

How to use Ninject to inject dependencies into ASP.NET MVC ActionFilte(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 3 months ago

Simone shows us how to use Ninjet to inject dependencies to ASP.NET MVC. read more...

2 comments |category: |Views: 196

tags: another

ASP.NET Chart with MVC and Google Spreadsheet API(leniel.net)

submitted by lenielleniel(504) 3 years, 3 months ago

Learn how to integrate ASP.NET charting controls with ASP.NET MVC and Google Spreadsheet Data API. It shows a sample ASP.NET MVC application that uses data retrieved from a Google Spreasheet to feed an ASP.NET charting control. read more...

add a comment |category: |Views: 656

tags: another

Using the ASP.NET MVC source code to debug your app(blog.codeville.net)

submitted by johnsheehanjohnsheehan(4785) 3 years, 3 months ago

Instead of just reading the MVC Framework source code in the abstract, one of the best ways of understanding what’s going on is to put it directly into your application’s solution. You can include the System.Web.Mvc C# project in your solution (as if you created it!), and then handily step into and out of its code while debugging, or use Visual Studio’s Go to Declaration command (or ReSharper’s) to navigate from your framework class references directly into the source. read more...

add a comment |category: |Views: 27

tags: another

What’s New For MVC Tools in the ASP.NET MVC 1.0 Release Candidate (blogs.msdn.com)

submitted by leedumondleedumond(2144) 3 years, 3 months ago

The ASP.NET MVC 1.0 Release Candidate (RC) is finally out, and we wanted to give returning MVC users as well as new MVC users an overview of what the tooling in Visual Studio provides. read more...

add a comment |category: |Views: 359

tags: another