Home / ASP.NET Weblogs

ASP.NET Weblogs

Posted to:
by
 RicardoPeres 
05-09-2013, 2:56 PM

Entity Framework Code First Fluent Validation

Back to Entity Framework Code First (EFCF) validation. On my previous post I mentioned that EFCF did not support fluent validation. While this is true, it isn’t too hard to implement one such mechanism, which is exactly why I am writing this! I will be...
Posted to:
by
 RicardoPeres 
05-09-2013, 7:40 AM

Entity Framework Code First Validation

Introduction Most persistence frameworks implement some kind of custom validation of entities before they are sent to the database. By custom I mean something more than just “is not null”, “has XX characters”, etc. This typically includes individual properties...
Posted to:
by
 RicardoPeres 
05-09-2013, 6:26 AM

Blogs Portugueses Sobre SharePoint

This post is in portuguese only, sorry! A partir de um comentário no LinkedIn , no grupo da Comunidade Portuguesa de SharePoint ( http://www.linkedin.com/groups?home=&gid=996587&trk=anet_ug_hm ) foi começada uma lista dos blogs de autores portugueses...
Posted to:
by
 jhallal 
05-07-2013, 4:08 PM

System.InvalidOperationException: jsdebug Web Service method name is not valid

If you are getting a 'web service undefined' error when calling a web service from Javascript which is defined inside the ScriptManager tag like so: <asp:ScriptManager ID="ScriptManager1" runat="server"> <Services> <asp:ServiceReference...
Filed under: , ,
Posted to:
by
 RicardoPeres 
05-07-2013, 12:36 PM

Using the Enterprise Library 6 Configuration Console with Visual Studio 2012

You will have to download and run the Configuration Console from http://www.microsoft.com/en-us/download/details.aspx?id=38789 , there is no NuGet package for it. After that, you will get a context menu for each project on the solution for editing the...
Posted to:
by
 thycotic 
05-07-2013, 9:32 AM

Hiring .NET Developers in Washington DC

My company, Thycotic Software is hiring for .NET Developers. http://www.thycotic.com/career_tdddeveloper.html This is a great position - competitive salary, great benefits, awesome developers and fun problems to solve - you will be challenged!
Posted to:
by
 jhallal 
05-07-2013, 7:19 AM

Could not load type System.ServiceModel.Activation.HttpModule

If you install DotNet framework 4.0 on IIS server and then enable .NET 3.0 or 3.5 WCF features, you might see following error when browse your application site made of ASP.NET 4.0 (or run on ASP.NET 4.0 application pool). Could not load type ‘System.ServiceModel...
Filed under:
Posted to:
by
 Jeff 
05-06-2013, 11:32 PM

Building for Web scale is a different skill

There are a lot of things that one can find satisfying about building stuff for the Web. For a lot of people, it's probably just the act of building something cool, pretty and useful. These are certainly things to strive for, but for me, the interesting...
Posted to:
by
 preishuber 
05-06-2013, 1:34 AM

free pop3 for Windows 2012 Server

Our team develops tools for Windows Server. Fifteen years ago we started with a pop3 queuing (popConnect) tool. We offer a free extender for the IIS SMTP Service to support pop3. · You want to provide emails from any source (e.g. IIS, SharePoint, …) for...
Filed under: , ,
Posted to:
by
 RicardoPeres 
05-04-2013, 5:41 PM

Filter Collections Automatically With Entity Framework Code First

Introduction In some O/RMs, it is possible to specify automatic filters for entity collections such as one-to-many or many-to-many. These are applied automatically whenever these collections are being populated. Entity Framework does not offer one such...

« First ... < Previous 5 6 7 8 9 Next > ... Last »