raasiel

Stories kicked by raasiel

IQueryable Can Kill Your Dog, Steal Your Wife, Kill Your Will To Live,(www.weirdlover.com)

submitted by evannevann(219) 2 years ago

If you take a quick detour over to StackOverflow, you’ll realize very, very quickly that, when it comes to wholly and full-heartedly screwing up your Linq to SQL statements, the screw-up almost always involves a misunderstanding of the purpose and... read more...

add a comment |category: |Views: 841

tags: another

Free eBook: .NET Performance Testing and Optimization(www.red-gate.com)

submitted by javeryjavery(5523) 2 years ago

Get your free copy of the Complete Guide to .NET Performance Testing and Optimization: Paul Glavich and Chris Farrell walk you through everything you need to know to set up a test environment and suggest steps you can take to get fast performance gains. Don't miss the good advice and recommendations on keeping your applications lean, mean, and fast! read more...

2 comments |category: |Views: 845

tags: another

Running .NET CF applications and code on Symbian based Phones(shafqatahmed.com)

submitted by raasielraasiel(865) 2 years, 4 months ago

How run .net code on Nokia Series 60 Phones ( E61, E71, 6680) read more...

add a comment |category: |Views: 11

tags: another

Introducing Fluent MetadataProvider for ASP.NET MVC - Kazi(weblogs.asp.net)

submitted by jantujantu(1045) 2 years, 5 months ago

I have just included a Fluent Metadata provider in my open source System.Web.Mvc.Extensibility project. Currently it contains all of the features of the Built-in DataAnnotations Metadata provider that comes with the ASP.NET MVC 2 framework. Consider it as a holiday special from me for the ASP.NET MVC community :-). The main reason I am no... read more...

5 comments |category: |Views: 266

tags: another

More on Fluent MetadataProvider for ASP.NET MVC - Kazi Manzur Rashid(weblogs.asp.net)

submitted by jantujantu(1045) 2 years, 5 months ago

In my last post, one of the thing you complained about the maintaining view model meta data configuration in two separate place and I admit this becomes a pain when you skim through the codes. I have changed the implementation, so now you will be able to configure the meta data very much like the Fluent NHibernate or Entity Framework 4.0 Code ... read more...

8 comments |category: |Views: 279

tags: another

Free EBook for Developing High Quality Applications using .NET(devcurry.com)

submitted by mopenmopen(3596) 2 years, 5 months ago

The Microsoft Application Architecture Guide, 2nd Edition is a Must Have EBook for Developers and Solution Architects read more...

6 comments |category: |Views: 1034

tags: another

Serializing Web Service Requests to run Load Tests(shafqatahmed.com)

submitted by raasielraasiel(865) 2 years, 9 months ago

How to record web service requests and play them later on to emulate use cases and then run in multi threads to simulate stress in a real life scenario. read more...

add a comment |category: |Views: 6

tags: another

Visual Studio 2010: Multiple web.config versions(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 11 months ago

Visual Studio 2010 has support for multiple web.config files. It is one feature of new web application packaging and deployment system. We can create now separate web.config files for each configuration we have for application. read more...

1 comment |category: |Views: 494

tags: another

Executing Powershell Scripts in the Same Execution Context(shafqatahmed.com)

submitted by raasielraasiel(865) 3 years ago

How to executes scripts and retains variables and functions written in the script even after the script executes. read more...

add a comment |category: |Views: 8

tags: another

Code Generation Should be the Nuclear Option(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years ago

So let me first just start off by saying: I do not like code generation. In certain cases I think it can help greatly, but many people are far too eager to jump to this solution. I don't think that there is anything particularly evil about the process of generating code, but I do feel like using code generation as a day to day tool is a very bad practice. Code generation should be the tool of last resort when there is no good way to cleanly implement a solution which doesn't require code to be spread out everywhere. read more...

5 comments |category: |Views: 322

tags: another

Top 5 SQL System stored procedures every developer should know(dotnetcube.com)

submitted by dncdudedncdude(1350) 3 years ago

There are a number of documented and undocumented system stored procedures in MS SQL Server that are helpful for every web developer working with databases. From the developer’s perspective, here’s a list of 5 System stored procedures that are my favorite. read more...

1 comment |category: |Views: 1037

tags: another

Hiding Thread.CurrentPrincipal from your code(jonkruger.com)

submitted by david_hollanddavid_holland(605) 3 years, 1 month ago

You can get information about the current user who is logged in using Thread.CurrentPrincipal. The problem with this is that it’s difficult to work with it in tests. It forces you to set the current principal in your test setup so that your code will work correctly, and this can be difficult if not impossible in situations where you’re using Windows Authentication (if you’re using Forms Authentication, it’s not quite as painful, but it’s still a pain). read more...

add a comment |category: |Views: 19

tags: another

InterOp: Using .NET COM in non .NET platform with Isolated Application(shafqatahmed.com)

submitted by raasielraasiel(865) 3 years, 1 month ago

How to use a .NET based COM component in a non .NET environment without registering the application by using Registry Free COM read more...

add a comment |category: |Views: 15

tags: another

The Open Source Projects on ASP.NET MVC - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 2 months ago

Last night the forehead four head has released the 1st chapter of their upcoming Wrox book along with a sample project NerdDinner and I think this is the best application to check if anyone is trying to lean the new ASP.NET MVC framework. And this is the list of currently available Open Source Projects developed in ASP.NET MVC. I am ordering it based ... read more...

add a comment |category: |Views: 371

tags: another

WPF Kid Stuff: Extracting a Control Template(shafqatahmed.com)

submitted by raasielraasiel(865) 3 years, 4 months ago

How to extract a controls template read more...

add a comment |category: |Views: 34

tags: another

Which Open Source License to select -“With Comparison Chart!”(shafqatahmed.com)

submitted by raasielraasiel(865) 3 years, 7 months ago

A simple comparison of different open source licenses. Lets you have an idea on thier features and have preview for selection of a license for your open source project. read more...

add a comment |category: |Views: 24

tags: another