Marwan

Stories kicked by Marwan

Attributes Every .NET Developer Should Know About(www.devcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 7 months ago

Here’s a list of important .NET attributes that is commonly used in projects and proves very useful if you about them beforehand read more...

add a comment |category: |Views: 1050

tags: another

Simplify, Shorten and Speed Up Your LINQ Statements with "Let"(blog.nitriq.com)

submitted by viggityviggity(1124) 2 years ago

Details how using the "let" keyword can make your LINQ statements shorter and faster. read more...

add a comment |category: |Views: 675

tags: another

HanselMinutes: Women in Technology in the Muslim World - with Aby And (www.hanselminutes.com)

submitted by mosessaurmosessaur(5424) 2 years, 2 months ago

Scott's in Egypt today and he had the opportunity to sit down with Lamees and Abeer, two successful women in IT. Lamees is a programmer transitioning to Systems Analysis, and Abeer is a veteran Senior Systems Analyst and Agile Project Manager at Dashsoft. Nearly 50% of the people at Cairo Code Camp are women. What is Egypt doing right to encourage so many women to choose technology as their career? read more...

2 comments |category: |Views: 130

tags: another

How to not suck at a techincal interview(www.bradcunningham.net)

submitted by FoovanadilFoovanadil(155) 2 years, 4 months ago

CORRECT LINK THIS TIME. Tips to improve your marketability during a technical interview. Mostly a rant :) read more...

7 comments |category: |Views: 668

tags: another

ASP.NET Performance - Part 3 - Cache Busting(codebetter.com)

submitted by karlkarl(265) 2 years, 4 months ago

Creating dynamic links based on file hashes to leverage far reaching expiry headers without sacrificing updatability. read more...

1 comment |category: |Views: 290

tags: another

Welcome to the new DotNetKicks(blog.dotnetkicks.com)

submitted by javeryjavery(5523) 2 years, 4 months ago

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments |category: |Views: 436

tags: another

Working with Partials in Spark: Part 1(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 4 months ago

Taking a look at how to use Partials within the Spark View Engine. We will be taking a first look at partials and learn how we can setup our application to use partials as well as how to use them in your application. We will also be learning how partials will allow us to create clean, compartmentalized and well organized code. read more...

3 comments |category: |Views: 132

tags: another

Exposing the View Model to JavaScript in ASP.NET MVC(trycatchfail.com)

submitted by Matt_TCFMatt_TCF(946) 2 years, 5 months ago

View models make it easy to move data between your views and controllers in a strongly-typed manner, but what's the best way to leverage the view model from JavaScript? This post looks at some of the alternatives and presents a clean, simple way to convert the view model to an equivalent JavaScript object by using JSON on the master page. read more...

add a comment |category: |Views: 393

tags: another

Your very first NHibernate application - Part 1(dotnetslackers.com)

submitted by MarwanMarwan(850) 2 years, 8 months ago

In this series of articles Gabriel Schenker want to show and discuss which pieces are needed to successfully write an application based on NHibernate and Fluent NHibernate. read more...

add a comment |category: |Views: 13

tags: another

Design Patterns – Using the Decorator Pattern in C#(dotnetcube.com)

submitted by dncdudedncdude(1350) 2 years, 9 months ago

Decorator Patterns belong to the Structural Pattern category and it’s role is in providing a way of attaching new behavior to the object at run time. The object is unaware of the new behavior and this pattern is a good candidate for enhancing legacy applications. Decorator Pattern provides a way of adding functionality to an existing class without using inheritance. read more...

2 comments |category: |Views: 613

tags: another

Multiple database support with Entity Framework (mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 2 years, 9 months ago

One of the features introduced in Entity Framework is being database independent. Which mean each database provider can support Entity Framework by implementing its provider. This feature allows you build applications independent from the underplaying database provider. In this post I’m going to show how to build an application that support multiple databases using same conceptual model made by Entity Framework. read more...

add a comment |category: |Views: 395

tags: another

11 books for a .NET Summer reading list(codeclimber.net.nz)

submitted by javeryjavery(5523) 2 years, 9 months ago

A great list of books to read this summer (its almost over though so get to it) read more...

2 comments |category: |Views: 848

tags: another

Siesta: Painless REST via ASP.NET MVC(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 9 months ago

A simple and easy-to-use REST system for ASP.NET, based on the API from the Zen project management system. read more...

add a comment |category: |Views: 365

tags: another

Authenticating users with RPXNow (in ASP.NET MVC)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 9 months ago

Don’t you get sick of having to register at website X, at website Y, at website Z, …? It is really not fun to maintain all these accounts, change passwords, … Luckily, there are some large websites offering delegated sign-in (for example Google Accounts, Live ID, Twitter OAuth, …). You can use these delegated sign-in methods on your own site, removing the need of registering yet another account. Unfortunately, not everyone has an account at provider X… A while ago, I found out about the free service JanRain is offering: RPXNow. This (free!) service combines the strengths of several major account providers (Google Accounts, Live ID, Twitter, Facebook, OpenID, …) into one simple API. This means that people are able to log in to your website if they have an account at one of these providers! Here’s how to use it in ASP.NET MVC… read more...

add a comment |category: |Views: 283

tags: another

NHibernate Linq Released(ayende.com)

submitted by just3wsjust3ws(560) 2 years, 10 months ago

Official release announcement for NHibernate Linq 1.0 RTM. Congratulations! read more...

add a comment |category: |Views: 321

tags: another

OpenForum – new ASP.NET MVC based forum(weblogs.asp.net)

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

There is new project in CodePlex called OpenForum. With source code you get also some samples you can run on your machine. OpenForum is pretty new and simple. There are no advanced forum features and currently it is suitable for smaller forums. You can change the look of OpenForum and write your own user repositories. Let’s see how OpenForum looks like. read more...

add a comment |category: |Views: 238

tags: another