Glohamar

Stories kicked by Glohamar

New Notepad++ (Version v4.2.2)(gaaton.blogspot.com)

submitted by HaGeverHaGever(915) 4 years, 9 months ago

Great free source code editor for everyone. Beautiful solution to all developers, web masters and not technical persons. read more...

add a comment |category: |Views: 7

tags: another

Most Active Open Source Projects in Codeplex(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 9 months ago

It is nice to see the open source projects' progress in Microsoft world, especially it is been extremely fast growth after the Codeplex launched, and also GotDotNet suggests their hosted projects to move on to Codeplex. As you might remember, I have submitted a post about Codeplex a few weeks ago; Microsoft Open Source Projects. This time, it is proud to list most popular and active top 25 projects that has been hosted in Codeplex. read more...

1 comment |category: |Views: 8

tags: another

.NET Coding Guidelines - Commenting(3poundmass.wordpress.com)

submitted by wooyaywooyay(695) 4 years, 9 months ago

Nice rant about developers who don't comment their code, I can sympathize. read more...

8 comments |category: |Views: 10

tags: another

Coding4Fun Developer Kit(codeplex.com)

submitted by rprouserprouse(1175) 4 years, 9 months ago

A collection of tools which have been developed to abstract the complexity of doing software development using common Windows Vista APIs. The kit features include drag ‘n drop controls and components, SmartTags, Visual Basic and Visual C# source code for all tools and samples as well as complete QuickStarts and APIs documentation. read more...

add a comment |category: |Views: 10

tags: another

SQL Optimization Tips(dotnetguts.blogspot.com)

submitted by vermdivyavermdivya(365) 4 years, 9 months ago

Tips and Tricks which should be used while dealing with SQL read more...

add a comment |category: |Views: 19

tags: another

Three Easy Refactorings to Improve the Readability of Your Code(jeremyjarrell.com)

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

Here are three simple and quick ways to instantly improve the readability and overall quality of your code. read more...

add a comment |category: |Views: 6

tags: another

Introduction to XML Serialization(alteridem.net)

submitted by rprouserprouse(1175) 4 years, 9 months ago

Two static generic methods that allow you to serialize or deserialize classes to/from XML with one line of code and a short article giving an overview of XML serialization. read more...

add a comment |category: |Views: 21

tags: another

DotNetKicks Beta 1 Available For Download(blog.incremental.ie)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 9 months ago

I have just tagged and uploaded SVN revision 132 as DotNetKicks Beta 1. Enjoy! read more...

add a comment |category: |Views: 43

tags: another

You Should Never Use IN In SQL To JOIN With Another Table(sqlservercode.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 5 years, 1 month ago

Do you use the following syntax? SELECT * FROM TABLE WHERE CoLumn IN (SELECT CoLumn FROM TABLE) Do NOT use that it can cause big problems if you do not understand exactly how IN and NOT IN works read more...

2 comments |category: |Views: 9

tags: another

DotNetKicks.sql - Download the SQL schema(weblogs.asp.net)

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

Here is the first portion of the DotNetKicks source code that will soon be released in full open source glory. Please note that I have not yet decided on which open source license to use for this project, so please don't sell it to google for billions just yet. read more...

add a comment |category: |Views: 12

tags: another

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

Google Code Search(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 7 months ago

Is it the end of the problem with lack of examples in the documentation? read more...

1 comment |category: |Views: 4

tags: another

My Blogger A-List - a good start feed for .net Developers(code4ward.net)

submitted by edburdoedburdo(1350) 5 years, 7 months ago

Everyone reads blogs, right? So why not read the good ones? read more...

4 comments |category: |Views: 1

tags: another

Accessibility / Section 508 with ASP.NET(weblogs.asp.net)

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

Wally McClure outlines some important accessibility issues/settings from a development standpoint when building ASP.NET applications. read more...

add a comment |category: |Views: 11

tags: another

Building ASP.NET 2.0 Web Sites Using Web Standards(msdn.microsoft.com)

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

Microsoft ASP.NET 2.0 has many features to help you design and build Web sites that are compliant with XHTML and accessibility standards. This article looks at how and why you should be building these standards-compliant sites. read more...

add a comment |category: |Views: 2

tags: another

Find .NET Memory Leaks (componentfactory.com)

submitted by PhilWrightPhilWright(250) 5 years, 7 months ago

How do you track down a memory leak in .NET? Well here is a simple and effective technique that should work for you most of the time. read more...

add a comment |category: |Views: 9

tags: another