Community developer blogs
Can Erten - eh ooh, it's a coding day..
- Author
- Can Erten
- Last updated
- 24 Feb 2009 at 01:19
- Url
- http://www.canerten.com
- Feed
- http://feeds.feedburner.com/canerten
Recent Posts
-
Poker : Programming Problem
Posted: 24 Feb 2009 at 01:19 by Can
Although it has been a while since Brian posted the poker problem in his blog, I haven’t got the chance to look at it until I came across in ProjectEuler Problem 54. It is not the elegant or best solution at all, but just wanted to join the crew and can confirm it works with [...]
-
Multiple Inheritance in C# using Dynamic Features
Posted: 20 Feb 2009 at 16:03 by Can
Multiple Inheritance is a feature that a class that can inherit more than one class. Although CLR does not really care about it, it is not possible in the mainstream .NET languages to have multiple inheritance. It is arguable that why we would ever need multiple inheritance. I think it is the same paradox [...]
-
Eclipse Reference Project Management with Maven
Posted: 20 Jul 2008 at 01:50 by Can
I was using Eclipse for one for the previous projects as a development environment. It has some powerful features. But I have to say not as powerful as Visual Studio. Anyway since it is possibly the best IDE for Java development it was my choice on the day of implementation. The project that I was [
-
Eclipse Reference Project Management with Maven
Posted: 20 Jul 2008 at 01:50 by Can
I was using Eclipse for one for the previous projects as a development environment. It has some powerful features. But I have to say not as powerful as Visual Studio. Anyway since it is possibly the best IDE for Java development it was my choice on the day of implementation. The project that I was [
-
Eclipse Reference Project Management with Maven
Posted: 20 Jul 2008 at 01:50 by Can
I was using Eclipse for one for the previous projects as a development environment. It has some powerful features. But I have to say not as powerful as Visual Studio. Anyway since it is possibly the best IDE for Java development it was my choice on the day of implementation. The project that I was [
-
Next Generation Cryptography (CNG) for .NET
Posted: 20 Jul 2008 at 01:23 by Can
Last year, Windows Kernel team released a new cryptography libraries called Next Generation Cryptography (CNG). Although it is only available on Windows Vista and Windows Server 2008 kernels so far, I think it is going to replace the CAPICOM with its powerful new implementations. I quite liked the n
-
Next Generation Cryptography (CNG) for .NET
Posted: 20 Jul 2008 at 01:23 by Can
Last year, Windows Kernel team released a new cryptography libraries called Next Generation Cryptography (CNG). Although it is only available on Windows Vista and Windows Server 2008 kernels so far, I think it is going to replace the CAPICOM with its powerful new implementations. I quite liked the n
-
Next Generation Cryptography (CNG) for .NET
Posted: 20 Jul 2008 at 01:23 by Can
Last year, Windows Kernel team released a new cryptography libraries called Next Generation Cryptography (CNG). Although it is only available on Windows Vista and Windows Server 2008 kernels so far, I think it is going to replace the CAPICOM with its powerful new implementations. I quite liked the n
-
Eclipse Reference Project Management with Maven
Posted: 20 Jul 2008 at 00:50 by Can
I was using Eclipse for one for the previous projects as a development environment. It has some powerful features. But I have to say not as powerful as Visual Studio. Anyway since it is possibly the best IDE for Java development it was my choice on the day of implementation. The project that I was [...]
-
Recent Titles - Common Lisp ebook for free
Posted: 20 Jul 2008 at 00:43 by Can
I was thinking of reading a Lisp book. I checked the titles and decided to buy, luckily, it’s freely provided in the Apress’ Practical Common Lisp page. I doubt that it is done by mistake, because the e-book price is also indicated but anyway there is a free link to download it.
-
Recent Titles - Common Lisp ebook for free
Posted: 20 Jul 2008 at 00:43 by Can
I was thinking of reading a Lisp book. I checked the titles and decided to buy, luckily, it’s freely provided in the Apress’ Practical Common Lisp page. I doubt that it is done by mistake, because the e-book price is also indicated but anyway there is a free link to download it.
-
Recent Titles - Common Lisp ebook for free
Posted: 20 Jul 2008 at 00:43 by Can
I was thinking of reading a Lisp book. I checked the titles and decided to buy, luckily, it’s freely provided in the Apress’ Practical Common Lisp page. I doubt that it is done by mistake, because the e-book price is also indicated but anyway there is a free link to download it.
-
Next Generation Cryptography (CNG) for .NET
Posted: 20 Jul 2008 at 00:23 by Can
Last year, Windows Kernel team released a new cryptography libraries called Next Generation Cryptography (CNG). Although it is only available on Windows Vista and Windows Server 2008 kernels so far, I think it is going to replace the CAPICOM with its powerful new implementations. I quite liked the new CNG libraries as it gets over some [...]
-
Recent Titles - Common Lisp ebook for free
Posted: 19 Jul 2008 at 23:43 by Can
I was thinking of reading a Lisp book. I checked the titles and decided to buy, luckily, it’s freely provided in the Apress’ Practical Common Lisp page. I doubt that it is done by mistake, because the e-book price is also indicated but anyway there is a free link to download it.
-
String Stream for .NET
Posted: 09 Apr 2008 at 02:11 by Can
I was working with C++ Standard Template Library (STL) library and when using the StringStream class I felt like we need this for .NET Yes we have a great class StringBuilder but we can’t use it as a Stream (because it is not). Most of the cryptographic classes works with the stream object. I
-
String Stream for .NET
Posted: 09 Apr 2008 at 02:11 by Can
I was working with C++ Standard Template Library (STL) library and when using the StringStream class I felt like we need this for .NET Yes we have a great class StringBuilder but we can’t use it as a Stream (because it is not). Most of the cryptographic classes works with the stream object. I
-
String Stream for .NET
Posted: 09 Apr 2008 at 02:11 by Can
I was working with C++ Standard Template Library (STL) library and when using the StringStream class I felt like we need this for .NET Yes we have a great class StringBuilder but we can’t use it as a Stream (because it is not). Most of the cryptographic classes works with the stream object. I
-
String Stream for .NET
Posted: 09 Apr 2008 at 01:11 by Can
I was working with C++ Standard Template Library (STL) library and when using the StringStream class I felt like we need this for .NET Yes we have a great class StringBuilder but we can’t use it as a Stream (because it is not). Most of the cryptographic classes works with the stream object. I [...]
-
My Visual Studio Color Scheme, Friendly IDE
Posted: 09 Mar 2008 at 18:26 by Can
After reading interesting posts about the fonts and colors in Visual Studio, I gave a try to some of them. Because I work quite a lot with Visual Studio, I realized that it is actually very important for the eyes and for productivity. Unfortunately none of the themes have pleased my friendly IDE con
-
My Visual Studio Color Scheme, Friendly IDE
Posted: 09 Mar 2008 at 18:26 by Can
After reading interesting posts about the fonts and colors in Visual Studio, I gave a try to some of them. Because I work quite a lot with Visual Studio, I realized that it is actually very important for the eyes and for productivity. Unfortunately none of the themes have pleased my friendly IDE con
Events coming up
-
Mar
15
DevWeek 2010
London, United Kingdom
DevWeek is Europe’s leading independent conference for software developers, database professionals and IT architects, and features expert speakers on a wide range of topics, including .NET 4.0, Silverlight 3, WCF 4, Visual Studio 2010, REST, Windows Workflow 4, Thread Synchronization, ASP.NET 4.0, SQL Server 2008 R2, LINQ, Unit Testing, CLR & C# 4.0, .NET Patterns, WPF 4, F#, Windows Azure, ADO.NET, Entity Framework, Debugging, T-SQL Tips & Tricks, and more.
Related blogs
-
Gary Pretty
Blog about software development, including C#, ASP.Net, Expression Web and Visual Studio. I am a software developer working for Experian as well as several years of freelance web design experience.
-
Adam Tibi on ASP.NET, C# & SEO
Adam Tibi's Blog, a UK software consultant, sharing his experience on latest technology trends and practices including ASP.NET, C# & SEO.
-
Robert Shelton's blog
SharePoint and .NET Development resources, including workshops and video tutorials, as well as other thing based on Microsoft Developer technologies.
Related podcasts
-
jQuery in ASP.NET
In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, Scott Koon, and Steven Harman discuss Microsoft's jQuery in ASP.NET announcement.This episode of the Alt.NET Podcast is brought to you by LLBLGen Pro, the most mature O/R mapper and code generator out there.Are you loo...