DotNetShoutout - Latest published stories in Web Dev (page 1)
3
Shouts

Using Raygun for Logging in Windows Phone Applications

published 1 day, 6 hours, 1 minute ago posted by hilarycookhilarycook 3 days, 2 hours, 1 minute ago
Wednesday, June 19, 2013 9:17:55 AM GMT Monday, June 17, 2013 1:17:59 PM GMT
When it comes to Windows Phone, developers need to depend on their own sources. Luckily, I got to know about Raygun.io and it is one of the best logging frameworks. In this post, we’ll see how we can use this platform to track, manage and report errors. (more)
category: Web Dev | clicked: 2 | comment | | source: blog.mayurtendulkar.com
tags:
4
Shouts

Error reporting can be a breeze for your whole team!

published 1 day, 6 hours, 1 minute ago posted by hilarycookhilarycook 10 days, 3 hours, 35 minutes ago
Wednesday, June 19, 2013 9:17:55 AM GMT Monday, June 10, 2013 11:43:44 AM GMT
Raygun.io makes error reporting easy by helping you zap bugs fast. Team members can be assigned to applications so that error handling is easily managed for those in large organizations. Sign up for a free trial now to find out how error reporting can be a breeze for your company. (more)
category: Web Dev | clicked: 16 | comment | | source: raygun.io
tags:
2
Shouts

Using SharePoint 2010 dialogs | TechBubbles

published 10 days, 5 hours, 18 minutes ago posted by kalyanms1kalyanms1 20 days, 3 hours, 59 minutes ago
Monday, June 10, 2013 10:00:59 AM GMT Friday, May 31, 2013 11:19:37 AM GMT
SharePoint 2010 dialogs are JavaScript pop-up dialogs consisting of an iframe to request the other pages in the SharePoint. These pages can be publishing pages or application pages.When you call a pop-up dialog in SharePoint 2010, the content is displayed by using the system master page. The dialog functionality in SharePoint exposed by SP.UI.Dialog and SP.UI.ModalDialog classes.The dialog code is included in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\SP.UI.D... (more)
category: Web Dev | clicked: 3 | comment | | source: www.techbubbles.com
tags:
3
Shouts

What is Katana and OWIN for ASP.NET? | TechBubbles

published 15 days, 22 hours, 30 minutes ago posted by kalyanms1kalyanms1 24 days, 3 hours, 53 minutes ago
Tuesday, June 04, 2013 4:49:11 PM GMT Monday, May 27, 2013 11:25:42 AM GMT
Katana is not a revolutionary new project in ASP.NET world. It is just a next step in ASP.NET, The points that drive to go for Katana and OWIN are, Basically ASP.NET was optimised for two types of customers one classing ASP developers and second one LOB(line of business app) developers. From the beginning it was expected to run these applications under IIS(internet information services). Challenges are, as ASP.NET is part of .NET Framework which is shipping in every two to three years and the Web is movi... (more)
category: Web Dev | clicked: 17 | comment | | source: www.techbubbles.com
tags:
1
Shouts

Activating and Deactivating Feature programmatically in SharePoint | TechBubbles

published 15 days, 22 hours, 30 minutes ago posted by kalyanms1kalyanms1 21 days, 5 hours, 54 minutes ago
Tuesday, June 04, 2013 4:49:11 PM GMT Thursday, May 30, 2013 9:24:34 AM GMT
Sometimes, You may need to activate/deactivate Feature programmatically in SharePoint. Feature should have the scope of the web, site or web application or Farm.You can get the Feature by accessing Feature properties of Site or web. Write the following code to retrieve the activated features available in Web application/Site/Web level. (more)
category: Web Dev | clicked: 1 | comment | | source: www.techbubbles.com
tags:
2
Shouts

Using Property bag in SharePoint 2010 | TechBubbles

published 15 days, 22 hours, 30 minutes ago posted by kalyanms1kalyanms1 22 days, 5 hours, 57 minutes ago
Tuesday, June 04, 2013 4:49:11 PM GMT Wednesday, May 29, 2013 9:21:23 AM GMT
Property bag is basically a hash table of key-value pair options. Property bag feature is available in Windows SharePoint services 3.0. It allows you to add properties to objects in SharePoint site. Property bag helps you to store meta data as key-value pairs example Connection Strings, file paths, server names and other settings in SharePoint application. (more)
category: Web Dev | clicked: 0 | comment | | source: www.techbubbles.com
tags:
5
Shouts

Validation Components in ASP.NET MVC | TechBubbles

published 34 days, 5 hours, 51 minutes ago posted by kalyanms1kalyanms1 44 days, 3 hours, 2 minutes ago
Friday, May 17, 2013 9:27:50 AM GMT Tuesday, May 07, 2013 12:16:25 PM GMT
Validating the user input and showing a user-friendly error message is an important step in Web Application development. ASP.NET MVC framework provides validation features which helps developer to validate model values. The validation features in MVC allows you to write the validation using attributes which is called data annotations. This post outlines the data annotation features that you can use in ASP.NET MVC application development.Data Annotations attributes can find in System.ComponentModel.DataAn... (more)
category: Web Dev | clicked: 22 | comment | | source: www.techbubbles.com
tags:
4
Shouts

MVC JSON Model Binder Attribute

published 34 days, 5 hours, 51 minutes ago posted by tduponttdupont 40 days, 20 hours, 44 minutes ago
Friday, May 17, 2013 9:27:50 AM GMT Friday, May 10, 2013 6:35:15 PM GMT
Moving complex data structures from client to server used to be difficult, but not anymore! Just add the JsonBinder attribute to your action parameters, and this Custom ModelBinder will automatically detect the type and parameter name, and deserialize your complex JSON object to the data structure of your choice. (more)
category: Web Dev | clicked: 15 | comment | | source: www.tomdupont.net
tags:
4
Shouts

Using Caching in ASP.NET Web Applications | TechBubbles

published 36 days, 23 hours, 8 minutes ago posted by kalyanms1kalyanms1 46 days, 13 hours, 3 minutes ago
Tuesday, May 14, 2013 4:10:42 PM GMT Sunday, May 05, 2013 2:16:15 AM GMT
Caching is a way which you can use to improve the performance of an ASP.NET Web applications. Caching is a location where you can store the data and access quickly. You have to use caching carefully and this post explains different caching mechanisms that available in ASP.NET web applications.The three ways that you can use to store the Cache data in ASP.NET applications are (more)
category: Web Dev | clicked: 33 | comment | | source: www.techbubbles.com
tags:
5
Shouts

Top developer news this week | TechBubbles

published 36 days, 23 hours, 8 minutes ago posted by kalyanms1kalyanms1 46 days, 3 hours, 42 minutes ago
Tuesday, May 14, 2013 4:10:42 PM GMT Sunday, May 05, 2013 11:37:16 AM GMT
This post gives you the links for latest announcements for Microsoft developers. Announcing the Release of WebMatrix3 As most of the developers probably know that WebMatrix is free light-weight tool for building ASP.NET applications. There are tons of new features in this release including Windows Azure integration, ScottGu outlined the features here and this tool can be downloaded from here (more)
category: Web Dev | clicked: 22 | comment | | source: www.techbubbles.com
tags:
3
Shouts

Seeding a Database in Entity Framework | TechBubbles

published 38 days, 5 hours, 22 minutes ago posted by kalyanms1kalyanms1 48 days, 3 hours, 20 minutes ago
Monday, May 13, 2013 9:56:57 AM GMT Friday, May 03, 2013 11:58:26 AM GMT
The code-first approach of Entity Framework creates the database in LocalDB instance of SQL Server Express. The Entity Framework uses the model’s property names and data types to create the tables.Entity Framework uses EdmMetadata table to synchronize model classes with the database schema. To keep the database in sync with the model you need to re-create an existing database using Entity Framework. EF allows you to create the database every time when application starts or only create when it detects a c... (more)
category: Web Dev | clicked: 15 | comment | | source: www.techbubbles.com
tags:
4
Shouts

Manage folders & files in your ASP.NET MVC app with elFinder.Net

published 42 days, 4 hours, 42 minutes ago posted by lenielleniel 49 days, 4 hours, 46 minutes ago
Thursday, May 09, 2013 10:36:32 AM GMT Thursday, May 02, 2013 10:32:22 AM GMT
Recently I had to evaluate what were my options when it comes to managing folders and files in an ASP.NET MVC project – a file manager somewhat like what a Content Management System does but I needed something way simpler and intuitive and principally of easy integration. Read on to discover the extremely helpful open source project called ElFinder.Net. It's a port from the original elFinder developed for PHP by Studio 42. (more)
category: Web Dev | clicked: 35 | comment | | source: www.leniel.net
tags:
3
Shouts

Scaffolding in ASP.NET MVC4 | TechBubbles

published 48 days, 5 hours, 58 minutes ago posted by kalyanms1kalyanms1 56 days, 4 hours, 1 minute ago
Friday, May 03, 2013 9:21:14 AM GMT Thursday, April 25, 2013 11:18:11 AM GMT
Scaffolding in ASP.NET MVC generates the code for create, read, update and delete operations in your application. This post outlines the different Scaffolding templates available in MVC4. If you do not like the default scaffolding then you can customise the code generation.You need a model to start working with scaffolding so build a model first by creating new ASP.NET MVC4 project in Visual Studio 2012 and select Internet Application template. Read this post to understand the each application template p... (more)
category: Web Dev | clicked: 13 | comment | | source: www.techbubbles.com
tags:
3
Shouts

Adaptive Rendering in ASP.NET 4.5 | TechBubbles

published 52 days, 5 hours, 46 minutes ago posted by kalyanms1kalyanms1 62 days, 3 hours, 44 minutes ago
Monday, April 29, 2013 9:32:39 AM GMT Friday, April 19, 2013 11:34:37 AM GMT
Adaptive Rendering also called responsive design taking the advantage of existing HTML markup and CSS to use inside the ASP.NET Web applications. This post outlines about Adaptive Rendering, display modes and out of the box ASP.NET MVC mobile template.What is unique about .NET 4.5 application templates that ships out-of-the box uses a technique called responsive design. Responsive design is functionality of CSS to redefine the layout properties of your page based on the web and devices that you are using, (more)
category: Web Dev | clicked: 13 | comment | | source: www.techbubbles.com
tags:
30
Shouts

C# zip unzip using window shell

published 84 days, 3 hours, 59 minutes ago posted by kirankkirank 86 days, 19 hours, 15 minutes ago
Thursday, March 28, 2013 11:19:52 AM GMT Monday, March 25, 2013 8:03:36 PM GMT
zip / unzip files using C# code .yes its easy and you can do that without using any third party tools (more)
category: Web Dev | clicked: 187 | comment | | source: codingstuffsbykiran.blogspot.com
tags:
23
Shouts

CORS support for ASP.NET Web API | TechBubbles

published 84 days, 3 hours, 59 minutes ago posted by kalyanms1kalyanms1 86 days, 52 minutes ago
Thursday, March 28, 2013 11:19:52 AM GMT Tuesday, March 26, 2013 2:26:37 PM GMT
Cross-origin resource sharing (CORS) is a standard that allows your web pages to make AJAX requests to another domain. The idea of implementing this standard to ASP.NET Web API came from Brock Allen. This post outlines the preview of CORS support for ASP.NET Web API.If you try to make a request to a service that is hosted in different domain then browser actually blocks that request. Create a new ASP.NET Web API project in Visual Studio 2012 and run the application then you will see the result something ... (more)
category: Web Dev | clicked: 93 | comment | | source: www.techbubbles.com
tags:
13
Shouts

Twitter bootstrap typeahead and ASP.NET MVC - Key/Value pairs

published 84 days, 3 hours, 59 minutes ago posted by deanomachinodeanomachino 85 days, 15 hours, 54 minutes ago
Thursday, March 28, 2013 11:19:52 AM GMT Tuesday, March 26, 2013 11:24:55 PM GMT
I suck at creating CSS. As a backend developer, I've always managed to get by with my CSS skills, but I've always been jealous of my front end developer colleagues when it comes to their ability to create beautiful web pages. Fortunately, the guys at Twitter have developed a great front-end framework that comes with pre-rolled CSS and JavaScript plugins. (more)
category: Web Dev | clicked: 71 | comment | | source: www.deanhume.com
tags:
13
Shouts

Office Developer Tools for Visual Studio 2012 | TechBubbles

published 84 days, 3 hours, 59 minutes ago posted by kalyanms1kalyanms1 89 days, 29 minutes ago
Thursday, March 28, 2013 11:19:52 AM GMT Saturday, March 23, 2013 2:49:50 PM GMT
Using Developer Tools for Visual Studio you can develop new class Apps for Office and SharePoint 2013.Developing Apps is as easy as developing web applications, you can use HTML and Java Script and server side languages such as C# and VB for App development.You can then host the App in Office store or Corporate environment. The developer tools for Visual Studio 2012 can be downloaded from here. This post outlines the steps to create simple office App for word using Visual Studio new developer tools. Aft... (more)
category: Web Dev | clicked: 41 | comment | | source: www.techbubbles.com
tags:
18
Shouts

Free icon packs for developers

published 84 days, 3 hours, 59 minutes ago posted by deanomachinodeanomachino 90 days, 18 hours ago
Thursday, March 28, 2013 11:19:52 AM GMT Thursday, March 21, 2013 9:19:06 PM GMT
Over the years, I have started to hoard a collection of links to various free icons that I find on the net. Often, I use these icons to spruce up simple prototypes or just make my web pages look livelier. Unfortunately, I've been collecting these links to icon packs and never get the chance to use half of them! If you are a web developer that has need for free icons, then this might be for you. (more)
category: Web Dev | clicked: 110 | comment | | source: www.deanhume.com
tags:
11
Shouts

Creating and Deploying an ASP.NET MVC4 Application | TechBubbles

published 84 days, 3 hours, 59 minutes ago posted by kalyanms1kalyanms1 93 days, 23 hours, 47 minutes ago
Thursday, March 28, 2013 11:19:52 AM GMT Monday, March 18, 2013 3:31:55 PM GMT
This post gives you an introduction to MVC model and outlines the steps in creating a new site and adding a model, controller and view using entity framework code first. It also gives you the steps to deploy this site to Windows Azure Web Sites. (more)
category: Web Dev | clicked: 71 | comment | | source: www.techbubbles.com
tags:
Previous 1 2 3 4 5 6 7 8 9 10 ... 144 145 Next