mohammedm

Stories kicked by mohammedm

Export Only Specific Change Set From SubVersion/SVN (TortoiseSVN)(gurustop.net)

submitted by mohammedmmohammedm(225) 1 year, 4 months ago

Today I was supposed to deploy some changes on company static website made by web designer. The website source is hosted using SubVersion (SVN). I thought it’ll be great if I can export just the changes he did with their folder structure and without asking him to do anything extra, and deploy that. read more...

add a comment |category: |Views: 13

tags: another

Twitter OAuth, Persistent OAuth, TweetSharp: Presentation & Code Nugge(gurustop.net)

submitted by mohammedmmohammedm(225) 1 year, 4 months ago

This is a PowerPoint Presentation (and extraction of the contents) I made as per a couple of friends’ request (@EmadAshi and @AmrEldib) to show how OAuth works along with Twitter and how easy it is to cache OAuth credentials. As I was doing related work for TweetToEmail. I felt a PowerPoint presentation will be even better than a blog post for this one, but here you get the two. read more...

add a comment |category: |Views: 46

tags: another

Visual Studio 2010 Extension Manager: Online Gallery Behind Proxy(gurustop.net)

submitted by mohammedmmohammedm(225) 1 year, 9 months ago

This is a solution to a common problem that Visual Studio 2010 Extension Manager is unable to connect online to Visual Studio Gallery to download/update extensions when used behind Internet Proxy. The solution is related to modifying the configuration files of Visual Studio executable "devenv.exe". read more...

add a comment |category: |Views: 254

tags: another

Search Engine Optimization (SEO) Secrets On My Blog – Advertising Also(gurustop.net)

submitted by mohammedmmohammedm(225) 1 year, 9 months ago

Just a hour ago, I got an interesting message about search engine optimization that I wanted to share the reply with you. The question: Mohamed what I wanna know is that whether you have employed any SEO strategy on your blog or this is just the good will traffic that comes to view your blog. Also what is the daily ads revenue of your blog and what kinda ads you have deployed on your read more...

add a comment |category: |Views: 6

tags: another

Thoughts On Razor, Microsoft’s New ASP.NET MVC View Engine(gurustop.net)

submitted by mohammedmmohammedm(225) 1 year, 10 months ago

Thoughts on different blog posts and twitter conversations surrounding the new Microsoft View engine for ASP.NET MVC, called Razor, with some notes on Microsoft's relation with existing Open source .NET projects in general... read more...

add a comment |category: |Views: 730

tags: another

TDD or POUT(theruntime.com)

submitted by powerrushpowerrush(3873) 4 years, 3 months ago

Because Unit Testing is the plain-Jane progenitor of Test Driven Development, it's kind of unfair that it doesn't have an acronym of its own. After all, it's hard to get programmer types to pay attention if they don't have some obscure jargon to bandy about. UT is too awkward, besides being a state abbreviation in the U.S., so for this post (and, if it catches on, future posts as well) I'll borrow from the telco folks and call unit testing Plain Old Unit Testing. read more...

4 comments |category: |Views: 14

tags: another

Do Not Learn Ruby(webmat.wordpress.com)

submitted by webmatwebmat(100) 4 years, 3 months ago

A tongue in cheek essay on the perils of learning Ruby. You've been warned: do not learn Ruby! read more...

1 comment |category: |Views: 91

tags: another

Do You Really Need A Distributed Architecture?(blogs.msdn.com)

submitted by j.montyj.monty(1868) 4 years, 3 months ago

Does the question sound rhetoric to you? Do you think the answer is “Yes” by default these days? Think twice. Ask yourself the questions below. You may change your mind at the end. read more...

add a comment |category: |Views: 10

tags: another

SQL Server 2008 (Codename Katmai) June CTP avalable for public down(geekswithblogs.net)

submitted by mohammedmmohammedm(225) 4 years, 11 months ago

The features and download instructions on the newly released June CTP of Microsoft SQL Server 2008 (Codename Katmai). read more...

add a comment |category: |Views: 2

tags: another

LINQ To Flickr(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 1 month ago

I had some free time at last, so I implemented a LINQ extension to Flickr, so you can query for photos by tags, creation date, user id or title, the implementation was really easy because I didn't have to use the Flickr API's directly as I found a good open source library for this called FlickrNet which I used as my infrastructure. So this is a sample of a query read more...

1 comment |category: |Views: 15

tags: another

Just Released! Enterprise Library 3.0 - April 2007(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 1 month ago

If you've been keeping up with the Community Technology Preview releases, there shouldn't be anything too surprising in the final release, although the overall quality should be much higher. All of the major new features have already been described on this blog or in other places, but here is a quick summary of the most significant changes: read more...

1 comment |category: |Views: 2

tags: another

Command Pattern in C# 2.0 = Generics + delegates(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 2 months ago

How to implement Command Design pattern in C# 2.0 in a way that is more suitable with C# 2.0 read more...

1 comment |category: |Views: 2242

tags: another

AJAX Anti Patterns (Thesse are to be avoided!!)(geekswithblogs.net)

submitted by mohammedmmohammedm(225) 5 years, 2 months ago

Yesterday, I found these 5 AJAX Anti patterns The "anti patterns" are simply what you should avoid when doing AJAX on your website. You should find them as helpful as the top ten AJAX mistakes I linked to before (or even more). read more...

add a comment |category: |Views: 2

tags: another

DotNetKicks.sql - Download the SQL schema(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 2 months ago

Here is the first portion of the DotNetKicks source code that will soon be released in full open source glory. Please note that I have not yet decided on which open source license to use for this project, so please don't sell it to google for billions just yet. read more...

add a comment |category: |Views: 12

tags: another

DotNetKicks to be Open Sourced(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 2 months ago

As the community on DotNetKicks.com has grown in size over the past year, I have received received many offers of help with adding features and many requests for the source code. Due to other top secret commitments, I have recently not had as much time as I would have liked to continue the development of DotNetKicks.com. A discussion on DotNetKicks last week re-highlighted the issue of feature stagnation (the community is continuing to grow just fine). We are in the business of solving problems, and the best solution here is to open source the project. I had planned to release some code this past weekend, but some of the current dependencies include code that I don't wish to release. I am currently refactoring the dependencies, and I will be able to release some code very soon. Please shout it from the roof tops, we need all the contributers we can get. read more...

4 comments |category: |Views: 5

tags: another

Observer Pattern in C# = Events & delegates(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 2 months ago

One of the most interesting patterns in Design Patterns is the Observer pattern which is listed under Behavioral Patterns, it is really important how to make other classes which are interested in the state of another object get notified when the state changed. read more...

3 comments |category: |Views: 1532

tags: another