Archive for the ‘.Net’ Category.
9th April 2008, 01:11 am
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 […]
9th March 2008, 06:26 pm
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 concept, low […]
25th February 2008, 12:23 am
Introduction
Some people are working to make the meta-programming possible. Some says as language oriented programming or domain specific language, but I prefer in general as meta-programming. For years programming languages supported to generate code with the powerful libraries or developers worked just with string concatenations and external linkers.
Nowadays meta-programming is getting more and more important […]
10th February 2008, 02:28 am
Bloglines is still the only reader that provides an “official API” to make use of their services. I was working on a syndication application and decided to share the .NET Bloglines library that I wrote to use their web services.
Requirements
.NET 3.5 Framework
Quick Reference
public Bloglines(string username, string password) Member of CodingDay.Bloglines
Default constructor, password is optional […]
10th February 2008, 01:07 am
RSS is becoming more and more the face of web. I rarely visit the sites rather visit a bunch of them using an RSS reader. I was working with RSS data and realized how LINQ to XML made easier, elegant and terse to manipulate XML data. Here is a very naive RSS parser from RSS […]
3rd February 2008, 03:39 am
Expert F# is written by Don Syme, Adam Granicz, and Antonio Cisternino. That book is a definite source to learn and to expertise F#. Although I have read most of the draft chapters before, the final book has a lot more and valuable information for every type of developer. It really helped me to delve […]
20th January 2008, 03:44 am
Introduction
For many years, parallel computing is an important area for research in high performance computing. Super computers dominated the industry all the time. However with the cost of obtaining a fast computer and a fast network, cluster computing considered as a good alternative. High Performance Computing market grew rapidly, mainly because of the clusters intensified. […]
Tags:
.Net,
Concurrency,
dll,
Functional Programming,
interop,
mpi,
mpich Category:
Articles,
Concurrency,
Distributed,
F#,
Functional Programming,
Tools |
2 Comments
7th January 2008, 04:08 pm
Power of Functional Programming
Functional programming is one the oldest of major programming paradigms. Functional languages have been with us for a while. Languages like Lisp, Scheme, ML, OCaml, Haskell, Erlang and F# have well built compilers and tools and large user and development communities. However, the early success of the imperative programming languages made the […]
Tags:
continuation,
domain specific language,
dsl,
erlang,
F#,
features,
Fun,
functional,
Functional Programming,
future,
lambda,
lisp,
ml,
monad,
object oriented,
ocaml,
paradigm,
polymorphic,
programming,
recusion Category:
Articles,
F#,
Functional Programming |
2 Comments
6th January 2008, 04:13 am
The other day, I was struggling with my playlist on itunes. As you may know iTunes doesn’t have the notion of the folder structure of your mp3s. So if you do organise your music in folders you won’t have them in iTunes. I decided to write a script using the iTunes COM SDK for doing […]
Tags:
com,
folder,
fs,
fsharp,
ipod,
itunes,
mp3,
organizer,
plugin,
sdk Category:
F#,
javascript |
4 Comments
6th January 2008, 03:55 am
Happy new year to everyone! 2007 has been a great year for me. 2008 didn’t start bad either, I hope to start a new project in a week or so which I’m really excited about it.
I wish you a great new year with lots of fun and happiness. I hope a lot more positive […]