by Davin Mickelson | May 15, 2014 | .NET, ASP.NET, C#, From The Field, Visual Basic, Visual Studio
Greetings! I decided to make a simple blog post about NuGet because I feel Microsoft hasn’t been extremely clear defining the two main ways that developers use it with Visual Studio. Starting with Visual Studio 2010, Microsoft created NuGet as a new deployment utility...
by Rich Franzmeier | Apr 27, 2014 | .NET, ASP.NET, Web Development
Selecting Multiple Items using Select2 in MVC 5 Select2 is honestly one of the nicest jQuery libraries available for web site development. It gives the web developer a lot of power in creating select boxes. You can read about it on the GitHub site. My purpose in...
by Rich Franzmeier | Nov 7, 2013 | .NET, ASP.NET, Web Development
Recently, as part of my current project, I needed to open up a new browser window with HTML from an ASP.NET MVC PartialView. As I looked online for examples on how to do this, most of the samples used the windows.open command with a well-known web site’s URL...
by Davin Mickelson | Sep 9, 2013 | .NET, ASP.NET, C#, Web Development
As many ASP.NET developers abandon classic ASP.NET Forms for ASP.NET MVC, Microsoft continues to improve the functionality of the ASP.NET Forms architecture. For example, ASP.NET 4.0 introduced the ClientIDMode attribute to all web controls, giving us much more...