Saturday, July 31, 2010
WELCOME TO BMRTECHNOLGY
Minimize

If you are looking to make your business more efficient, profitable, manageable through the use of technology, you've come to the right place. BMRTECHNOLGY has the experience in merging technology solutions with business needs. We understand that business comes first and technology can be used as a tool to serve the business.  

If you are looking for help with any with the following:

  • Web Site, Web Application Development
  • Email or Mobile Support / Integration
  • Database Intensive Systems
  • Project Management of technical development and integration projects
  • System Design, Assessment
  • Research into available and emerging technologies that will make your business better
Print  
BMR Blog
Minimize

Parallel Programming with 1 Line of Code.
Well maybe not 1 line of code but the new Parallel library in .NET 4.0 makes it dead simple to write parallel processes in our code.  Seriously, this new library is really cool and offers tons of new possibilities.  The main thing that I like about the library is it makes it so easy to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianmrush.wordpress.com&blog=6334905&post=169&subd=brianmrush&ref=&feed=1" />

WebRequest and SSL and forcibly closed by the remote host
Ever run into this Exception when trying to call a service via https? Here is some boiler plate code to call the the service via a webrequest var request = (HttpWebRequest)HttpWebRequest.Create(uri); if (Settings.Credentials != null) request.Credentials = Settings.Credentials; var response = (HttpWebResponse)request.GetResponse(); if (response.StatusCode != HttpStatusCode.OK) throw new WebException("Web Request to '" + uri + [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianmrush.wordpress.com&blog=6334905&post=164&subd=brianmrush&ref=&feed=1" />

Post JSON to WCF service via JQuery
Real nice and concise article on how to post JSON object to a WCF service. http://www.primordialcode.com/index.php/2010/01/27/passing-json-serialized-objects-wcf-service-jquery/#comments<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianmrush.wordpress.com&blog=6334905&post=162&subd=brianmrush&ref=&feed=1" />

SubSonic T4 Templates / Stored Procedures / Nullable Parameters
One thing I noticed recently when working with Subsonic 3.0 and the T4 templates was that there was no way to detect if a stored procedure has nullable parameters.  After a bit of research I found this msdn article that explains: &#8220;SQL Server only maintains default values for CLR objects in this catalog view; therefore, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianmrush.wordpress.com&blog=6334905&post=131&subd=brianmrush&ref=&feed=1" />

SubSonic and T4 Templates
Recently I have been using Subsonic 3.0 for a project. I really like this tool because I think it does just what it claims to do, namely generate a DAL layer. Granted the NHibernates / Entity Frameworks of the world may have more bells and whistles but sometimes those features really are not necessary. (I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianmrush.wordpress.com&blog=6334905&post=106&subd=brianmrush&ref=&feed=1" />

Manage Multiple Config Files in Visual Studio
This post is a quick tip on how to manage multiple app.config or web.config files in Visual Studio. Consider the typical development environment for a project where we have development / QA / Production. Each environment has its own database and other settings. We need a way to be able to run the app but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianmrush.wordpress.com&blog=6334905&post=99&subd=brianmrush&ref=&feed=1" />

JQuery UI and CDN
Stumbled across this this article recently. Apparently Google is not only hosting the JQuery libraries but now also the JQuery UI libraries and CSS files. http://encosia.com/2009/10/11/do-you-know-about-this-undocumented-google-cdn-feature/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianmrush.wordpress.com&blog=6334905&post=93&subd=brianmrush&ref=&feed=1" />

SQL – The Constant in a Changing World
I was recently reading Sam Gentile&#8217;s Blog focusing on data. http://samgentile.com/Web/linq/focusing-on-data-ndash-try-3/ This got me to thinking&#8230; SQL seems to be the one constant in an ever evolving technology space. I have seen and used all sorts of languages over my career. The languages all had features that seemed to &#8220;wrap&#8221; SQL. Similarly we see frameworks [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianmrush.wordpress.com&blog=6334905&post=86&subd=brianmrush&ref=&feed=1" />

HTTP Request LifeCyle
Someone asked me the other day. &#8220;What the heck happens after I type in a web address in my browser and hit submit?&#8221; My initial thought was &#8220;yeah, good question&#8221;. We take this for granted so much; It is so common place that we forget about all the details under the hood. Kind of like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianmrush.wordpress.com&blog=6334905&post=82&subd=brianmrush&ref=&feed=1" />

WPF vs. WPF XBAP vs. Silverlight vs. ASP.NET MVC
A nice small comparison of when to use WPF / WPF XBAP / Silverlight / ASP.NET WPF vs WPF XBAP vs Silverlight Shared via AddThis<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianmrush.wordpress.com&blog=6334905&post=80&subd=brianmrush&ref=&feed=1" />
Print  
SERVICES
Minimize

Software Development

BMR TECHNOLOGY can provide service to all stages of the software development lifecycle Read More

Project Management

Providing various levels of project management for development and integration projects related to technology Read More
Print  
LATEST NEWS
Minimize

 

JQuery and Partial Views ASP.NET MVC
Read More

Combine/Compress/Minify CSS and JS in ASP.NET MVC
Read More

 

Print  
Privacy Statement  |  Terms Of Use
Copyright 2009 by BMRTECHNOLOGY