You are browsing the archive for vb.net.

by Editor

Windows 7 Safety Tips

April 26, 2012 in Articles, News, Reference

The introduction of Microsoft’s Windows 7 operating system meant many new features for its users in the way of both functionality and security. With Windows 8 on the horizon, Microsoft customers can expect even more improvements, including integrated security features to help provide a solid barrier against malware and other malicious creations that have made their way into the tech landscape. The Windows 8 release is still not here, however, so many running Windows 7 will have to wait for such enhancements. That is no excuse for security lapses though, as there are many steps you can take…

by Editor

Windows Azure Media Services Launched by Microsoft

April 24, 2012 in Articles, News, Reference

Based on Microsoft’s Windows Azure cloud, Windows Azure Media Services was created to supply content providers and media partners with cloud capabilities to accommodate and transform massive volumes of digital media into desired formats that customers can access on an on-demand basis. The service also simplifies the process of creating, managing, and delivering media to devices through the use of first-party and third-party media technologies. Numerous third-party technologies from media partners have been integrated to fall beneath the Windows Azure Media Services umbrella. For example, Asp…

by Editor

Create a great mobile experience for your website today. Please.

April 23, 2012 in Articles, ASP.NET, News, Reference

People are fascinating with making mobile web sites. It's amazing that we're not impressed with the fact we carry tiny supercomputers in our pockets but we're amazed when a website looks decent on our phones. There's a few directions you can go when going mobile for your site, and the key is finding balance. You can: Do nothing. Your site will probably work on a mobile device but each day it will look worse and worse to a discerning public with increasing expectations. Use Adaptive/Responsive Design. This is my favorite option. If your site is read-mostly (rather than a data-entry application) you can get a great experience on all devices by adaptively rendering your site based on screen-size. If you're focused on performance…(read more)

by Editor

Recent ASP.NET Web API Updates – April 24

April 23, 2012 in Articles, ASP.NET, News, Reference

Here’s a few updates coming your way in ASP.NET Web API. The code has been checked into our CodePlex source code repository but haven’t yet been released as part of our official installer . Think of this as a sneak-peak for you to try out and comment on as part of our source code repository (see Getting Started With ASP.NET Web Stack Source on CodePlex for details). Cookie Support Until now the HTTP Cookie and Set-Cookie headers were only exposed as raw strings and not structured classes in the HttpRequestMessage and HttpResponseMessage classes. This made it cumbersome and error prone to work with cookies in ASP.NET Web API. To fix this we introduced two new classes called CookieHeaderValue and CookieState that follow the RFC 6265 HTTP State…(read more)

by Editor

How to Create Reports in Microsoft Access 2010

April 23, 2012 in Articles, News, Reference

Reports are great ways to present information to parties who want to see relevant data in an organized format that can be easily analyzed. Microsoft Access 2010 allows you to create reports that not only make data more digestible, but also more presentable thanks to their professional look. A report’s function comes from its ability to pull in or extract information from single or multiple tables or queries. It could be considered similar to a query in this sense, but what sets it apart is the way in which it presents the information in an easy to use format that you can define to fit your n…

by Editor

ASP.NET Web API Content Negotiation and Accept-Charset

April 22, 2012 in Articles, ASP.NET, News, Reference

There are several good blogs on content negotiation in ASP.NET Web API (see for example ASP.NET Web API: How content negotiation works? ) describing how to get JSON, XML, and other response formats depending on what you ask for in a request using the Accept HTTP request header field . However, recently we added support for the header Accept-Charset which can be used by the client to indicate which character encoding it prefers the response to be encoded with. Typical encodings are UTF-8 and UTF-16 (and our built-in formatters support those) but the set is extensible to other encodings as well. Note: This is the first in a series of blogs on upcoming features that have been checked into our CodePlex source code repository but haven’t yet been…(read more)

by Editor

Electronics for developers with Netduino Go

April 20, 2012 in Articles, ASP.NET, News, Reference

Wouldn’t it be great if you could build your own stuff? Microcontrollers let you do that, but they usually require dealing with a lot of complexity and unknowns. If you’re a software developer, chances are you don’t really know how to use a capacitor, or how a transistor works, even though it is at the heart of all computers. Well there is a way now to develop awesome hardware projects without knowledge of electronics, just by connecting modules together. Netduino Go is a platform that allows for that without constraining the types of projects you can build. Today the number of available modules is still limited (the platform was released only last Wednesday), but it is expected to grow fast. In this post, I’ll introduce you to the platform…(read more)

by Editor

Great Free Course on Building ASP.NET MVC Apps With EF Code First, HTML5 and jQuery

April 20, 2012 in .NET, Articles, ASP.NET, Community News, MVC, News, Reference

Pluralsight has developed a great training course on Building ASP.NET MVC Apps with EF Code First, HTML5 and jQuery .  It is presented by the most excellent Dan Wahlin , and is really comprehensive.  Details of the course outline can be found here . Free 1-Month Subscription to the Course Pluralsight is offering a special promotion that allows you to get a free 1-month subscription to watch the above course as many time as you want at no cost.  There is no obligation to buy anything at the end of the offer and you don’t need to supply a credit card in order to take part in it. To get access to the course you simply follow @pluralsight on Twitter and then visit this page and enter your Twitter name using the form on it.  Pluralsight…(read more)

by Editor

Single Page Application and why is it becoming more and more popular

April 19, 2012 in Articles, News, Reference

One of the key trends becoming more and more popular is the Single Page Application Framework and building applications that behave as native applications running on the machine. SPA’s have been tried and tested for a while now and with libraries like Knockout.js, Backbone.js becoming more and more capable, it becomes feasible to create SPA’s. What is an SPA? I can describe in length but falling in line with DRY principle, here is the Wiki Link http://en.wikipedia.org/wiki/Single-page_application But in short, it is a framework that builds highly responsive web applications that don’t infuse post backs and page reload. I can almost hear you say. “Wait!! Isn’t that what AJAX and XMLHttpRequest promised?” “Can’t I do it with Iframe?” Hence this…(read more)

by Editor

How to Configure Windows Defender

April 17, 2012 in Articles, News, Reference

The existence of spyware and other unwanted irritations on the Web is so widespread that keeping your PC protected is an absolute must. Microsoft responded to this need with the inclusion of its Windows Defender program with Windows 7. Windows Defender does exactly what its name suggests, which is to defend your PC from spyware and other malicious programs. It does this first with real-time protection that notifies you if any spyware tries to run on your computer or if a program tries to change any vital settings in Windows. Windows Defender also helps to keep your computer protected thro…