amorva26

Stories kicked by amorva26

Editing a variable-length list of items in ASP.NET MVC(blog.codeville.net)

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

It’s always awkward to create the right UI for variable-length lists, because you don’t know how many input controls to render. How would you do it with ASP.NET MVC? Steven Sanderson shows a fairly elegant technique, including a live demo. read more...

add a comment |category: |Views: 296

tags: another

Generic Repository(codebetter.com)

submitted by brandewinderbrandewinder(530) 3 years, 5 months ago

The purpose behind the repository pattern is to provide a layer of abstraction between your domain and data layer. For smaller projects, this typically isn't needed. However, larger projects can really benefit from a broker that specifically handles the back and forth between the two layers. With repositories your domain objects aren't burdened with infrastructure details and can therefore better focus on domain-specific behavior. read more...

add a comment |category: |Views: 1227

tags: another

Windows Azure Blob Storage(aspnetpodcast.com)

submitted by wallymwallym(2085) 3 years, 5 months ago

A video on Blob Storage with Windows Azure. read more...

add a comment |category: |Views: 193

tags: another

Free Tool For Managed and Unmanaged Deadlock Detection (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 5 months ago

Deadlocks are terribly difficult to find and even more difficult to debug. Debug Inspector is a free tool that allows you to view the call stacks of multiple threads at the same time, plugs in to the internals of the CLR and automatically detects deadlocks. read more...

add a comment |category: |Views: 392

tags: another

Cleaning Up Your C# Closet, Making Messy C# Code More Readable(keithelder.net)

submitted by keithelderkeithelder(450) 3 years, 5 months ago

Struggling with an existing code base and want to tidy things up? This article gives some great tips on how to do this along with a real world example. The end result is much more readable code that is easier to maintain. read more...

add a comment |category: |Views: 740

tags: another

Decoupled design with events(tunatoksoz.com)

submitted by tehliketehlike(1000) 3 years, 5 months ago

In this post, Tuna tries to illustrate the use of Events as a way to have decoupled architecture. He also points out the what he thinks as a problem with Rob Conery's Akismet implementation for his Oxite Refactor. read more...

add a comment |category: |Views: 496

tags: another

Cloud Computing in General(aspnetpodcast.com)

submitted by wallymwallym(2085) 3 years, 5 months ago

Cloud Computing in General with Wally McClure and David Penton. Scott Cate is our guest as we discuss cloud computing in general and some specifics with CloudDB.com. read more...

add a comment |category: |Views: 250

tags: another

ASP.NET MVC Release Candidate shipping in January(weblogs.asp.net)

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

ScottGu talks about the upcoming Release Candidate of ASP.NET MVC V1 and the features it brings to the table read more...

1 comment |category: |Views: 521

tags: another

Oxite Refactor, Take 1(blog.wekeroad.com)

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

I mentioned yesterday on Twitter that I'm helping out the Oxite team with some refactoring and tweaking of their codebase. I got started last night and people have been asking about it a LOT, so I thought that today I'd show you initially what I'm up to. read more...

add a comment |category: |Views: 377

tags: another

CarTrackr on Windows Azure - Part 4 - Membership and authentication(blog.maartenballiauw.be)

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

This post is part 4 of my series on Windows Azure, in which I'll try to convert my ASP.NET MVC application into a cloud application. The current post is all about implementing authentication in CarTrackr. Other parts: Part 1 - Introduction, containg links to all other parts Part 2 - Cloud-enabling CarTrackr Part 3 - Data storage Part 4 - Membership and authentication (current part) read more...

add a comment |category: |Views: 188

tags: another

Leaning the various ways to use UpdateModel in Asp.Net MVC(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 5 months ago

Leaning the various ways to use UpdateModel in Asp.Net MVC. Take a look at how to use UpdateModel, TryUpdateModel and how to use an IBindable interface in conjuction with the UpdateModel. At each point we will take about the various different features that are part of this process in order to provide you a solid understanding of the process. read more...

add a comment |category: |Views: 2341

tags: another

CarTrackr on Windows Azure - Part 3 - Data storage(blog.maartenballiauw.be)

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

This post is part 3 of my series on Windows Azure, in which I'll try to convert my ASP.NET MVC application into a cloud application. The current post is all about implementing cloud storage in CarTrackr. Other parts: Part 1 - Introduction, containg links to all other parts Part 2 - Cloud-enabling CarTrackr Part 3 - Data storage (current part) read more...

add a comment |category: |Views: 147

tags: another

Improve your jQuery - 25 excellent tips(tvidesign.co.uk)

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

jQuery is awesome. I've been using it for about a year now and although I was impressed to begin with I'm liking it more and more the longer I use it and the more I find out about it's inner workings. I'd call myself an "intermediate" jQuery user and I thought some others out there could benefit from all the little tips, tricks and techniques I've learned over the past year. The article also ended up being a lot longer than I thought it was going to be so I'll start with a table of contents so you can skip to the bits you're interested in. read more...

2 comments |category: |Views: 776

tags: another

Top 100 Blogs for Developers(noop.nl)

submitted by kbaleykbaley(250) 3 years, 5 months ago

Jurgen Appelo outlines 100 blogs developers should be paying attention to. read more...

1 comment |category: |Views: 1304

tags: another