valentirob

Stories kicked by valentirob

My ASP.NET MVC stack and why I chosen it(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 2 years, 7 months ago

In this post Simone Chiaretta talks about the tools, components, and technologies he uses along with ASP.NET MVC to build web applications. read more...

add a comment |category: |Views: 584

tags: another

The Book Writing Process(codeclimber.net.nz)

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

Simone Chiaretta writes about the writing process of a book, especially a programming book, based on his own experiences with Wrox when working on Beginning ASP.NET MVC. read more...

add a comment |category: |Views: 171

tags: another

Which is faster? Silverlight or Flash?(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 8 months ago

Benchmarks of RIA performances: Flash/Flex is faster when it comes to graphic rendering, but Silverlight is faster when it comes to pure computation speed. read more...

2 comments |category: |Views: 406

tags: another

ASP.NET MVC P5 released on Codeplex(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 8 months ago

Keeping on with the 6 weeks release plan, the ASP.NET MVC team quietly release P5 of ASP.NET MVC on Codeplex. read more...

add a comment |category: |Views: 307

tags: another

ASP.NET MVC Preview 4 links collection(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 10 months ago

A list of all the posts talking about the new features and changes coming with the interim ASP.NET MVC P4 read more...

1 comment |category: |Views: 186

tags: another

How to get up to speed with Team Foundation Server(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 11 months ago

A collection of links about TFS, from evaluation to installation to customization and maintenance. read more...

2 comments |category: |Views: 227

tags: another

ReSharper 4 approaching beta status(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 4 years ago

No official announcement yet, but the ReSharper 4.0 Nightly Build page is showing the first build marked as stable and with the status "Beta Candidate". read more...

2 comments |category: |Views: 220

tags: another

How to manage ASP.NET validation from Javascript with jQuery(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 4 years ago

This article outlines how to enable and disable ASP.NET client side validation from Javascript using jQuery read more...

add a comment |category: |Views: 368

tags: another

Second Italian ALT.NET conference(codeclimber.net.nz)

submitted by aganciaganci(90) 4 years ago

After the "small success" of the first UGIALT.net mini conference in February, UGIALT.net is organizing another conference in June. As for the other conference there will not be a fixed agenda, but the event will be a day-long discussion on the topics decided by the participants, probably developing a small app to focus on the various stages of the development. read more...

add a comment |category: |Views: 0

tags: another

The most important quality of a developer: Self-criticism(codeclimber.net.nz)

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

I think an awful lot of creation is made out of, also, the self-criticism of a developer, and very often I think probably what makes one seem better than another his that his critical sense is more acute. It may not be that he is more gifted in any way but just that he has a better critical sense. read more...

4 comments |category: |Views: 5

tags: another

Let's tag all ASP.NET MVC contents with aspnetmvc(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 4 years, 2 months ago

I saw using a lot of different tags for tagging ASP.NET MVC related contents: why don't we just standardize the way we do it and tag with aspnetmvc? read more...

5 comments |category: |Views: 5

tags: another

Italian ALT.NET miniconf: small in size, high in value(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 4 years, 3 months ago

Yesterday there was the first ALT.NET meeting in Italy: here some impressions on it read more...

1 comment |category: |Views: 3

tags: another

Testable WPF with MVC(codeproject.com)

submitted by valentirobvalentirob(60) 4 years, 3 months ago

Great Article. Using MVC design pattern with WPF. read more...

add a comment |category: |Views: 84

tags: another

ASP.NET MVC Link collection(codeclimber.net.nz)

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

Links to get started fast with Microsoft MVC. read more...

add a comment |category: |Views: 13

tags: another

Italian Silverlight Competition: no go(codeclimber.net.nz)

submitted by aganciaganci(90) 4 years, 3 months ago

NO application submitted to the Italian Competition (and looking at all other sites I counted at most 10 applications submitted in the whole European competition). What does this mean? read more...

1 comment |category: |Views: 1

tags: another

Chaining the C# ?? Operator(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 4 months ago

The C# 2.0 ?? operator makes it easy to assign a default value to nulls. Nothing new here, but did you know that you can also chain the operator to quickly check many value and find the first non-null value? read more...

1 comment |category: |Views: 3

tags: another