Vort3X

Stories kicked by Vort3X

BlogEngine Flaws(objectreference.net)

submitted by Vort3XVort3X(1335) 3 years, 9 months ago

Recently I’ve been having problems as the site has gotten more popular I’ve had comments and even posts disappearing randomly, sometimes re-appearing you might have experienced this yourself either on my site or in your own so after divulging into the code to see what was happening found something I thought was shocking. When you add a comment, or Rating, Approving and Remove Comments this is what BlogEngine DbBlogProvider actually does... read more...

add a comment |category: |Views: 245

tags: another

Dependency Injection at a Glance(lowrymedia.com)

submitted by brianjlowrybrianjlowry(640) 3 years, 9 months ago

In the course of experimenting with the new MVC release for .Net, I stumbled across a post on the ASP forums where someone was explaining his approach to architecture using MVC. In reading further, I found that he was using dependency injection; a reusable design pattern presumably brought to .Net from Java world. read more...

add a comment |category: |Views: 16

tags: another

Add jQuery Intellisense To Your Visual Studio (dev102.com)

submitted by razamitrazamit(4566) 3 years, 10 months ago

Enrich your working environment with free great jQuery intelisense addin read more...

add a comment |category: |Views: 491

tags: another

creating a SubSonic partial class(ajondeck.net)

submitted by aherrickaherrick(35) 3 years, 10 months ago

How to create a partial class to extend a SubSonic generated class. read more...

add a comment |category: |Views: 34

tags: another

Implicit(clear-lines.com)

submitted by brandewinderbrandewinder(530) 3 years, 10 months ago

How to use the implicit keyword in C# to provide a clean and easy way to cast your class to other types. read more...

add a comment |category: |Views: 22

tags: another

Using jQuery To Call ASP.NET Page Methods and Web Services(dexign.net)

submitted by redbullredbull(140) 3 years, 10 months ago

Seems like more and more ASP.NET devs are using jQuery. There are similar things on DNK but none that actually do provide code that uses jQuery to callback. read more...

add a comment |category: |Views: 908

tags: another

Herding Code Podcast: Episode 9 with Rob Conery(herdingcode.com)

submitted by jongallowayjongalloway(4380) 3 years, 10 months ago

The Herding Code crew (K. Scott Allen, Kevin Dente, Scott "LazyCoder" Koon, and Jon Galloway) catch up with Rob Conery on SubSonic 2.1, Where SubSonic fits in the Microsoft data access tools explosion, Why LINQ to SubSonic is so durn tricky, MVC Storefront - has it made Rob a TDD believer, and What else is Rob up to at Microsoft. read more...

1 comment |category: |Views: 128

tags: another

C#: Enhance Enums using Extension Methods(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 10 months ago

Extension Methods are one of the coolest features that have been added in .NET 3.5. I've heard arguments that there is no reason to use them, and the only reason Microsoft added them is to enable the ability to buid LINQ. Well, I do not entirely agree with that statement; in fact, I have found a cool way to use Extension Methods to enhance the System.Enum object since it cannot be inherited. Even though Enum can not be inherited, it can be extended using Extension Methods. Here's the code to an Extension Method that extends the LocalizationMarket Enum with the ToDescriptionString() method that returns the DescriptionAttributes value for the given enum value. read more...

3 comments |category: |Views: 666

tags: another

Web developers. You suck.(objectreference.net)

submitted by Vort3XVort3X(1335) 3 years, 10 months ago

Well, JavaScript developers, specifically. In order to aid in development of my own websites, I enabled JavaScript debugging in Internet Explorer a few weeks back. To my horror, I have quickly experienced what seems to be complete disregard for serving syntactically correct JavaScript on the open internet. No, I’m not just talking about a few niche websites, run by amateur programmers. I am talking about industry-leading nerd-friendly powerhouse websites that should know better. read more...

4 comments |category: |Views: 654

tags: another

Meet the C# 4.0 team(blogs.msdn.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 3 years, 10 months ago

... and some dude from the VB team. Anders and the guys in room 2543, building 41 (where C# was born) talk about the new features that will be in the next version of C#. I so wanted to blogspam this one. Enjoy your direct link. read more...

add a comment |category: |Views: 659

tags: another

Paperclip Themes for BlogEngine.NET(caioproiete.com)

submitted by mosessaurmosessaur(5424) 3 years, 10 months ago

Community Server comes with this very nice theme called "Paperclip", which has at least four variations: Cactus, Summer, Fall and Winter. If you are a developer, you probably have seen this theme, as it is used by most of the MSDN and ASP .NET Community blogger's Caio Proiete brought them to BlogEngine.Net Thank you Caio Proiete read more...

add a comment |category: |Views: 54

tags: another

What you don't know about Copy & Paste in Visual Studio(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 10 months ago

This post explains how to use clipboard ring and some other tricks with Ctrl-C/Ctrl-X. read more...

add a comment |category: |Views: 777

tags: another

SubSonic: New Code Samples And A SubStage Walkthrough(blog.wekeroad.com)

submitted by alashcraftalashcraft(1180) 3 years, 10 months ago

Rob talks about 3 new pages on their project site that are just the start of a barrage of "how-to" information. read more...

add a comment |category: |Views: 291

tags: another

Five Common ASP.NET SEO Mistakes(dexign.net)

submitted by mbersethmberseth(1385) 3 years, 10 months ago

Here's a checklist of five common mistakes that ASP.NET and the Viewstate/Postback model of development make it far too easy for unsuspecting developers to make: read more...

1 comment |category: |Views: 564

tags: another

StringBuilder Secrets(dotnetperls.com)

submitted by samdnpsamdnp(980) 3 years, 10 months ago

Article goes beyond the basics and looks at some more detail of StringBuilder in C#, and a benchmark that can help you improve your code that already uses StringBuilder. With graph read more...

3 comments |category: |Views: 669

tags: another