spavkov

Stories kicked by friends of spavkov

Welcome to the new DotNetKicks(blog.dotnetkicks.com)

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

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments |category: |Views: 436

tags: another

Exception Handling Basics(caublestoneink.com)

submitted by jcaublejcauble(150) 3 years, 1 month ago

The basics of exception handling and getting good stack traces. read more...

2 comments |category: |Views: 467

tags: another

Announcing my book: ASP.NET MVC 1.0 Quickly(blog.maartenballiauw.be)

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

Maarten Balliauw announces his new book and provides a large retrospective on the writing process itself. Must read for everyone thinking about writing a tech book! read more...

add a comment |category: |Views: 291

tags: another

Use Bootstrapper in Your ASP.NET MVC Application and Reduce Code Smell(weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 3 months ago

In this post, I will how you can use a simple bootstrapper to make your application more extensible. In a typical ASP.NET MVC application you will find there are lots of thing going on in Application_Start, like configuring your IoC/DI, registering routes, model binders etc. The following is the code snippet of latest Oxite... read more...

add a comment |category: |Views: 458

tags: another

ASP.NET MVC Result Caching(codeproject.com)

submitted by jorgebgjorgebg(116) 3 years, 3 months ago

Different approach on MVC Caching. Cache the ActionResult through an action filter, without affecting the Session or other non-deterministic data to be shown in the View. read more...

add a comment |category: |Views: 273

tags: another

jQuery Fun: Greeting Your Site Referrals (moretechtips.net)

submitted by MikeD1MikeD1(290) 3 years, 3 months ago

This is a complete javascript example to detect your site visitors referrer and greeting them with a message based on their referrer url read more...

add a comment |category: |Views: 319

tags: another

Simple jQuery Delete Link For ASP.NET MVC(haacked.com)

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

Any time you allow a GET request to modify data, you’re asking for trouble. The reason that delete operations deserve special attention is that it’s the most common case where you would use a link to change information. If you are using jQuery, one simple way to turn any link into a POST link read more...

add a comment |category: |Views: 381

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

jQuery Playground from Google(code.google.com)

submitted by verbalKintverbalKint(585) 3 years, 4 months ago

Awsome tool to test jquery online read more...

1 comment |category: |Views: 2420

tags: another

Introducing DotNetShoutout.com (weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 4 months ago

Kazi announces the public beta of DotNetShoutout.com read more...

5 comments |category: |Views: 725

tags: another

Visual Studio 2010 == Visual Studio 2008 + ReSharper(codebetter.com)

submitted by LordLord(3737) 3 years, 4 months ago

o you want the next gen of next-gen applications? Get the Visual Studio 2010 CTP! Which is – according to Microsoft itself – really just Visual Studio 2008 with ReSharper installed. read more...

7 comments |category: |Views: 931

tags: another

DNK Community Guidelines - Suggestions welcome! (groups.google.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 5 months ago

Lets come up with some much needed community guidelines for DNK. Please post your suggestions and comments below, I'll update the community guidelines page on the Google group once we have reached a consensus. read more...

27 comments |category: |Views: 146

tags: another

3 reasons why you should let Google host jQuery for you(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 5 months ago

Three reasons why you should use the Google AJAX Libraries CDN for your public facing sites that use jQuery (or several other AJAX libraries) and examples of how to do so. read more...

add a comment |category: |Views: 615

tags: another

Oxite: OpenSource CMS from Microsoft Built on ASP.NET MVC(codeclimber.net.nz)

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

Simone Chiaretta writes about the recent announcement by Microsoft Evangelist, Jeff Sandquist, about Oxite which is an open source CMS built by Microsoft as a showcase and sample for ASP.NET MVC. read more...

add a comment |category: |Views: 744

tags: another

Tips & Tricks when working with jQuery and ASP.NET AJAX(mosesofegypt.net)

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

Tips & Tricks when working with jQuery and ASP.NET AJAX: I posted about how to build and extender control using ASP.NET AJAX with jQuery. During my work I fall into few issues that I resolved and wished to share them with you read more...

6 comments |category: |Views: 467

tags: another

Adobe Flex reaches out to .NET developers(developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 3 years, 6 months ago

An Adobe partner have today announced a free plug-in to allow .NET developers to write Flex front-ends to their applications entirely within Visual Studio, with full debugging and editing support. read more...

5 comments |category: |Views: 578

tags: another