hipinotxa

Stories kicked by hipinotxa

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

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

Cache-and-Collect Lifecycle Management in Ninject 2.0(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 2 months ago

An explanation of a new solution to an old problem with inversion of control. read more...

1 comment |category: |Views: 243

tags: another

Using SQL Service Broker in NET applications (javiercrespoalvez.com)

submitted by fintz69fintz69(700) 3 years, 2 months ago

Javi discusses the pitfalls you might encounter while trying to use SQL Service Broker from a .NET application read more...

1 comment |category: |Views: 446

tags: another

Spiff Up Your ASP.NET MVC Form With jQuery(codethinked.com)

submitted by joe.feserjoe.feser(115) 3 years, 3 months ago

Since many people who are being introduced to ASP.NET MVC are being simultaneously introduced to jQuery I felt like I’d give you a quick introduction to a few jQuery plug-ins that will help you make better forms. But most importantly make your forms better without you really having to do too much to them. read more...

add a comment |category: |Views: 306

tags: another

OAuth Providers on ASP.net MVC Projects(bgeek.net)

submitted by buildmasterbuildmaster(225) 3 years, 3 months ago

A Library for creating OAuth Providers with MS ASP.net MVC read more...

add a comment |category: |Views: 564

tags: another

Azure – Performance, IoC, and Instances(ytechie.com)

submitted by SuperJasonSuperJason(2740) 3 years, 3 months ago

My experience so far working with Azure. Some performance testing, IoC container incompatibilities, and frustration with instances. read more...

add a comment |category: |Views: 458

tags: another

jQuery live() and plugins(rndnext.blogspot.com)

submitted by calebtcalebt(300) 3 years, 3 months ago

Strategy for using jQuery 1.3's live() and certain plugins such as hoverIntent. read more...

add a comment |category: |Views: 342

tags: another

You're Doing It Wrong(codinghorror.com)

submitted by spoulsonspoulson(327) 3 years, 3 months ago

Templating tends to break down because it forces you to treat code and markup as two different and fundamentally incompatible things. We spend all our time awkwardly switching between markup-land and code-land using escape sequences. They're always fighting each other -- and us. read more...

add a comment |category: |Views: 373

tags: another

What's In A Code Review?(xerxesb.com)

submitted by xerxesbxerxesb(60) 3 years, 3 months ago

What happens during a “code review”? There’s no single answer to this question and my experience is that it varies considerably based on a number of factors. After thinking for a little bit about what I do when code reviewing, I came up with a list of stages in a code review and figured I might just share it with everyone. read more...

1 comment |category: |Views: 314

tags: another

What Part Of The Process Are Your Tools Optimized For?(codethinked.com)

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

I'm writing this post because I am getting tired and weary of people pointing to "drag and drop tools", "visual designers", and "wizards" as reasons to use a particular tool. Only in Microsoft-land are developers so enamored with "wizards" and "drag and drop" and I think this is because Microsoft is the proverbial "crack dealer" when it comes to providing these tools. read more...

add a comment |category: |Views: 223

tags: another

Search Engine friendly error handling(blog.turlov.com)

submitted by aturlovaturlov(355) 3 years, 4 months ago

Explains best practices of error handling in ASP.NET web application considering being search engines friendly. read more...

add a comment |category: |Views: 283

tags: another

A new breed of magic strings in ASP.NET MVC(lostechies.com)

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

One of the common patterns in Ruby on Rails is the use of hashes in place of large parameter lists. Instead of hashes, which don’t exist in C#, ASP.NET MVC uses anonymous types for quite a few HTML generators on the view side. This is a trick used by the MVC team to simulate hashes. Since the dictionary initializer syntax is quite verbose, with lots of angly-bracket cruft, anonymous types provide a similar effect to hashes. However, don’t let the magic fool you. Anonymous types used to create dictionaries are still dictionaries. read more...

2 comments |category: |Views: 373

tags: another