mghaoui

Stories kicked by mghaoui

SQL Server 2008 R2 Express Database Size Limit Increased to 10GB!(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 2 years, 1 month ago

So what is so exciting about the SQL Server 2008 R2 Release? Well, along with plenty of BI features and enhancements, there is a tiny cute feature that I am sure all of us will appreciate a lot. The product team has increased the Database Size limit for SQL Server 2008 R2 Express from 4 GB to 10 GB. So if you have got a growing SQL Server Express database that is close to the 4 GB Limit, hurry, upgrade to R2 Express. read more...

1 comment |category: |Views: 373

tags: another

No-SQL – MongoDB – From introduction to high level usage in C#(fredzvt.wordpress.com)

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

A good introduction to using MongoDB from C# read more...

add a comment |category: |Views: 737

tags: another

SQL Server 2008 R2 Released – Download it or try the Hosted Version(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 2 years, 1 month ago

SQL Server 2008 R2 is officially released. See this post for a number of resources to help you to get started with SQL Server 2008 R2. read more...

add a comment |category: |Views: 340

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

Learning resources for .NET 4.0 new features(bogdanbrinzarea.wordpress.com)

submitted by mureshanmureshan(295) 3 years, 1 month ago

A comprehensive list of articles for .NET 4.0 new features read more...

add a comment |category: |Views: 670

tags: another

Why I prefer MVC(mattias-jakobsson.net)

submitted by JakobssonJakobsson(485) 3 years, 1 month ago

I tought about writing a post about why I prefer the MVC framework instead of the old .NET way, webforms, to build my webapplications. But today when I opened my google reader to check out the new posts, I saw this post by Rob Conery which I think has some very good arguments to why you should atleast try it out. read more...

add a comment |category: |Views: 478

tags: another

I Spose I’ll Just Say It: You Should Learn MVC(blog.wekeroad.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 1 month ago

I’m never shy about my opinion – why start now? I’ve been reading a lot of posts flying about on whether you should learn MVC, Summing up the differences so you can decide when to use it, I even found a post that offers a scorecard approach! I remember reading the latter post thinking to myself “how can you possibly put a number next to Testability? And why it is only 2 more points than “using a RAD designer”? Isn’t this missing the entire point? read more...

add a comment |category: |Views: 370

tags: another

ASP.NET MVC Free eBooks(sharplife.net)

submitted by sharplifesharplife(4570) 3 years, 1 month ago

Here's a list of all sample chapters of ASP.NET MVC books available to the community. read more...

add a comment |category: |Views: 766

tags: another

How to improve the performances of ASP.NET MVC web applications(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 1 month ago

Today I stumbled upon a nice presentation that Rudi Benkovic gave last week at the Slovenian DotNet User Group, about ASP.NET MVC Performances. It is an in depth analysis of a Digg-like site and how it went from serving (on a test machine) 6 req/sec to 390 req/sec. The analysis prove the usual rule of performance optimization: no matter what you do to optimize your code, the biggest performance hit is data retrieval, and the first thing you have to optimize is always this. But apart from this obvious outcome, I just want to take out from this presentation the 3 point that are really specific to ASP.NET MVC read more...

add a comment |category: |Views: 318

tags: another

Optimizing ASP.NET MVC performance (blog.whiletrue.com)

submitted by bh213bh213(255) 3 years, 1 month ago

Slides on how to optimize ASP.NET MVC application to get reasonable performance out of it. read more...

add a comment |category: |Views: 495

tags: another

Kobe – In the nuts & bolts and don’t really liking it(ayende.com)

submitted by LordLord(3737) 3 years, 1 month ago

There is another ASP.Net MVC sample app, this time it is official, passed the proper review procedure, and is explicitly marketed as “intended to guide you with the planning, architecting, and implementing of Web 2.0 applications and services.” I am saying all of that in order to distinguish it from Oxite, which was non of this things. There have been a couple of reviews of Kobe already. Frankly, I don’t really care for them, mostly because I think that they dealt too much with nitty gritty details of the app that doesn’t really matter much. I don’t much care for extra using or the use of System.Int32 vs. int, the naming convention used or even what sort of HTML formatting they used. I mostly care about the code and architecture. So I decided to take a look myself. read more...

add a comment |category: |Views: 240

tags: another

Kobe - Oh Dear Lord Why?!(codebetter.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 1 month ago

Karl Seguin weighs in on the latest MS ASP.NET MVC sample app read more...

add a comment |category: |Views: 406

tags: another

Kobe – MS New Web 2.0 Resource Kit in ASP.NET MVC and My thoughts(weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 1 month ago

If you recently visited the home page of www.asp.net you will find that Microsoft has released a new Resource Kit for developing Web 2.0 Applications. The resource kit contains a sample reference application that is developed in ASP.NET MVC framework. Since both of these are my area of of interest, I downloaded the codes and give a quick walkthrough. Prior getting to the main discussion, I just want to remind you that it is the second reference application (after Oxite) that is named under Microsoft, so you are suppose to get some quality.... read more...

add a comment |category: |Views: 402

tags: another

Using jQuery Grid With ASP.NET MVC(haacked.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 1 month ago

Continuing in my pseudo-series of posts based on my ASP.NET MVC Ninjas on Fire Black Belt Tips Presentation at Mix (go watch it!), this post covers a demo I did not show because I ran out of time. It was a demo I held in my back pocket just in case I went too fast and needed one more demo. A common scenario when building web user interfaces is providing a pageable and sortable grid of data. Even better if it uses AJAX to make it more responsive and snazzy. Since ASP.NET MVC includes jQuery, I figured it’d be fun to use a jQuery plugin for this demo, so I chose jQuery Grid. read more...

add a comment |category: |Views: 1279

tags: another

How to choose between ASP.NET MVC and Web Forms(sharplife.net)

submitted by sharplifesharplife(4570) 3 years, 1 month ago

Introducing a worksheet from the upcoming book "ASP.NET MVC 1.0 Programming" to help developers make a decision to choose between MVC and Web Forms in ASP.NET. read more...

10 comments |category: |Views: 639

tags: another

Native JSON in IE8, Firefox 3.5 plus Json.NET(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 1 month ago

This post looks at how to use the new native JSON API in IE8 and Firefox 3.5, and how it can complement Json.NET’s server side JSON support by parsing and generating JSON on the browser. read more...

1 comment |category: |Views: 256

tags: another