chadwickgreen

Stories kicked by chadwickgreen

Code PaLOUsa 2011(www.chadgreen.com)

submitted by chadwickgreenchadwickgreen(405) 1 year, 7 months ago

Announcement of the Code PaLOUsa software development conference to be held in Louisville, KY on March 4 & 5, 2011. read more...

add a comment |category: |Views: 1

tags: another

SubMain acquires GhostDoc(community.submain.com)

submitted by sergebsergeb(325) 2 years, 11 months ago

An agreement between SubMain and Roland Weigelt, author of GhostDoc, will place future development of GhostDoc in the hands of SubMain. GhostDoc ( http://submain.com/ghostdoc ) is the popular XML Comments and documentation helper tool which SubMain will continue to maintain as a free product. read more...

2 comments |category: |Views: 278

tags: another

Why You have to use Coding Conventions(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 3 years ago

Tomorrow I’m going to a client in order to help in constructing a coding conventions document for their project. One question that I sometimes hear is why to use coding conventions in projects? This post will try to answer the question. read more...

add a comment |category: |Views: 10

tags: another

C# Regions are not Useful? Give me a Break(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 1 month ago

I often see arguments about use of regions in C# code. And this is one of the most annoying things I see on the Internet in my opinion when it pertains to code structure. Whoever says regions are not to be used, I’d love to see your code and know what standards you have established as a team with your code base. I bet you it’s a mess and the reason you don’t like regions is because the developers on your team has abused use of them and that there is no logical pattern or team standard established. read more...

add a comment |category: |Views: 631

tags: another

How to choose between ASP.NET MVC and Web Forms(sharplife.net)

submitted by sharplifesharplife(4570) 3 years, 1 month ago

Introducing a worksheet from the upcoming book "ASP.NET MVC 1.0 Programming" to help developers make a decision to choose between MVC and Web Forms in ASP.NET. read more...

10 comments |category: |Views: 639

tags: another

Taking An ASP.NET Web Application Offline(chadgreen.com)

submitted by chadwickgreenchadwickgreen(405) 3 years, 1 month ago

The ASP.NET engine allows for the use of the App_Offline.htm page to take a web application offline. But, sometimes that is not the best solution. This article discusses an alternative approach to taking your web application offline. read more...

add a comment |category: |Views: 29

tags: another

New Features in VB.NET 10 (.NET 4.0) (blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 3 years, 3 months ago

A summary of what's coming in VB.NET 10... read more...

add a comment |category: |Views: 782

tags: another

Using Windows Live Writer with BlogEngine.net(chadgreen.com)

submitted by chadwickgreenchadwickgreen(405) 3 years, 3 months ago

Using the built-in blog entry tools in BlogEngine.net works just fine, but I have come to like Windows Live Writer better. It just seems to make things just a little bit easier. Here are some very simple instructions on how to get Windows Live Writer working for BlogEngine.net read more...

add a comment |category: |Views: 179

tags: another

Why I think I will stick with WebForms(mironabramson.com)

submitted by MironMiron(495) 3 years, 3 months ago

The MVC concept is clear and logic and the guys at Microsoft did a very good job with the new MVC Framework , But I think I will stick with the 'old fashioned' WebForms and this is why: read more...

add a comment |category: |Views: 33

tags: another

Migrating from NUnit to MSTest(geekswithblogs.net)

submitted by chadwickgreenchadwickgreen(405) 3 years, 3 months ago

Good discussion from a developer that converted from NUnit to MSTest. read more...

add a comment |category: |Views: 61

tags: another

Adding custom assertions to MSTest (geekswithblogs.net)

submitted by sdormansdorman(1415) 3 years, 3 months ago

Even though MSTest does not provide the same extensibility capabilities as NUnit, it is still possible to add these missing Assert methods by creating your own class library to reference in your unit test project. In order to help ease any potential issues in migrating from NUnit to MSTest caused by the lack of these Assert methods, I have created a class library that includes all of them except the FileAssert methods and StringAssert.IsMatch. These methods should behave exactly like they do in NUnit. (In fact, the unit tests are the same ones used in NUnit, with only a few minor differences.) read more...

add a comment |category: |Views: 60

tags: another

How I start a new project(hieu.co.uk)

submitted by hieuukhieuuk(175) 3 years, 3 months ago

If you’re an enthusiastic developer, sure you have done a lot of personal projects. The problem is that what you will do when you want to start a serious medium size project (which could take month(s)). I don’t think there is a best way to start a project however there always is a better way. I’m not talking about all steps in textbook for software engineering ; I’m talking about what you actually do. read more...

add a comment |category: |Views: 13

tags: another

ModalPopupExtender to show a MessageBox(blog.dreamlabsolutions.com)

submitted by arnoldmatuszarnoldmatusz(600) 3 years, 4 months ago

How you can use a ModalPopupExtender to display a MessageBox read more...

add a comment |category: |Views: 293

tags: another

Lesser Known ASP.NET Performance Tips (geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 3 years, 4 months ago

A small collection of less-popular ASP.NET Performance Tips. read more...

2 comments |category: |Views: 833

tags: another

What's New? Team Suite 2008 GDR VPC's(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 5 months ago

The VSTS virtual machines are all updated with fresh bits and expiration dates. You now can test and evaluate (since these images are NOT licensed for production use - The new expiration date is December 31, 2009) Team System 2008 with SP1. Download them now! read more...

add a comment |category: |Views: 9

tags: another

Most Useful 20+ Visual Studio Add-ins(netindonesia.net)

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

This is the list of the Visual Studio Add-ins, most of which are open source or free. I hope this list will help you to code more faster and effective. If there is not your favorite add-in in the below list, do not hesitate to add it as a comment. read more...

add a comment |category: |Views: 88

tags: another