Browse by Tags

All Tags » .NET (RSS)

Does Web Services Message Provide Reliability? by nawaf.albadia

Web Service uses HTTP protocol as a communication channel, HTTP also uses TCP/IP protocol. The whole purpose of TCP is to be able to transfer data reliably and so it employs acknowledgements and sliding window mechanisms to guarantee the delivery of the...
Filed under: , ,

Display a Nice Error Popup Window - Extended by nawaf.albadia

Last time I blogged about how to display a nice error message to the user using only one line of declarative code. Today I want to show you how to extend that. Usually when you develop a Website you need to deal with exception either system or application...
Filed under: , , ,

Display a Nice Error Popup Window by nawaf.albadia

I always hated web sites that show Javascript alert message to tell the user about an error. Doing so make me feel that I'm in front of desktop application and not a web app. May be the alternative is to have an error page where you redirect the user...
Filed under: , , ,

SyntaxHighlighter Plug-in for Tinymce 3.X WYSIWYG Editor by nawaf227

SyntaxHighlighter Plug-in for Tinymce 3.X is ready now. I don’t know why tinymce development team had to change the way of writing plug-in for the tinymce, they say it’s more modular. What bothered me really is that there is no backward compatibility...
Filed under: , ,

Run CMD / Java application using C# by nawaf227

Few days ago I needed to write a piece of code to call ANT file that builds some java files using the following CMD command ant –f build.xml. The process is rather straight forward task. Use System.Diagnostics.Process that’s all, Easy. To get the output...
Filed under: , ,

Oracle to buy BEA for $8.5 billion – How .NET community perceives that - Updated by nawaf227

Today BEA Corporation announced that Oracle acquired the company's shares for $8.5 billion. That's a big money. BEA makes middleware applications. Weblogic Server is its strongest mainstream product. Aqualogic BPM (ESB) comes second which supports .NET...
Filed under: ,

NFA with Lambda Transition by nawaf227

This semester I have a course about Automata, Formal Languages and Computability. It didn’t sound a good course for me at the beginning, but I after a while, I wished if I had this course before I did Compiler course back when I was doing my BCs. It was...
Filed under: , ,

Sending Email in C# (Sync/Async, Multiple recipients, Attachments, etc). by nawaf227

This might seems a naive post about sending email, especially when there are hundreds of posts out there. However, most of these posts don't show a complete or comprehensive example for the beginners on how to send email with more options. I'm sure when...
Filed under: , ,
More Posts