azamsharp

Stories kicked by azamsharp

New Features in ASP.NET MVC 3.0 Part 2(www.highoncoding.com)

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

In the previous article we learned about the new features of the ASP.NET MVC 3.0 framework. This article builds on top of the previous article and explains more features related to the ASP.NET MVC 3.0 framework. read more...

add a comment |category: |Views: 4

tags: another

New Features in ASP.NET MVC 3.0 Preview Part 1(www.highoncoding.com)

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

ASP.NET MVC 3.0 Preview 1 has been released to public and it brings goodness to the web development. The purpose of this article is to discuss some of the cool features of ASP.NET MVC 3.0 framework. This article focuses on introducing the Razor View Engine and the Ajax improvements in MVC 3.0. read more...

add a comment |category: |Views: 4

tags: another

Enhance your productivity in Visual Studio with Telerik JustCode(www.telerik.com)

submitted by javeryjavery(5523) 1 year, 9 months ago

Enhance your productivity in Visual Studio with Telerik JustCode - the refactoring tool with the fastest code analysis: real time, solution-wide error checking; first-class JavaScript support; unit test runner. Read more and see videos read more...

add a comment |category: |Views: 254

tags: another

How to use Google Data API in ASP.NET MVC. Part 2 - YouTube(mahdi.mp)

submitted by sharplifesharplife(4570) 2 years ago

In this second part of my GData series I tried to explain how to use YouTube API for .NET to store/retrieve videos on/from YouTube. read more...

add a comment |category: |Views: 306

tags: another

Behavior Driven Development Using Cucumber and IronRuby(highoncoding.com)

submitted by azamsharpazamsharp(225) 2 years, 7 months ago

Acceptance testing is an important phase in the application life cycle. This step includes the customer or the quality assurance group running test which in their opinion define the validity of the application. The main problem with this type of testing is the communication barrier between the customer and the developer. The customer cannot understand the code implemented by the developer hence they have to settle for an ambiguous language which can be understood by the both parties. In this article we are going to take a look at the Cucumber framework which helps to create a communication bridge between the customer and the developer. read more...

add a comment |category: |Views: 18

tags: another

Implementing Auto-Suggest Using AutoCompleteExtender Control(highoncoding.com)

submitted by azamsharpazamsharp(225) 2 years, 9 months ago

This article shows how to create a Auto-Suggest TextBox which also displays images using the AutoCompleteExtender control. read more...

add a comment |category: |Views: 78

tags: another

Implementing Facebook like Suggest Search Box(highoncoding.com)

submitted by azamsharpazamsharp(225) 2 years, 9 months ago

This article shows how to implement a Facebook like Suggest Search Box. read more...

add a comment |category: |Views: 87

tags: another

Downloading Multiple Files as a Zip File Using GridView and SharpZipLi(highoncoding.com)

submitted by azamsharpazamsharp(225) 2 years, 9 months ago

Article shows how to download multiple files as a single zip file. read more...

add a comment |category: |Views: 41

tags: another

State of ALT.NET Answer to Scott Bellware Disturbing Thoughts(azamsharp.com)

submitted by azamsharpazamsharp(225) 3 years ago

After listening to the disturbing thoughts of Scott Bellware about ALT.NET I am obliged to write this blog post. In ALT.NET Podcast Scott discussed the state of ALT.NET and how the ALT.NET community is not contributing enough. Scott went ahead and accused ALT.NET of going in the wrong direction. The podcast was filled with thoughts which demoted the path of ALT.NET community. The host tried his best to get Scott discussed the solution to the problems but Scott was able to dodge all the important questions successfully. If you have not checked out the podcast then check out this link. Jeremy Miller quickly jumped to the ALT.NET rescue with a followup podcast in which he tried to clear some misconceptions about this great community. read more...

add a comment |category: |Views: 14

tags: another

Hide Progress Indicator When IFrame is Loaded(highoncoding.com)

submitted by azamsharpazamsharp(225) 3 years ago

Few days ago we dealt with an interesting problem. We were loading HTML files in an IFrame. While the document is being loaded we displayed a progress indicator which notified the user that processing is going on. Everything worked fine until we started loading the PDF documents into the IFrame. When PDF documents were loaded the indicator never vanished when the document was completly loaded. In this article we are going to discuss a solution to this problem. read more...

add a comment |category: |Views: 105

tags: another

Code Generation Using T4 Templates (highoncoding.com)

submitted by azamsharpazamsharp(225) 3 years ago

Code generation has been an integral part of software development. The idea that a piece of code will generate additional code is both fascinating and time saving. In this article we will demonstrate how to generate code using T4 Templates. read more...

add a comment |category: |Views: 24

tags: another

Is Googling Skill Necessary to be a Successful Developer?(azamsharp.com)

submitted by azamsharpazamsharp(225) 3 years ago

Is Googling Skill Necessary ? read more...

add a comment |category: |Views: 15

tags: another

501 Developers!(azamsharp.com)

submitted by azamsharpazamsharp(225) 3 years ago

501 Developers read more...

add a comment |category: |Views: 17

tags: another

School is it Worth the Hype? (azamsharp.com)

submitted by azamsharpazamsharp(225) 3 years ago

I hate school! I never learned anything in school! I want my four years of college back! These thoughts came from the bottom of my heart. read more...

add a comment |category: |Views: 9

tags: another

Demoting a Programmer to a Manager (azamsharp.com)

submitted by azamsharpazamsharp(225) 3 years ago

n/a read more...

add a comment |category: |Views: 11

tags: another

Migrating HighOnCoding WebForms to HighOnCoding MVC Part 1 (highoncoding.com)

submitted by azamsharpazamsharp(225) 3 years ago

This will be a long series of articles in which we will migrate an existing HighOnCoding webforms application to an ASP.NET MVC application. We hope to cover every aspect of building a MVC application using agile techniques. All the code is available on Google Code and can be downloaded at http://code.google.com/p/highoncoding/. Please note that code will be updated throughout the series. read more...

add a comment |category: |Views: 10

tags: another