SickDotNet

Stories submitted by SickDotNet

ASP.NET MVC Subdomain Routing(blogs.securancy.com)

submitted by SickDotNetSickDotNet(200) 3 years ago

One of the propagated “great features” for ASP.NET MVC is the full control you have over the routing and url’s of your webapplication. In order to demonstrate this, let’s walk through a sample that specifically handles subdomain routing. read more...

add a comment |category: |Views: 1116

tags: another

Easy embed workflow in your application(blogs.securancy.com)

submitted by SickDotNetSickDotNet(200) 3 years, 3 months ago

Whilst enterprise architectures mostly focus on BizTalk as a standalone server, WF is meant to be a more core-based addition for embedding within application. Embedding is not always as intuitive as it should be, though. To this end, I’ve created the following self-titled "WorkflowExecutive" helper class. It allows you to easily start any referenced Workflow, pass along parameters to it and handle exceptions. read more...

add a comment |category: |Views: 325

tags: another

LINQ and Dynamic Query Expressions(blogs.securancy.com)

submitted by SickDotNetSickDotNet(200) 3 years, 5 months ago

In this article I wish to elaborate on the "how-to" and advantages of providing a dynamic and type-safe 'engine' for developers on which you can query any random property. read more...

add a comment |category: |Views: 83

tags: another

Entity Framework and Stored Procedures limitations(blogs.securancy.com)

submitted by SickDotNetSickDotNet(200) 3 years, 5 months ago

Know what you cannot do with the ADO.NET Entity Framework and stored procedures. read more...

add a comment |category: |Views: 65

tags: another