TweeZz

Stories kicked by TweeZz

ASP.NET MVC, session and concurrent requests: not what you’d expect(blog.whiletrue.com)

submitted by bh213bh213(255) 1 year, 7 months ago

ASP.NET Session handling causes problems when single session is accessed from more than one request (such as AJAX requests). read more...

1 comment |category: |Views: 307

tags: another

Exploring Reflection: Using Reflection to find Markers(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 8 months ago

Taking a look at how to find various markers (interfaces and attributes) on a class by using reflection. This technique can help you to build out dynamic loading/find type of logic in your pluggable applications. read more...

add a comment |category: |Views: 292

tags: another

Regex Hero to the Rescue(regexhero.com)

submitted by BucketSoftBucketSoft(324) 3 years ago

From BucketSoft comes an online Silverlight regular expression tool utilizing the .NET regular expression engine. Features instantaneous highlighting of regular expression matches. It's a great way to test iterations of your .NET regular expressions quickly. read more...

7 comments |category: |Views: 318

tags: another

To Inject Or Not To Inject(codethinked.com)

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

The benefits of Dependency Injection are very hard to see when only dealing with very simple examples. I tried to come up with an example that is simple enough to fit in a blog post, but is able to show the benefits of using Dependency Injection. read more...

4 comments |category: |Views: 529

tags: another

Is Nick Stakenburg Bullying His Open-Source 'Competitor'(naspinski.net)

submitted by naspinskinaspinski(610) 3 years, 2 months ago

This is obviously a scare tactic used by a vendor to frighten a 'competitor' who is encroachinig on his sales. Nick (the vendor) is jarred by the fact that someone has released a comparable (better?) product that his and it is free. It behaves somewhat the same, so obviously it was copied... This is a serious issue, we can't let companies push around open-source with threats like this. read more...

2 comments |category: |Views: 454

tags: another

"Quality Doesn't Matter That Much" -- Jeff and Joel (blog.objectmentor.com)

submitted by joejoejoejoejoejoejoejoe(1140) 3 years, 3 months ago

I was riding my exercise bike, listening to Stack Overflow #38 when I heard Jeff Atwood and Joel Spolsky say "Quality just doesn't matter that much." I nearly fell off my bike. read more...

1 comment |category: |Views: 548

tags: another

Building a Nant Script -- Part 1: Setting up the script(dimecasts.net)

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

Learn how to setup your build script with Nant. You will learn the basics of using Nant to compile your application in this episode, which will be built upon in future episodes to build a more complex script. read more...

add a comment |category: |Views: 255

tags: another

Json.NET 3.5 Beta 1 – Big performance gains, Compact Framework support(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 6 months ago

New in this beta release of Json.NET 3.5 are big performance improvements (400%), Compact Framework support and lots more. read more...

add a comment |category: |Views: 251

tags: another

Measure String Size In Pixels (C#) (dev102.com)

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

Sometimes we need to know the width of a given string in pixels, do you know how to compute it? Before writing some long code, please notice that the .NET framework class library provides such a method... read more...

1 comment |category: |Views: 947

tags: another

Dear Alt.Net Developers: Stop blaming Microsoft and WebForms for crea(blog.theaccidentalgeek.com)

submitted by mjeatonmjeaton(724) 3 years, 8 months ago

I am responsible for every website I create. If I create a site or application that is unmaintainable or that has poorly formed HTML or doesn’t render well in all browsers, that is my fault. I chose my development tools/framework, or my employer, who I choose to work for, chose the development tools/framework. Either way, it is my responsibility, as a professional, to do my utmost to create the best possible application that is within my capability to create. read more...

add a comment |category: |Views: 353

tags: another

Create apple.com-like breadcrumb using simple CSS(jankoatwarpspeed.com)

submitted by RyanFarleyRyanFarley(585) 3 years, 9 months ago

Janko shows an extremely simple and nicely polished way to create graphical breadcrumbs like on apple.com. read more...

1 comment |category: |Views: 662

tags: another

Update to: Microsoft cracking down on community extensions(lovethedot.blogspot.com)

submitted by RagoczyRagoczy(655) 3 years, 10 months ago

The original story (http://www.dotnetkicks.com/csharp/Microsoft_cracking_down_on_community_extensions) got quite a bit of traffic from here. There've been some clarifications and updates from Microsoft and the StyleCop team that, I think, make their position clear and reasonable -- also, the original how-to that had been taken down "at Microsoft's request" is back up. A lot of people kicked the original story, so I hope you'll all take the opportunity to read Microsoft's responses and give them fair consideration. read more...

1 comment |category: |Views: 338

tags: another

A jQuery Client Status Bar(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 11 months ago

Status bars are very useful in client applications to display well status information and having a reusable and easily callable and configured status component to display messages is extremely handy. Here's an implementation that uses jQuery plus a bit of CSS to make short work of displaying status content. read more...

add a comment |category: |Views: 940

tags: another

Create MessageBox user control using ASP.NET and CSS (jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 11 months ago

This article shows how to create MessageBox user control using ASP.NET and CSS. It have the ability to render different message types. It also have a close button in order to enable users to hide the message after reading. The article will guide you through the basics of making a simple and functional user control. read more...

add a comment |category: |Views: 801

tags: another

Guide to the semantic web(blog.madskristensen.dk)

submitted by simonechsimonech(10.1k) 4 years ago

The calm after the storm: Mads explain what is semantic web and why it matters. And how we can get ready for it when Web 3.0 arrives. read more...

3 comments |category: |Views: 35

tags: another

Why I’m a better software developer than you(ytechie.com)

submitted by SuperJasonSuperJason(2740) 4 years ago

What makes one developer better than another? Shouldn't we all be performing at the same level? Of course not, we're not sewing buttons on an assembly line. We're using every bit of our intelligence to create something that we can only being to understand. read more...

add a comment |category: |Views: 42

tags: another