mehfuzh

Stories kicked by friends of mehfuzh

Implementing KeyBoard Shortcuts on an ASP.NET Hyperlink Control(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 6 months ago

Popular Web apps like Gmail and Windows Live Mail feature Keyboard shortcuts, which help you save time by executing common operations using the Keyboard, without having to switch between the keyboard and mouse. Explore how to use keyboard shortcuts on Hyperlink controls using jQuery read more...

add a comment |category: |Views: 108

tags: another

Windows 7 Bible: Your Complete Guide to the Next Version of Windows fr(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 7 months ago

Shane O’Neill of CIO Magazine has compiled a great series of technical articles on Windows 7 migration, deployment and feature sets. read more...

add a comment |category: |Views: 167

tags: another

Automating Azure(blogs.msdn.com)

submitted by wzackwzack(1968) 2 years, 7 months ago

We are getting pretty close to the commercial release of the Windows Azure Platform at Microsoft’s Professional Developers Conference in November. We recently released a set of PowerShell cmdlets that you can use to automate the management of your Windows Azure applications.  Using these cmdlets you can add or remove an existing deployment. You can also upgrade an application or part of an application. read more...

add a comment |category: |Views: 74

tags: another

How to deliver True HD with Silverlight and Smooth Streaming(blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 7 months ago

Learn how to deliver Web video with the quality and reliability of HDTV over HTTP. Dramatically increase viewing times and lower costs using this scalable online video delivery technology. High Definition Web video has long been promised, but plagued by the quality of the video (either too small or too blurry) and the reliability of the playback (constant rebuffering or stuttering). These two variables are interrelated: increasing the quality requires higher bandwidth, and using less bandwidth to minimize re-buffering sacrifices video quality. read more...

1 comment |category: |Views: 164

tags: another

Two Different Ways of Running Virtual Machines on Windows 7(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 7 months ago

A useful article on 2 different ways to run virtual machines on Windows 7. read more...

2 comments |category: |Views: 403

tags: another

Performing Static Page Checking in MVC(dimecasts.net)

submitted by tryfailretrytryfailretry(90) 2 years, 8 months ago

Taking a look at how you can setup Static Type checking within your ASP.Net MVC web project. Having static checking is a great asset as it can reduce the chances of run time errors due to refactoring. Static checking will also allow the compiler to verify all your strongly typed objects are being called correctly. read more...

add a comment |category: |Views: 203

tags: another

Reimagining www.asp.net - Part One: The Home Page Experience(john-sheehan.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 8 months ago

How would you redesign www.asp.net if you could start from scratch? read more...

add a comment |category: |Views: 280

tags: another

Simple .NET Developer Survey(questionpro.com)

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

A chance to win $100 at Amazon by taking a simple .NET developer survey read more...

1 comment |category: |Views: 387

tags: another

Two part screencast on iPhone Development using C#(codesnack.com)

submitted by BschooleyBschooley(125) 2 years, 8 months ago

This screencast compares and contrasts the creation of a UITabBarController-based application in both Xcode using Cocoa and MonoDevelop using MonoTouch. read more...

add a comment |category: |Views: 535

tags: another

Copy and Paste programming - A bad habit(msmvps.com)

submitted by JoacimJoacim(255) 2 years, 8 months ago

I usually stay away from religious discussions when it comes to programming habits and technology choices simply because they don’t usually make any sense at all and are most often just based on emotions. Arguing if VB.Net is better or worse than C# is just nonsense in my book since the differences between them are minor. They both target the same platforms, and use the same framework, of course there are differences but none of them are so great th. read more...

1 comment |category: |Views: 486

tags: another

Create and run a new ASP.NET web application with CodeRun Online IDE(youtube.com)

submitted by alexgrossalexgross(258) 2 years, 8 months ago

A youtube video that shows a simple and quick way to create and run ASP.NET applications with no downloads and istallations, just by opening a simple browser page. Cool! read more...

2 comments |category: |Views: 223

tags: another

DEVELOPING WPF BROWSER APPLICATIONS ONLINE(blogs.windowsclient.net)

submitted by alexgrossalexgross(258) 2 years, 8 months ago

If you ever wondered if it is possible to develop WPF applications online, then the answer is yes. I recently stumbled upon a tool, called CodeRun. It is an online IDE that allows the developer to create various types of applications online, directly from the web browser, without the need to install any additional plug-ins or applications. One of the features of this tool is the possibility to create Windows Presentation Foundation applications. To be specific, it allows the developer to work on WPF Browser Applications (since it would not be possible at this time to run a client application). read more...

1 comment |category: |Views: 281

tags: another

Is Silverlight the new WebForms?(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 8 months ago

Is Silverlight becoming the same crutch that WebForms was nearly a decade ago? read more...

add a comment |category: |Views: 715

tags: another

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

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

The Builder Pattern falls under the category of the Creational Patterns as it controls the instantiation of a class. This pattern is suitable in scenarios in which an object is made up several parts and the constituent parts need to be created in the same order using an algorithm. A real world example is in making a pizza. A pizza is made up of several parts (the crust, cheese and the toppings) that are constructed using an algorithm (bake the crust, add cheese and add the toppings). read more...

add a comment |category: |Views: 410

tags: another

What's New in Windows Communication Foundation (WCF) 4.0 Part- I(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 8 months ago

VS 2010 and .NET 4.0 has come out with many new features. Typically there are a lot of changes in Windows Workflow 4.0 (WF 4.0), Windows Presentation Foundation (WPF 4.0) and Windows Communication Foundation (WCF 4.0). In this article we will see one of the new features of WCF 4.0. read more...

add a comment |category: |Views: 522

tags: another

What is Data Mining – A Simple Introductory Note(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 8 months ago

According to MacLennan et al. (2009), data mining is defined as “the process of analyzing data to find hidden patterns using automatic methodologies.” Consider the following simple example that explains this concept. By analyzing the data on the items purchased from a supermarket or a chain of such stores, information on the products that are sold most can be obtained and accordingly supply of that particular products are increased and vice versa. Data mining, in short, is an analytical activity that studies the hidden patterns in a huge pile of data after appropriately classifying and sorting it. read more...

4 comments |category: |Views: 268

tags: another