|
Posted to:
05-09-2013, 2:56 PM
|
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:
05-09-2013, 7:40 AM
|
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:
05-09-2013, 6:26 AM
|
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:
05-07-2013, 4:08 PM
|
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...
|
|
Posted to:
05-07-2013, 12:36 PM
|
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:
05-07-2013, 9:32 AM
|
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:
05-07-2013, 7:19 AM
|
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...
|
|
Posted to:
05-06-2013, 11:32 PM
|
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:
05-06-2013, 1:34 AM
|
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...
|
|
Posted to:
05-04-2013, 5:41 PM
|
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...
|