Upcoming stories

Calling a web service from javascript using XMLHttpRequest(pavanarya.wordpress.com)

submitted by pavanaryapavanarya(131) 6 days, 18 hours ago

In this post we can how to call a web service from javascript using XMLHttpRequest read more...

add a comment |category: |Views: 5

tags: another

QUnit Compsite Addon: Running Multiple jQuery Test Files(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 6 days, 8 hours ago

When you start Unit Testing your application with QUnit you'll notice that you'll have lots of different QUnit files that thoroughly test one feature or component of your system. Instead of opening each one of those test files and running them separately, wouldn't it be nice if you could launch one file that would run all the tests? Thankfully, there is a addon for that and it's called the Composite addon! read more...

add a comment |category: |Views: 5

tags: another

Browser selection in Visual Studio 11(www.dotnetjalps.com)

submitted by jalpeshjalpesh(1352) 6 days, 2 hours ago

In the earlier version of the Visual Studio if you want to run your page in browser then you have to do it with view in browser. But now you have directly that on the Visual studio 2012 toolbar like below. Here you will have a list of all the browser installed on your machine and you don’t do ‘View in browser’. And once you click on that it will open up the URL in your selected browser like following. read more...

add a comment |category: |Views: 2

tags: another

Configuring MVC Bundles with NuGet(www.tomdupont.net)

submitted by tduponttdupont(1259) 5 days, 14 hours ago

MvcBundleConfig is a very simple project that adds configuration and debugging features to MVC 4's bundling framework. Once you create a new MVC4 web application and install the MvcBundleConfig NuGet Package, then you need only update our layout to use the new bundle extension methods, and you are ready to go! read more...

add a comment |category: |Views: 6

tags: another

Devex XtraGrid Add Column Group(emrecirik.com)

submitted by emrcrkemrcrk(28) 5 days, 14 hours ago

Devex XtraGridColumn Runtime Add default group read more...

add a comment |category: |Views: 1

tags: another

Beginner’s Guide to Node.js on Windows Azure(weblogs.asp.net)

submitted by mvcguymvcguy(265) 4 days, 20 hours ago

Introduction to Node.js on Windows Azure read more...

add a comment |category: |Views: 12

tags: another

IronJSMVC: Script ASP.NET MVC in JavaScript using IronJS(pietschsoft.com)

submitted by pwhe23pwhe23(972) 4 days, 17 hours ago

Personally, I enjoy writing much of my applications using a statically typed language such as C#. However, I would really prefer to be able to write UI logic and script certain parts of my applications using a dynamic language if I could. I was thinking about this and the following question came to mind: What would it be like to write an ASP.NET MVC application entirely using JavaScript? read more...

add a comment |category: |Views: 5

tags: another

Asp.Net Ajax AutoCompleteExtender In Master Page(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(1186) 4 days, 8 hours ago

In this Example i'm explaining how to use Ajax AutoCompleteExtender TextBox On Master Page In Asp.Net. read more...

add a comment |category: |Views: 3

tags: another

User Password Expired filter attribute with ASP.NET MVC(www.leniel.net)

submitted by lenielleniel(504) 4 days, 5 hours ago

A recent set of requirements I’ve been playing with deals with passwords. This one specifically handles password expiration. Given that I’m working with ASP.NET MVC I know I can rest assured that there’s some great (read awesome) way of implementing a given requirement. This is exactly what happened and I want to show you how to have a clean and beautiful solution to this problem. Read on... read more...

add a comment |category: |Views: 5

tags: another

Useful JavaScript and jQuery Libraries, Plugins (techbrij.com)

submitted by urenjoyurenjoy(342) 4 days, 3 hours ago

Check out useful JavaScript and jQuery Libraries, Plugins for web designing and development. read more...

add a comment |category: |Views: 5

tags: another

ASP.NET Web API Basics(www.dotnetjalps.com)

submitted by jalpeshjalpesh(1352) 4 days, 2 hours ago

We have seen that now web is really becoming cross plate form and you can see your services or API can be exposed to any client. Till now one of big challenges is to choose platform for this kind of service. There are so many options available like web services, WCF services,Generic Handlers, directly writing responses on aspx page etc. There are plenty of options available and each one has their own pros and cons. But now we have one simpler answer for that is ASP.NET Web API. What is Web API? ASP.NET Web API is a framework for building web API on the top of .NET framework. It’s a framework for building and consuming web services that can be use at broad range of clients like browsers,tablets phones etc. You can expose JSON or XML whatever you want to use. read more...

add a comment |category: |Views: 5

tags: another

SimpleImageUpload control available via GitHub and NuGet(github.com)

submitted by CodeCarvingsCodeCarvings(15) 4 days ago

SimpleImageUpload is an user control that allows the final user to: - Upload an image to the server - Interactively crop, resize, rotate/flip and color adjust the uploaded image (WYSIWYG) - Automatically apply post-processing filters (e.g.: image resize + watermark) - View a preview of the uploaded image - Edit a previously uploaded image maintaining the image parameters selected in the past (crop coordinates, resize factor, rotation angle, color adjustments, etc.. ) read more...

add a comment |category: |Views: 2

tags: another

.NET 4.5 WinRT: Get custom attributes from enum value(www.minddriven.de)

submitted by MatthiasJMatthiasJ(446) 3 days, 14 hours ago

Shows how to retrieve a custom attribute from an enum value in .NET WinRT. read more...

add a comment |category: |Views: 4

tags: another

Use Capped collection on MongoAppender for Log4Net(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 3 days, 6 hours ago

How to create Capped Collection with C# code, to make log4Net appender directly create capped collection if the collection does not already exists read more...

add a comment |category: |Views: 1

tags: another

How I Would Design a Programming Degree(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 3 days, 3 hours ago

Yesterday, I attended ECPI Columbia’s Spring Advisory Board meeting. I was involved in the panel discussion regarding their IT degrees, and I viewed it as an opportunity to explain what I consider lacking in developer education. read more...

add a comment |category: |Views: 5

tags: another

Access modifiers in C#.NET(techsamosa.com)

submitted by ankygoyalankygoyal(519) 2 days, 6 hours ago

Briefly and clearly describes various access modifiers in c# and some important facts about them. read more...

add a comment |category: |Views: 7

tags: another