juanteetss

Stories kicked by juanteetss

ASP.NET MVC preview 5's AntiForgeryToken helper method and attribute(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 8 months ago

The new ASP.NET MVC preview 5 featured a number of new HtmlHelper methods. One of these methods is the HtmlHelper.AntiForgeryToken. read more...

add a comment |category: |Views: 278

tags: another

Using the ASP.NET MVC ModelBinder attribute(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 8 months ago

ASP.NET MVC action methods can be developed using regular method parameters. In earlier versions of the ASP.NET MVC framework, these parameters were all simple types like integers, strings, booleans, … When required, a method parameter can be a complex type like a Contact with Name, Email and Message properties. This blog post shows you how to use the ModelBinder attribute which allows ASP.NET MVC action methods to accept complex types. read more...

add a comment |category: |Views: 645

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

Creating a Content Management System for your ASP.NET Web Site(blog.evonet.com.au)

submitted by bartekmbartekm(485) 3 years, 8 months ago

This article will show you how to integrate the popular FCKeditor HTML Text editor into an ASP.NET site to provide your users with the ability to edit their web site without them having to access the underlying HTML or source files. read more...

add a comment |category: |Views: 512

tags: another

Dynamically Create a Zip File Your Users Can Then Download(beckelman.net)

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

I recently had a requirement to allow users to select a group of files and then dynamically create a zip file on the server of the selected files that they could then download. read more...

add a comment |category: |Views: 355

tags: another

ProMesh.NET v2.0 RC1 is (finally) out(blog.activa.be)

submitted by activaactiva(2340) 3 years, 8 months ago

After months of writing documentation, the first release candidate of ProMesh.NET v2.0 has been released in the wild. ProMesh.NET is a powerful MVC framework for .NET 2.0 that has been around for a long time, but today it finally reached another important milestone. read more...

add a comment |category: |Views: 281

tags: another

Render ASP.NET Control as String(stevesmithblog.com)

submitted by ssmithssmith(1160) 3 years, 8 months ago

Some simple tips and a handy extension method for rendering any ASP.NET control as a string, which can then be passed via a web service to an AJAX call. read more...

add a comment |category: |Views: 327

tags: another

Building an ASP.NET MVC sitemap provider with security trimming(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 8 months ago

If you have been using the ASP.NET MVC framework, you possibly have been searching for something like the classic ASP.NET sitemap. After you've played with it, you even found it useful! But not really flexible and easy to map to routes and controllers. In this post, Maarten describes how to build a custom sitemap provider which uses ASP.NET MVC route data and AuthorizeAttribute to render MCS sitemap data with security trimming enabled! read more...

add a comment |category: |Views: 1468

tags: another

IPhone UI with Silverlight 2 beta 2(dotnetslackers.com)

submitted by faisalfaisal(1345) 3 years, 8 months ago

It’s been quite a while since Microsoft has introduced the Beta 2 release of Silverlight. There are plenty of Silverlight enthusiasts who are passionate about this cross-platform browser application programming. They’ve already given us some useful and eye catching applications. Some applications have given us the feel that this is the future of web programming. I’m a great follower of WPF. In fact I’ve always been and will be. Silverlight has many things in common with WPF but also many different things missing, being a subset of WPF. For the last couple of days I was thinking about creating some eye-catching, innovative user interface but something common, something people have already seen. The idea was converting an existing user interface which was written using another platform, and of course using WPF. read more...

add a comment |category: |Views: 465

tags: another

Free SQL Server Videos(sqlservervideos.com)

submitted by AngryPetsAngryPets(300) 3 years, 8 months ago

Free Training and Videos for Microsoft SQL Server. Hours of content covering tips and tricks, along with a whole slew of videos on backups. The site is still growing and there's an RSS feed you can use to be updated of newly added videos. read more...

add a comment |category: |Views: 348

tags: another

Alt.NET Podcast Episode 9: The State of IronRuby(altnetpodcast.com)

submitted by javeryjavery(5523) 3 years, 8 months ago

Learn about Ruby, why you should check it out, and what the status is on the IronRuby project, read more...

add a comment |category: |Views: 96

tags: another

Great Design Pattern Resources(rtipton.wordpress.com)

submitted by rayetrayet(240) 3 years, 8 months ago

Some common patterns include the Singleton, Facade, Adaptor and Decorator. There are many, many patterns and below are some great resources to learn about them. read more...

add a comment |category: |Views: 592

tags: another

ASP.NET Myths Busted(mikeborozdin.com)

submitted by MikeBorozdinMikeBorozdin(1146) 3 years, 8 months ago

Having read a great variety of forum and blog posts, I met a lot of misconceptions about ASP.NET that definitely made people to turn away from ASP.NET. I won't argue whether ASP.NET is better than PHP (or Ruby on Rails) or not, instead I'll try to bust those myths. read more...

add a comment |category: |Views: 708

tags: another

LINQ to Entities, what is not supported?(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 9 months ago

A look at what LINQ to SQL support and not supported in LINQ to Entities. read more...

add a comment |category: |Views: 342

tags: another