loern

Stories kicked by loern

Design Patterns – Using the Builder Pattern in C#(dotnetcube.com)

submitted by dncdudedncdude(1350) 2 years, 8 months ago

The Builder Pattern falls under the category of the Creational Patterns as it controls the instantiation of a class. This pattern is suitable in scenarios in which an object is made up several parts and the constituent parts need to be created in the same order using an algorithm. A real world example is in making a pizza. A pizza is made up of several parts (the crust, cheese and the toppings) that are constructed using an algorithm (bake the crust, add cheese and add the toppings). read more...

add a comment |category: |Views: 410

tags: another

jQuery UI Datepicker and z-Index(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 8 months ago

The jQuery UI datepicker is a nice and easy to use datepicker control but if you're using it with other components that use absolute positioning you might run into issues with z-Index precendence. Here's a discussion of the problem and a couple of easy solutions around it. read more...

add a comment |category: |Views: 271

tags: another

How to create a DropDownList with ASP.NET MVC(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 9 months ago

The DropDownList html helper differs a bit from the standard Html helper methods, and, not surprisingly, the way it works is one of the questions I get asked the most. So in this post Simone dissects this helper method, and shows you how to use it. read more...

add a comment |category: |Views: 472

tags: another

Facebook + ASP.NET MVC(robertschultz.org)

submitted by robertschultzrobertschultz(205) 2 years, 9 months ago

What options are out there for developers wanting to create Facebook applications using ASP.NET MVC framework. This article tries to break down the options. read more...

add a comment |category: |Views: 538

tags: another

Asp.Net vs php : Speed Comparison(naspinski.net)

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

Why is the myth that php is faster than Asp.Net so prevalent? Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... read more...

add a comment |category: |Views: 1321

tags: another

The Open Source Projects on ASP.NET MVC - Kazi Manzur Rashid's Blog(weblogs.asp.net)

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

Last night the forehead four head has released the 1st chapter of their upcoming Wrox book along with a sample project NerdDinner and I think this is the best application to check if anyone is trying to lean the new ASP.NET MVC framework. And this is the list of currently available Open Source Projects developed in ASP.NET MVC. I am ordering it based ... read more...

add a comment |category: |Views: 371

tags: another

Writing JSON to a file using Json.NET(james.newtonking.com)

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

A couple of simple C# examples showing how to write JSON to a file using Json.NET. read more...

add a comment |category: |Views: 326

tags: another

Why ++ operator is not thread safe(blog.decarufel.net)

submitted by decarufedecarufe(959) 3 years, 3 months ago

Here is a quick hint on how to make your software thread safe. read more...

2 comments |category: |Views: 516

tags: another

Some Thoughts on Oxite(blog.wekeroad.com)

submitted by sharplifesharplife(4570) 3 years, 5 months ago

Rob Conery's comments and thoughts on new open-source CMS project 'Oxite'. In this post he analyzed some critical issues in Oxite and suggested some solutions to optimize this ASP.NET MVC powered blog engine. read more...

add a comment |category: |Views: 337

tags: another

The Perfect Storm Botnet (codebetter.com)

submitted by siphilpsiphilp(919) 3 years, 5 months ago

Rob Conery talks about the power of a bot net and why developers should be aware of XSS attacks and other nasties should an app be allowing users to post into the system. read more...

add a comment |category: |Views: 143

tags: another

New ASP.NET Charting Control(weblogs.asp.net)

submitted by craigtpcraigtp(683) 3 years, 6 months ago

From ScottGu's blog. Brand new, Free, ASP.NET 3.5 chart control. It looks very nice! read more...

1 comment |category: |Views: 890

tags: another

How to Use the Facebook Developer Toolkit 2.0(socialsnippets.com)

submitted by bkonbkon(210) 3 years, 6 months ago

The Facebook Developer Toolkit project has just released version 2.0 of their ASP.NET API into the wild, so let's go over the basics. In this article, we focus on creating an absolutely bare bones FBML application that leverages the API. Enjoy! read more...

1 comment |category: |Views: 391

tags: another

Looking for a Lot of .NET Code Samples – They Are Right Under Your Nos(professionalaspnet.com)

submitted by docluvdocluv(1575) 3 years, 6 months ago

You have a wealth of code samples on your computer, here is how to find them!!!! An Easter Egg from Microsoft. read more...

2 comments |category: |Views: 969

tags: another

Turn postcard photo into a stunning comment form using CSS(jankoatwarpspeed.com)

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

Comment forms allow visitors to leave their impressions about the content. Although the content is a king, general impression isn't negligible at all. Each element in a design can contribute to a better user experience. This applies to comment forms as well. This tutorial will teach you how to make a stunning comment form using an old postcard photo. read more...

add a comment |category: |Views: 286

tags: another

Best way to end user session asp.net(noesispedia.com)

submitted by pkmishrapkmishra(190) 3 years, 8 months ago

What's the best way to end session after user logs out. read more...

add a comment |category: |Views: 614

tags: another

Sending Email in a Development Environment without an SMTP Server(blog.donnfelker.com)

submitted by BognitBognit(2125) 3 years, 8 months ago

Very handy... I'm forever looking this stuff up :-| read more...

11 comments |category: |Views: 1120

tags: another