GreekTheNick

Stories kicked by GreekTheNick

DotNetKicks to be Open Sourced(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 2 months ago

As the community on DotNetKicks.com has grown in size over the past year, I have received received many offers of help with adding features and many requests for the source code. Due to other top secret commitments, I have recently not had as much time as I would have liked to continue the development of DotNetKicks.com. A discussion on DotNetKicks last week re-highlighted the issue of feature stagnation (the community is continuing to grow just fine). We are in the business of solving problems, and the best solution here is to open source the project. I had planned to release some code this past weekend, but some of the current dependencies include code that I don't wish to release. I am currently refactoring the dependencies, and I will be able to release some code very soon. Please shout it from the roof tops, we need all the contributers we can get. read more...

4 comments |category: |Views: 5

tags: another

Another version of DotNetKicks?(dotenet.com)

submitted by WebdiyerWebdiyer(305) 5 years, 2 months ago

DOTENET is just launched, it's almost the same as DotNetKicks.com! Which one do you like more? read more...

16 comments |category: |Views: 65

tags: another

Plasma ASP.NET Automation Project on CodePlex(codeplex.com)

submitted by ssmithssmith(1160) 5 years, 2 months ago

Plasma is an in-process web server emulator that can be used for automation and unit testing of ASP.NET applications. Ok, so what can you do with it? Basically Plasma allows you to easily test or automate ASP.NET pages and applications in a performant manner, since everything occurs in-memory, so there is not network level overhead. Many of the web test scenarios available as part of Visual Studio Team Suite : Tester SKU are possible with this framework and therefore available to NUnit users (examples - testing that a page has a given value on it after a postback, testing that a page returns within a given time threshold, etc.). read more...

add a comment |category: |Views: 70

tags: another

ASP.NET Wish List(aspadvice.com)

submitted by ssmithssmith(1160) 5 years, 2 months ago

A list of wish list items for the ASP.NET team. read more...

add a comment |category: |Views: 12

tags: another

Identicon Handler for .NET on CodePlex(haacked.com)

submitted by HaackedHaacked(5105) 5 years, 2 months ago

Identicons are a unique way to anonymously represent an IP Address graphically. Now there's an open source implementation for .NET on CodeProject. read more...

add a comment |category: |Views: 32

tags: another

Do you know the difference between & and && ?(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 5 years, 2 months ago

Did you know that & is not just for bitwise operations? You can actually use it in your standard conditionals, but there's a slight difference in how it behaves. This article will show you what that difference is. read more...

1 comment |category: |Views: 5

tags: another

Code Review: Standing on the shoulders of smart people(weblogs.asp.net)

submitted by jonathan_cogleyjonathan_cogley(85) 5 years, 2 months ago

A different way to think about a code review. read more...

add a comment |category: |Views: 9

tags: another

Jean-Paul S. Boodhoo's Blog - Getting Started Learning Some New Develo(jpboodhoo.com)

submitted by skoonskoon(200) 5 years, 2 months ago

Ways to improve yourself as a developer. read more...

add a comment |category: |Views: 13

tags: another

Why does MS compete with the community?(lazycoder.com)

submitted by skoonskoon(200) 5 years, 2 months ago

Does Microsoft compete with it's own community? read more...

add a comment |category: |Views: 1

tags: another

RssBuildsPublisher for CruiseControl.NET(ccnetconfig.org)

submitted by camalotcamalot(630) 5 years, 2 months ago

A robust Rss Publisher for CruiseControl.NET has been built and available for download on CodePlex. read more...

add a comment |category: |Views: 14

tags: another

Understanding Viewstate(weblogs.asp.net)

submitted by IanCooperIanCooper(225) 5 years, 2 months ago

Ever wanted to really understand viewstate and how you can reduce its cost and idiosyncracies. Hopefully, this is the last viewstate article yhou will ever need. read more...

3 comments |category: |Views: 22

tags: another

Castle MonoRail & ActiveRecord - First Impressions(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 5 years, 2 months ago

I've spent quite a few hours over the past few days playing with the amazing Castle Project (long overdue for me), mostly MonoRail and ActiveRecord. All I can say is WOW! read more...

2 comments |category: |Views: 23

tags: another

C#: Give your object a Default Property (pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 5 years, 2 months ago

I've seen/used objects within the .NET Framework that have default properties (ie: SqlDataReader, System.Collections.Generic.List). Now how exactly do I give my own custom object type a default property? read more...

9 comments |category: |Views: 263

tags: another

Sample form using listview(blogs.msdn.com)

submitted by frank12345frank12345(2809) 5 years, 2 months ago

Sample form using listview read more...

add a comment |category: |Views: 22

tags: another

Get view state off __VIEWSTATE!(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 5 years, 2 months ago

ASP.NET saves transient control data across postbacks in a hidden field, which can severely affect response times. This article explores the ways to keep view state on the server. read more...

1 comment |category: |Views: 11

tags: another

HOWTO: Build a Store Locator in ASP.NET (Full solution included)(blog.donnfelker.com)

submitted by donnfelkerdonnfelker(1290) 5 years, 2 months ago

Building a store locator is far from simple and can become quite complex, real quick. I’ve put together a simple example that will enable you to add store locator functionality to your ASP.NET website in no time. read more...

add a comment |category: |Views: 267

tags: another