Monday, December 27, 2010

Bin Deploying ASP.NET MVC

How to deploy MVC application: Follow this blog post

Monday, November 22, 2010

Spell checker for Visual Studio

Spell checker for HTML, ASP.NET, JScript, VB, C#, CSS and C++ for Visual Studio 2005 and 2008 Click here

Sunday, May 23, 2010

ASP.NET 4 - Breaking Changes and Stuff to be Aware of

I hope that this links be useful

Tuesday, January 26, 2010

.Net Coding Best Practices

Every one knows that follow the code best practices will prevent time wasting in code maintaining and will reduce the headache that the next developer will have during maintaining code and will improve performance of application.

I do some Google and collect some links for you:

.Net Coding Stranded : click here
ADO.Net Best Practices : Follow this article click here
.Net Performance Best practices : Follow this
click here
ASP.Net Best Practices: Follow this click here , here
, here
Exception Handling : follow this article click here
SQL Server : Follow this click here , here , here

I hope that this links help every one trying to code better.

Sunday, November 22, 2009

Thanks my God, I am not interviewed by Google till now

When i read this ,i shocked i checked the answers ,I surprised .

always before interviews i think that i can answer any question , inside interview and when being under pressure,i found myself so stupid

for example : in one interview , the interviewer asked me "can i access private member of class?" i said that "absolutely not" , after interview i found my self so stupid because i can do it by system.reflection :D

So never mind ....

Monday, November 16, 2009

Viewstate management in ASP.Net 4.0 - Nikolaos Kantzelis' Blog - Talks ASP.NET

I read this article about viewstate management in ASP.net 4 and i want to share it with everyone

find it here:
Viewstate management in ASP.Net 4.0 - Nikolaos Kantzelis' Blog - Talks ASP.NET

Friday, November 6, 2009