10 tools for ASP.NET
I found this interesting from Stephen Walther:10 Essential Tools for building ASP.NET Websites
Now whenever starting a new website, i will prefer to this article.
Short summary:
Software Developer, Architect, and Personal Development
Contains all posts related to any kind of technical stuff. There might be sub-categories if required. However, should use tag instead
I found this interesting from Stephen Walther:10 Essential Tools for building ASP.NET Websites
Now whenever starting a new website, i will prefer to this article.
Short summary:
I have been coding for 5 years; mostly in web-based applications. And i work on serial programming; sometimes with a bit parallel: asynchronous model. Honestly speaking, my experience with multithreaded, parallel is zero. Which is bad 🙁 I know for sure what the multi threading programming is; in a basic level of awareness. That is quite a poor story of 5 year-experienced developer.
For the past couple of days; maybe a week; i decided to take a deeper look at the topic: Multi threading, parallel programming. Having googling “Multi threading, parallel programming Google gave me thousands of links. Picked up some, read some on MSDN. And i got loss 🙁 I found some links about parallel programming in new .NET 4.0. There are books about it. Reading one of them, and again i got loss twice 🙁
OK then i realized that i had no basic knowledge about it. So how can i read the API in .NET 4.0? Impossible! Even though i can use them, i cannot get them in mind. I decided: back to the basic. I got this book: Art of Concurrency. I scheduled for a future post about the review of the book. At first impression, it is really useful.
Here is my approach for overcoming Parallel Programming:
As many other programming tools, techniques, what i really care about are:
Updated:
A sort comment about the Art of Concurrency. Honestly i cannot finish the book all 🙁 There are so many useful theories and examples. However my purpose is to get the idea of the Concurrency, Parallel. The first 4 chapters satisfy my needs. For me it is enough to move on with specific code in .NET framework.
Yesterday, my colleague introduced my this tool: Xobni. It is a tool to manage your inbox. For each contact, when you click on an email sent to you, it will show detail of:
For all its functionalities, please go to the website:Xobni. You can get a free version for the basic functionalities.
After installed, it takes a few minutes to index all your inbox; including all folder in your mail box. The indexing also tells you who is the most active contact with your; ranking you contact based on the number of mails you got from that contact. The indexing service is running all the background; therefore it does not block your outlook while indexing next time.
Check it out yourself if you are using outlook for everyday email-conversation.
With the coming out of Coolite v 1.0, download here , my company purchased 5 pro + premium support licenses, i decided to use its help for the first time. Really cool and fast! i posted question and immediately got reply.
I have been working with Coolite for nearly a year. Honestly, it is super cool component to build desktop-like web application. If you are tired of HTML + JavaScript to build a website then it is there for your side.
Having looked for Rhino Queues articles and examples, i stopped by this article:Building Distributed Apps with NHibernate and Rhino Service Bus. I read it before but i could not remember anything. I decided to read it again even though it is not much related to the topic i was looking for: Rhino Queues.
It is so good. Especially the way the author thinks before starting an application. He put so many thoughts, consideration. It is called Architect Design; at least i call it. You should read the article.
Then i came up with my coding life, my everyday code. How many times do i really think about those stuffs? And how many developers think about them?
Me? Zero 🙁 poorly admitted.
And now i know it 🙂