Browse by Tags

All Tags » .NET (RSS)

Getting SelectedValue from Wpf Combobox

Hi, i don't know why this seemed not easy but here is how it goes Your XAML for the WPF Combo <ComboBox Name="ddlApplication" DisplayMemberPath="AppName" SelectedValuePath="ID" SelectedItem="App" Margin="92...
Posted by Adel Khalil | 2 comment(s)
Filed under: , ,

Cross-domain JSONP with jQuery call step-by-step guide

I’ve been banging my head all day to accomplish this, it’s like a puzzle.. but since i get it to work i thought i could write this post for you and myself. What we want to accomplish? Simple way to communicate cross-domain with ASMX .NET 3.5 Web Service...

.NET got new logo

.NET got brand new logo, I kind liked the old one more… anyway… http://blogs.msdn.com/msmossyblog/archive/2008/10/25/embrace-the-new-net-logo.aspx
Posted by Adel Khalil | with no comments

Partial Web.Config

With integrating new technologies with .NET Framework 3.5 like Ajax Extension for instance the default web.config become very fat. why not having a designer generated code for the web.config in seprate file like it did with ASPX pages.
Posted by Adel Khalil | with no comments
Filed under: ,

Egypt Technology Events: Near You!

Mark your calenders guys there is couple of events on an overwhelming week so if you near Cairo, Egypt sign up for .netWork User Group (March 22nd, 12:00 PM) 3rd meeting and Microsoft Launch 2008 (March 24th, 9:00 AM) See you there :)
Posted by Adel Khalil | with no comments
Filed under: , ,

More effort on Testing Technologies

When i try to pull more from Google about the amazing project Pex i've came across another effort toward testing technologies.. Microsoft CodeName "Camano" …a standalone application that allows users the ability to author, plan and manage...

Pex: Unit Test Generation

I've never been excited about a research project as my feeling today toward Pex , Pex is a MSR project that will enable test-driven development for wider adoptability, it runs static analysis on your code and generate unit test to cover your codebase...

Volta announced, GWT Architecture and Script#

Microsoft Live Labs announce the new web coming technology Volta , which is a set of developer tools that in plain English work as MSIL re-compiler to cross-browser compliant JavaScript . The Volta technology preview is a developer toolset that enables...
Posted by Adel Khalil | with no comments

.NETwork User Group first meeting (Cairo, Egypt)

I am super excited I wanted to pull this off long time ago, I've talked about this with my good friend Mohamed Hossam over at SilverKey but other stuff kept us busy enough to delay this. anyway some other engineers here in Egypt had the time to put...
Posted by Adel Khalil | 1 comment(s)
Filed under: , ,

Windows Live Labs announce Volta

The Volta technology preview is a developer toolset that enables you to build multi-tier web applications by applying familiar techniques and patterns. First, design and build your application as a .NET client application, then assign the portions of...
Posted by Adel Khalil | with no comments
Filed under: , ,

Tiny Tip: Improve Security with InternalsVisibleTo Attribute

In projects that span over multiple teams and for other very reasonable architecture reasons you end up with multiple assembles for your current project or even if you want to reuse a library one of the other teams wrote you will find yourself using code...
Posted by Adel Khalil | 6 comment(s)
Filed under: , , ,

Tiny Tip: is vs. as

Today's tip is a quick look at both not widely used C# operators and why prefer one to another.. Casting using is-operator: if(p is Product) // CLR?: Could i cast this to product? { Product x = (Product)p; // CLR again??: Could i cast this to Product...
Posted by Adel Khalil | 5 comment(s)
Filed under: , , ,

Mission Impossible: Opening .NET 1.1/VS 2003 Web Project

If you are lucky enough to not work with web project in VS 2003 don't read on. i have a massive amount of time trying to figure how to open a web project written in .NET 1.1/VS 2003 on another machine on couple of XP machines every time i got error...

.NET, ALT.NET and RoR... The good, the bad and the ugly

I was wondering what is it ALT.NET, once you reach the definition.. if you a ALT.NET developer so " You’re the type of developer who uses what works while keeping an eye out for a better way.", of course this make sense and we all should think...

Is C# getting old ?

Anyone who may think so got to be insane, but as Wagner pointed out recently .. I think your question shows that C# is just starting to mature. It's the first time I've been asked is C# is getting old. Most of the people I've worked with that...
Posted by Adel Khalil | 2 comment(s)
Filed under: ,
More Posts Next page »