Search BlogCatalog
10 results of 14Blog Posts
Xap Reflector – Silverlight 4
Silverlight Travel | December 19th 2009 by Silverlight Travel
I’ve always wanted to write a program that ‘opens-up’ a .xap file and go through its contents, kinda like Red-Gates’ Reflector, only that this one does it for .xap files… this marks the birth of a XapReflector. Here are the read more
Apache Lucene Java
Die TreiberStube | December 10th 2009 by Lazy79
Apache Lucene Java 3.0.0 The new version is mostly a cleanup release without any new features. All deprecations targeted to be removed in version 3.0 were removed. If you are upgrading from version 2.9.1 of Lucene, you have to fix all deprecation wa read more
Frequently Asked Questions + Boolean Expressions and Variables
c | November 29th 2009 by lakshmikandhbe
9.1 What is the right type to use for Boolean values in C? Is there a standard type? Should I use #defines or enums for the true and false values? 9.2 Isn't #defining TRUE to be 1 dangerous, since any nonzero value is considered ``true'' in C? What i read more
Lucene Java 3.0.0 Release
Web-developement-in-China | November 26th 2009 by kevinwu
The new version is mostly a cleanup release without any new features. All deprecations targeted to be removed in version 3.0 were removed. If you are upgrading from version 2.9.1 of Lucene, you have to fix all deprecation warnings in your code base t read more
Custom Flags Enum Using Binary Numbers
Joe Enos | November 24th 2009 by Joe Enos
Tonight I submitted another article to The Code Project entitled Custom Flag "Enum" Using Binary Numbers. This article describes an incredibly awkward way of replacing flag enums in C# with a class that allows you to define values as binar read more
How do I loop through an enum
.NET programming | November 18th 2009 by bluecreekweb
It is so easy to create enums and reuse them in multiple projects. You can use them in many places, one of the most common is to use them in drop down lists. Here, we'll show you how to create an enum, how to access the values using a foreach, then h read more
Extending Enumerations (fun with Enum<enum> and Attributes)
Web Development Community | November 12th 2009 by Black
Enums are just great, but not very user friendly once you get past simple one word names. In this article I will show you how to make them far more usable via Attributes. We will be able to give them a user friendly name, parse strings to enum based read more
Red5 Releases V0.9.0 RC2
Red5-An open source flash server | November 4th 2009 by Sunil Gupta
Red5 recently released a newer version V0.9.0 RC2. It's the update after Red5 V0.9.0 RC1 which was released on 03 August 2009. The changelog for Red5 0.9.0 RC2 is not yet available. Following is the changelog of Red5 0.9.0New Features:Added AVC/h.264 read more
.NN 22: Enums Can be Cast to Unmapped values
MikeWo's Musings | November 1st 2009 by Michael Wood
There are a lot of little nuances with the .NET Framework and one such nuance I see quite a bit of is an interesting behavior of enumerations. Did you know you could cast an instance of an enum to a value that isn’t in the enumeration? read more
Enums in Java
betweenGo | September 2nd 2009 by Frank Kim
(Photo: Slide-together : now with cards by fdecomite) Enums are highly useful data types introduced in Java SE 5.0. Though I love using them I often forget the exact syntax so this post is to remind me later how to use it. public enum Example { read more

7 results of 7Social Search
nitishpriyadarshi has updated his twitter:
nitishpriyadarshi has updated his twitter:
mikewo has posted a new entry on: MikeWo's Musings
.NN 22: Enums Can be Cast to Unmapped values
There are a lot of little nuances with the .NET Framework and one such nuance I see quite a bit of is an interesting behavior of enumerations. Did you know you could cast an instance of an enum…
Read More »
demianturner has bookmarked: whitewashing.de :: Enums in PHP
seonghuhn has posted a new entry on: betweenGo
Enums in Java
(Photo: Slide-together : now with cards by fdecomite) Enums are highly useful data types introduced in Java SE 5.0. Though I love using them I often forget the exact syntax so this post is to re…
Read More »
ZagNut has posted a new entry on: Tao Te KaChing
SubSonic, Enums, and Me…
So, I have been using SubSonic on a project, and love it. It is absolutely a fantastic quick-data-access-layer solution, and far, far easier to use than CodeSmith + netTiers. However, one…
Read More »
learnjava5 has posted a new entry on: New features added to Java 5
Enums in Java 5
Following are the advantages of using Enums:Enums are type safe.Enums are Serializable and Comparable by defaultProgrammers doesn’t require to do extra work of implementing toString(), equals() and…
Read More »
Top 5 Shown | View Next 2 results
View All Results