Bags
Name: Bags
Score: 1,308.06
Last Seen: 807 days, 14 hours, 21 minutes ago
Member Since: 11 February, 2009
DotNetShoutout
atom rss
11
Shouts

Error Handling and CustomErrors and MVC3, oh my!

published 807 days, 16 hours, 44 minutes ago posted by tduponttdupont 812 days, 20 hours, 8 minutes ago
Sunday, March 06, 2011 11:00:47 PM GMT Tuesday, March 01, 2011 7:37:27 PM GMT
You can now handle errors inside of the MVC pipeline. The new MVC3 GlobalFilters and HandleErrorAttributes give you direct programmatic control of handling your 500 errors in the same way that ASP.NET and CustomErrors give you configurable control of handling your HTTP error codes. Think of it as a routing table specifically for your Exceptions, it's pretty sweet! (more)
category: Web Dev | clicked: 6 | comment | | source: community.codesmithtools.com
tags: MVC3, error handling, CustomErrors
6
Shouts

ASP.NET MVC 3 w/ Razor Infrastructure Template « Composite Code

published 807 days, 16 hours, 44 minutes ago posted by http://compositecode.com/http://compositecode.com/ 813 days, 12 hours, 17 minutes ago
Sunday, March 06, 2011 11:00:47 PM GMT Tuesday, March 01, 2011 3:27:47 AM GMT
I decided, after poking around with Visual Studio 2010 Templates tonight, to publish a baseline infrastructure using ASP.NET MVC 3 w/ Razor, Entity Framework, and other elements using the .NET stack.  So far I’ve only got some skeleton code put together for the infrastructure project and posted it to m... (more)
category: Architecture | clicked: 0 | 1 comment | | source: compositecode.com
tags: ASP.NET MVC 3, Visual Studio 2010, Template
7
Shouts

Getting Free and Total Memory Details (Windows / C#)

published 806 days, 21 hours, 13 minutes ago posted by BlackWaspBlackWasp 808 days, 21 hours, 57 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Saturday, March 05, 2011 5:47:42 PM GMT
Some software monitors the amount of physical or virtual memory that is available to the operating system, or obtains this information before attempting processes that will use large amounts of RAM. Total and available memory can be read using WMI. (more)
category: How To | clicked: 1 | 2 comments | | source: www.blackwasp.co.uk
tags: C#, WMI
6
Shouts

Data Access Choices For WebMatrix

published 807 days, 16 hours, 44 minutes ago posted by MikesdotnettingMikesdotnetting 808 days, 16 hours, 49 minutes ago
Sunday, March 06, 2011 11:00:47 PM GMT Saturday, March 05, 2011 10:56:26 PM GMT
Data Access Choices For WebMatrix   When WebMatrix was originally launched, it spurred a lot of activity from people who do not like seeing raw SQL statements in code files, or who percieved a problem working with dynamic objects. Some of these poeple threw their hands up in horror and tweeted or blogged their displeasure, while others felt the urge to do something about the "problem" as they saw it, and a number of open source data access projects have resulted. I've had a quick look at three proj... (more)
category: Web Dev | clicked: 4 | 2 comments | | source: www.mikesdotnetting.com
tags: ASP.NET Web Pages, WebMatrix
16
Shouts

Automating Deployment with Microsoft Web Deploy - Scott Guthrie

published 975 days, 3 hours, 14 minutes ago posted by jantujantu 980 days, 22 hours, 17 minutes ago
Monday, September 20, 2010 12:31:05 PM GMT Tuesday, September 14, 2010 5:28:10 PM GMT
This is the twenty-eighth in a series of blog posts I’m doing on the VS 2010 and .NET 4 release.This blog post continues a series of posts I’m doing that cover the new improvements we made around web deployment.  In my first post in the deployment series I provided an overview of the new VS 2010 Web Deployment features.In today’s post I’m going to be discussing Microsoft Web Deploy – which is a free server technology that enables a comprehensive publishing and deployment mechanism.Web Deploy enable... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, IIS7, Visual Studio, ASP.NET
5
Shouts

Small sample of using Code Contracts

published 975 days, 3 hours, 14 minutes ago posted by http://outcoldman.ru/openidhttp://outcoldman.ru/openid 975 days, 22 hours, 36 minutes ago
Monday, September 20, 2010 12:31:05 PM GMT Sunday, September 19, 2010 5:08:54 PM GMT
I had read about Code Contracts long time ago, but I didn’t see a reason to use contract instead of simple tests and argument's check with Exception's throws. Only now I’m trying to use them at real project. I didn’t see why I need to write:Contract.Requires (more)
category: Architecture | clicked: 1 | comment | | source: outcoldman.ru
tags: .NET, C#, WPF, Code Contract, ReSharper
4
Shouts

Fear, uncertainty and and the padding oracle exploit in ASP.NET

published 975 days, 3 hours, 14 minutes ago posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 976 days, 4 hours, 3 minutes ago
Monday, September 20, 2010 12:31:05 PM GMT Sunday, September 19, 2010 11:41:45 AM GMT
Here’s a good look at what the padding oracle exploit does to ASP.NET apps and how Scott Guthrie’s mitigation guidance makes good sense. If you’re responsible for an ASP.NET web app, this affects YOU. (more)
category: Web Dev | clicked: 0 | comment | | source: www.troyhunt.com
tags: .NET, Security
4
Shouts

Generic approach to access WCF Data Services

published 975 days, 3 hours, 14 minutes ago posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 975 days, 8 hours, 5 minutes ago
Monday, September 20, 2010 12:31:05 PM GMT Monday, September 20, 2010 7:39:49 AM GMT
WCF Data Services allows to publish your data very fast and easy. If you use Visual Studio to create the client which consumes the services, you just can have to click "add service reference" and you have the classes you need to work with the service are generated. But what if you have a bunch of services which all follows the same convention and you want to access them in a generic way? (more)
category: How To | clicked: 3 | comment | | source: www.mbaldinger.com
tags: .NET, WCF Data Services
14
Shouts

Important: ASP.NET Security Vulnerability - Scott Guthrie

published 975 days, 3 hours, 14 minutes ago posted by jantujantu 977 days, 1 minute ago
Monday, September 20, 2010 12:31:05 PM GMT Saturday, September 18, 2010 3:43:34 PM GMT
A few hours ago we released a Microsoft Security Advisory about a security vulnerability in ASP.NET.  This vulnerability exists in all versions of ASP.NET. This vulnerability was publically disclosed late Friday at a security conference.  We recommend that all customers immediately apply a workaround (described below) to prevent attackers from using this vulnerability against your ASP.NET applications.What does the vulnerability enable? An attacker using this vulnerability can request and download file... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET
6
Shouts

extending DateTime object with static class

published 974 days, 3 hours, 38 minutes ago posted by eugeneKeugeneK 979 days, 4 hours, 38 minutes ago
Tuesday, September 21, 2010 12:06:57 PM GMT Thursday, September 16, 2010 11:06:37 AM GMT
In this arti­cle you will learn how to use date object for­mat­ting, how to name meth­ods, how to refac­tor meth­ods and rea­sons behind this. (more)
category: Web Dev | clicked: 0 | comment | | source: ekdd.co.il
16
Shouts

How to Stop Growing Log File Too Big

published 974 days, 3 hours, 38 minutes ago posted by pinaldavepinaldave 975 days, 7 hours, 40 minutes ago
Tuesday, September 21, 2010 12:06:57 PM GMT Monday, September 20, 2010 8:05:03 AM GMT
A Simple Solution to Ancient Problem (more)
category: Data | clicked: 2 | comment | | source: blog.sqlauthority.com
tags: SQL, SQLServer, pinaldave, SQLAuthority
10
Shouts

MVVM (Model-View-ViewModel) design pattern

published 972 days, 20 hours, 55 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 975 days, 5 hours, 41 minutes ago
Wednesday, September 22, 2010 6:49:45 PM GMT Monday, September 20, 2010 10:04:31 AM GMT
Model-View-ViewModel  is a way of creating client applications that leverages core features of the WPF platform, allows for simple unit testing of application functionality, and helps developers and designers work together with less technical difficulties. The classes in the MVVM Foundation are time-tested tools in the toolbox of many WPF developers around the world. Now they all live in one convenient project. MvvmFoundation.Wpf. (more)
category: Metro | clicked: 7 | comment | | source: blog.agafonov.net.ua
tags: mvvm silverlight, MVVM Light Toolkit Messenger V2, MVVM Light Toolkit, Model View View Model, MVVM
10
Shouts

An object mapper facade (for automapper)

published 972 days, 20 hours, 55 minutes ago posted by http://fodonnel.wordpress.com/http://fodonnel.wordpress.com/ 975 days, 3 hours, 38 minutes ago
Wednesday, September 22, 2010 6:49:45 PM GMT Monday, September 20, 2010 12:07:04 PM GMT
Even though automapper is currently the only player in town when it comes to Object Mappers, there is still benefits to coding against a facade rather that directly against the automappers classes. The facade I am suggesting only deals with the mapping side, which means that the configuration side (creating the mapping) is still framework dependant. (more)
category: Architecture | clicked: 17 | comment | | source: fodonnel.wordpress.com
tags: AutoMapper
11
Shouts

MVC 3's IValidatableObject

published 972 days, 20 hours, 55 minutes ago posted by http://morder.myopenid.com/http://morder.myopenid.com/ 974 days, 22 hours, 29 minutes ago
Wednesday, September 22, 2010 6:49:45 PM GMT Monday, September 20, 2010 5:15:35 PM GMT
I’ve come across a couple ways to do validation in MVC. My favorite is the IvalidatableObject method. It’s fairly simple to setup. (more)
category: Architecture | clicked: 1 | comment | | source: buildstarted.com
tags: MVC3, C#
14
Shouts

Anonymous View Models in ASP.NET MVC Using Dynamics

published 971 days, 20 hours, 56 minutes ago posted by gshacklesgshackles 975 days, 2 hours, 34 minutes ago
Thursday, September 23, 2010 6:48:59 PM GMT Monday, September 20, 2010 1:11:23 PM GMT
A look at some of the limitations of anonymous classes in .NET, and the solutions available for using them as view models in ASP.NET MVC. (more)
category: Web Dev | clicked: 2 | comment | | source: www.gregshackles.com
tags: Dynamics, .Net 4.0, MVC, ASP.NET
12
Shouts

Solid ASP.NET MVC applications recommendations

published 972 days, 20 hours, 55 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 975 days, 2 hours, 24 minutes ago
Wednesday, September 22, 2010 6:49:45 PM GMT Monday, September 20, 2010 1:21:28 PM GMT
Coding guidelines aimed at helping the ASP.NET MVC developer create solid applications. Of course, it's up to you as the developer to decide which of these guidelines are appropriate for your application. Mode, View, Controller, Perfomance and testing recommendations can show best practices for any developer that using ASP.NET MVC 2 or ASP.NET MVC 3. (more)
category: Web Dev | clicked: 12 | comment | | source: blog.agafonov.net.ua
tags: ASP.NET MVC 3, ASP.NET MVC, Best Practices, SOLID Principle, SOLID Principles, ASP.NET
8
Shouts

Visual Studio VB 2010 Enhancements

published 1032 days, 22 hours, 34 minutes ago posted by himanethimanet 1035 days, 12 minutes ago
Saturday, July 24, 2010 5:11:12 PM GMT Thursday, July 22, 2010 3:33:05 PM GMT
Av rating: Total votes: 42 Total comments: 11  send to a friend  printer friendly version Visual Studio VB 2010 Enhancements14 July 2010by Hima Bindu Vejella The latest evolution of VB in Visual Studio will bring with it a bundle of C# functionality, nudging the two languages even closer together. To ensure we're ready to make the most of these enhancements, Hima Vejella takes us through each new feature.Introduction The constant debate between C# and VB developers over ... (more)
category: Web Dev | clicked: 0 | comment | | source: www.simple-talk.com
tags: VS2010, VS2010 Language enhancements
4
Shouts

How to Partition Table (a Non-Partitioned Table) using T-SQL in SQL Server 2008

published 1032 days, 22 hours, 34 minutes ago posted by eralpereralper 1034 days, 5 hours, 11 minutes ago
Saturday, July 24, 2010 5:11:12 PM GMT Friday, July 23, 2010 10:33:45 AM GMT
How to Partition Table (a Non-Partitioned Table) using T-SQL in SQL Server 2008 "Can we partition existing table in SQL Server ?", or "How can we add partitioning to a non partitioned table ?" are frequently asked questions about sql partitioning and partitioned tables in MS SQL Server among t-sql developers and SQL Server professionals. Especially partitioning non-partitioned tables may become a difficult task to partition an already existing table if it contains a lot of data and has many constraint... (more)
category: Data | clicked: 2 | comment | | source: www.kodyaz.com
tags: partition, SQL Server 2008, SqlServer 2008, SQL, T-SQL
6
Shouts

MSDN: Double the Azure - Somasegar's WebLog

published 1032 days, 22 hours, 34 minutes ago posted by rajuraju 1034 days, 4 hours, 56 minutes ago
Saturday, July 24, 2010 5:11:12 PM GMT Friday, July 23, 2010 10:49:16 AM GMT
Today we are announcing that we are doubling the initial Windows Azure benefits to MSDN subscribers by extending the offer from eight months to 16 months. Windows Azure is a is a flexible cloud-computing platform that provides developers with on-demand compute and storage to host, scale, and manage web applications on the internet through Microsoft datacenters. (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows Azure, MSDN
7
Shouts

LINQ Query Pane in VistaDB 4.1

published 1032 days, 22 hours, 34 minutes ago posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 1033 days, 19 hours, 59 minutes ago
Saturday, July 24, 2010 5:11:12 PM GMT Friday, July 23, 2010 7:46:32 PM GMT
There is a new pane in the Data Builder for VistaDB 4.1.  The LINQ query pane is a very handy way to build and test LINQ queries against a simple Entity Framework model.  First understand that this pane is a work in progress.  It was designed to be an easy way to write LINQ queries (similar to LINQPad) for your VistaDB database.  The feature is of limited usefulness since the model cannot be customized at generation, or loaded from your own assembly.  But this is where we were with the feature when we ha... (more)
category: Data | clicked: 26 | comment | | source: infinitecodex.com
tags: VistaDB, Linq
Previous 1 2 3 4 5 6 7 8 9 10 Next