pravnholt

Stories kicked by pravnholt

Introduction to Distributed Source Control(ytechie.com)

submitted by SuperJasonSuperJason(2740) 2 years, 6 months ago

An in-depth introduction to some of the basic concepts needed to understand how distributed source control works. Includes screenshots and definitions. read more...

add a comment |category: |Views: 8

tags: another

Massive BlogEngine.Net Security Hole - Fix Provided(dannydouglass.com)

submitted by TroyMGTroyMG(2670) 4 years, 1 month ago

A massive security hole in BlogEngine.net was just revealed that allows anyone to see your passwords... Danny Douglass explains the issue and provides a patched BlogEngine.Core assembly to resolve the issue until the next release of BlogEngine is available. read more...

4 comments |category: |Views: 63

tags: another

There and Back Again : Lambda, Lambda, Lambda!(blogs.msdn.com)

submitted by simonebsimoneb(5450) 4 years, 2 months ago

Want to get lambdas? This is THE post. read more...

1 comment |category: |Views: 26

tags: another

13 Tips to Comment Your Code(devtopics.com)

submitted by bliekbliek(170) 4 years, 2 months ago

Following are 13 tips on how to comment your source code so that it is easier to understand and maintain over time. read more...

2 comments |category: |Views: 21

tags: another

ASP.NET Runtime Cheat Sheet: HttpRequest, HttpRuntime, and f(duartes.org)

submitted by gustavodgustavod(775) 4 years, 3 months ago

Cheat sheets for retrieving various bits of ASP.NET runtime information, all with live sample values, links to MSDN, and some explanations. Includes source code. read more...

1 comment |category: |Views: 22

tags: another

Does Your Code Pass "The Turkey Test?"(moserware.com)

submitted by moserwaremoserware(1665) 4 years, 3 months ago

How careful are you about using the correct form of string and number formatting? How about your use of String.Compare and String.Equals? read more...

3 comments |category: |Views: 27

tags: another

One-Stop-Shop for BlogEngine 1.3 Extensions(tellingmachine.com)

submitted by KlausKlaus(755) 4 years, 3 months ago

I just finished upgrading my blog to BlogEngine version 1.3. While in the process of porting it to the new release, I spent some time experimenting with the extensions and the new BlogEngine 1.3 Extension Manager. I tried to keep track of most of the extensions that get posted on CodePlex and I thought I write a blog post that lists all the extensions that I found and demonstrates them in this post, if applicable. This way BlogEngine fans that don't keep track of all the traffic on CodePlex would get be able to quickly check the availability of a specific add-on for BlogEngine. read more...

3 comments |category: |Views: 9

tags: another

ASP.NET MVC: Choosing Your Data Access Method(blog.wekeroad.com)

submitted by jongallowayjongalloway(4380) 4 years, 5 months ago

Rob Conery discusses the pros and cons of using Linq To Sql, SubSonic, and NHibernate with MVC (and ASP.NET in general). read more...

add a comment |category: |Views: 21

tags: another

Subsonic Roadmap(blog.wekeroad.com)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 5 months ago

Rob describes the state of the Subsonic project and reveils the future plans for SubSonic. read more...

add a comment |category: |Views: 63

tags: another

MVC or MVP Pattern – Whats the difference?(blogs.infragistics.com)

submitted by uadozeruadozer(650) 4 years, 6 months ago

This awesome post explains differences between MVP and MVC patterns using VS Class Diagrams read more...

3 comments |category: |Views: 611

tags: another

ScottGu VS.net performance tips for machine(weblogs.asp.net)

submitted by dovedove(735) 4 years, 6 months ago

Specifically - "what type of machine do you recommend I get for doing development with Visual Studio?" read more...

5 comments |category: |Views: 22

tags: another

Caching In 10 Minutes(longlostcousins.com)

submitted by usshermussherm(5285) 4 years, 6 months ago

A quick overview of 4 types of caching available to you in an asp.net application: 1. Viewstate, #2. Context, Session, and Application, #3. Cache API, and #4. HTML Output Caching read more...

add a comment |category: |Views: 24

tags: another

Refactoring: Replacing Enums with the Strategy Pattern(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 6 months ago

Here's a simple way to remove all of those ugly switch statements and enums and to buy yourself a little more flexibility and testability as an added bonus! read more...

2 comments |category: |Views: 183

tags: another

Decorator Design Pattern(blog.dotnetstyling.com)

submitted by armenczarmencz(220) 4 years, 7 months ago

One of the beautiful patterns in GOF's (Gang Of Four) bucket is a Decorator Pattern. The purpose of Decorator pattern is to add extended functionality to the class without making any change in it. The blog describes architecture and has sample which shows pattern in work. read more...

3 comments |category: |Views: 38

tags: another

Ten CSS tricks you may not know | evolt.org(evolt.org)

submitted by findmecoolfindmecool(600) 4 years, 7 months ago

Much better! Just a couple of words of warning: This CSS shorthand version will only work if you're specifying both the font-size and the font-family. Also, if you don't specify the font-weight, font-style, or font-varient then these values will automatically default to a read more...

2 comments |category: |Views: 9

tags: another

More than 100 Web 2.0 Online Generators(ifxplus.com)

submitted by m.casatim.casati(600) 4 years, 7 months ago

Here the list of online generators specifically for web 2.0 design: enjoy it! read more...

add a comment |category: |Views: 45

tags: another