Modularizing .NET Training Part 2
In our previous post we introduced the idea of sub-modularizing our training modules. In the course of developing for this blog posting our focus shifted to a bigger picture for this type of training....
View Article.NET File Compression in Memory
File compression is nothing new to .NET. However, in many solutions it requires the developer to establish a file folder which they will write the compressed file to and later read from. This solution...
View ArticleBizTalk- SMTP E-Mail: Compress Attachment in Memory
When trying to send a message via the SMTP adapter in BizTalk we have the option of attaching messages as part of Multi-Part Messages. If the message being attached is too large the message will fail...
View ArticleMobile Site Development becoming as important as Desktop.
In recent years, the boom in mobile devices has caused more and more users to abandon their desktop internet browsers and opt for the ones sitting in their pocket. As a result, nearly 10% of 2011’s...
View ArticleCalling an ASP.Net web service using jQuery and JSON.
Let’s say you have a webpage where you need to call a service but cannot perform a post back. Recently I was on a client engagement where we needed to improve page performance by dynamically loading a...
View ArticleAutomatically log errors with Elmah in ScriptService-WebService calls
If you’ve used Elmah logging in the past then you know it’s a very useful and easy to set up tool in your web applications. However, when we encounter errors in web services we sometimes do not get...
View ArticleIIS Deployment with Sub Applications : Web.Config parent dependency override
Recently when deploying an application out to IIS we had the need to deploy a sub application within the same domain. Essentially, what we were trying to do was make the sub application an extension...
View ArticleTroubleshooting : ‘This type of page not served’
Recently when deploying a site to IIS I got the following error. I tried several troubleshooting options such as checking the IIS mapping configuration to see if the .aspx pages were an accepted page...
View ArticleRemote debugging your deployed code. Visual Studio 2010
Sometimes you can’t run a debugger in a local environment and you have to remotely debug your deployed code. This can be a tricky process and if there is a missed step along the way, can prove to be a...
View ArticleMVC4 Makes it Easier to Create Desktop and Mobile Web Applications
Last year I wrote an article that expressed the importance of developing not only desktop solutions but mobile ones as well. Since then it has become increasingly important to present not only to a...
View Article