fintz69

Stories kicked by fintz69

ETags with WCF Web APIs Preview 4(javiercrespoalvez.com)

submitted by fintz69fintz69(700) 11 months, 1 day ago

How to handle ETags automatically with WCFWebApis read more...

add a comment |category: |Views: 30

tags: another

Tunnelling PUT and DELETE with WCF Web APIs Preview 4(javiercrespoalvez.com)

submitted by fintz69fintz69(700) 1 year, 1 month ago

Tunnelling PUT and DELETE requests with WCF Web APIs Preview 4 read more...

add a comment |category: |Views: 17

tags: another

WCF Web APIs: Embrace the Web(javiercrespoalvez.com)

submitted by fintz69fintz69(700) 1 year, 1 month ago

The new WCF Web APIs library embraces the Web read more...

add a comment |category: |Views: 35

tags: another

Securing WCF REST services for smartphone clients(javiercrespoalvez.com)

submitted by fintz69fintz69(700) 1 year, 8 months ago

Discussion of the authentication methods that can be used for REST services, and the presentation of the WcfRestAuth framework. read more...

add a comment |category: |Views: 142

tags: another

OpenID for ASP.NET MVC, A Quick Setup(andrewblogs.com)

submitted by beckelmwbeckelmw(2755) 1 year, 8 months ago

If you need to get your ASP.NET MVC website setup with some basic OpenID Authentication, I can help get you started. All you need is a DLL, a view, and two controller actions. read more...

add a comment |category: |Views: 228

tags: another

Replay detection in a web farm with WCF(javiercrespoalvez.com)

submitted by fintz69fintz69(700) 1 year, 8 months ago

WCF replay attack detection in a web-farm environment. read more...

add a comment |category: |Views: 80

tags: another

What’s new in Subtext 2.5: full-text search, related posts and more(codeclimber.net.nz)

submitted by siphilpsiphilp(919) 1 year, 11 months ago

In Subtext 2.5 we changed the internal search provider from the “like %term%” SQL based one to a more mature and powerful one powered by Lucene.net. I wrote about how Lucene.net is implemented inside Subtext, but it didn’t show the benefits for the users. In this post I’m explaining the visible features of the full-text search. read more...

add a comment |category: |Views: 115

tags: another

CouchDb vs RavenDB - Map & Reduce(codeofrob.com)

submitted by robashtonrobashton(384) 1 year, 11 months ago

A comparison of the Map/Reduce systems in CouchDB and RavenDB and an explanation of quite how different they really are. read more...

add a comment |category: |Views: 464

tags: another

A few thoughts on jQuery templating with jQuery.tmpl(encosia.com)

submitted by gt1329agt1329a(7849) 2 years ago

Some thoughts on the current state of the jQuery.tmpl plugin, and suggestions for making it better. read more...

add a comment |category: |Views: 413

tags: another

Dependency Injection in ASP.NET MVC: Action Results(www.lostechies.com)

submitted by ironkittenironkitten(55) 2 years ago

Apply SoC and DI to ActionResults read more...

add a comment |category: |Views: 24

tags: another

Timesaving CSS Tools for ASP.Net Developers(lukencode.com)

submitted by lukenlowreylukenlowrey(288) 2 years ago

A couple of tools for making web designer less painful for developers. Includes Blueprint a css framework, Bundler combine and minify and LESS CSS. read more...

add a comment |category: |Views: 663

tags: another

Deleporter: Cross-Process Code Injection for ASP.NET(blog.stevensanderson.com)

submitted by desmonddesmond(2014) 2 years, 2 months ago

Deleporter is a little .NET library that teleports arbitrary delegates into an ASP.NET MVC/WebForms application in some other process (e.g., hosted in IIS) and runs them there. This is very useful for integration testing: it means you can do cross-process mocking, change the application configuration on the fly, or run custom teardown logic (such as flushing caches) at the end of each test. read more...

add a comment |category: |Views: 38

tags: another

ASMX ScriptService mistake: Installation and configuration(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 2 months ago

Continuing my series of posts about ASMX services and JSON, this post will cover two common mistakes that plague the process of getting a project’s first ASMX ScriptService working: Installing System.Web.Extensions into the GAC and configuring your web.config. read more...

2 comments |category: |Views: 169

tags: another

Behavior Driven Development (BDD) with SpecFlow and ASP.NET MVC(blog.stevensanderson.com)

submitted by desmonddesmond(2014) 2 years, 2 months ago

How does BDD compare with TDD, and how can you use BDD-style tools such as Cucumber and SpecFlow with ASP.NET MVC? Steve Sanderson considers the options, and provides an example of combining ASP.NET MVC 2, SpecFlow, and WatiN. read more...

1 comment |category: |Views: 556

tags: another

ASP.NET MVC 2 Localization complete guide(adamyan.blogspot.com)

submitted by Alik.AdamyanAlik.Adamyan(135) 2 years, 3 months ago

This is a full guide for localizing asp.net mvc 2 web application covering following aspects: views localization, simple culture switching mechanism, model validation messages localization, DisplayName attribute localization and problem solving with caching(OutputCache) and localization. read more...

add a comment |category: |Views: 2508

tags: another

Bundler Part 2 - ASP.NET Integration(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 3 months ago

A look at the Bundler Framework and how it could be integrated in with ASP.NET and ASP.NET MVC in order automate the process of minifying and combining JavaScript files. read more...

add a comment |category: |Views: 31

tags: another