DotNetShoutout - Upcoming stories (page 8)
3
Shouts

Creating classes at runtime in .NET

posted by traskjdtraskjd 534 days, 11 hours, 45 minutes ago
Wednesday, December 07, 2011 9:25:20 PM GMT
This post explores creating whole new types at runtime as well as answering the question of why you may want to do this. Learn about some of the secret sauce being used by popular frameworks! (more)
category: How To | clicked: 5 | comment | | source: www.mindscapehq.com
tags: Code Generation, runtime, Secret Sauce, Types, Mindscape
2
Shouts

Increasing your productivity with Visual Studio 2010

posted by http://djsolid.myopenid.com/http://djsolid.myopenid.com/ 534 days, 23 hours, 22 minutes ago
Wednesday, December 07, 2011 9:48:40 AM GMT
Contents - Use shortcuts - Use NuGet - Don't start your project with Debugging - Use the Clipboard Ring - Use a color scheme - Rename from Smart Tag and more... (more)
category: Web Dev | clicked: 11 | comment | | source: dotnetslackers.com
tags: VS 2010
4
Shouts

SOLID - Things Every Senior .NET Developer Should Know, Part 2

posted by Matt_TCFMatt_TCF 535 days, 6 hours, 6 minutes ago
Wednesday, December 07, 2011 3:04:01 AM GMT
Think you’re a senior .NET developer? Then you should already be familiar with SOLID, a set of five principles originally introduced by Robert Martin. These principles will help guide you towards better, more maintainable code and may help you have more fun at the same time. In this article, I’ll cover the Single Responsibility, Open-Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion principles. (more)
category: How To | clicked: 9 | comment | | source: trycatchfail.com
tags: Principles and Patterns, SOLID
2
Shouts

Microsoft SharePoint 2010 for Dummies | SharePointBoost Blog

posted by tech-kingtech-king 535 days, 6 hours, 32 minutes ago
Wednesday, December 07, 2011 2:38:45 AM GMT
Microsoft SharePoint 2010 for Dummies This is the first episode of SharePoint Book recommendation series, which intends to introduce some best SharePoint books. If you are author, or know some good books, please feel free to contact us. (more)
category: Web Dev | clicked: 12 | comment | | source: www.sharepointboost.com
tags: SharePoint 2010, Sharepoint
2
Shouts

Web Standards Update for Microsoft Visual Studio 2010 SP1

posted by viperguynazviperguynaz 535 days, 7 hours, 30 minutes ago
Wednesday, December 07, 2011 1:40:21 AM GMT
Developer Ramblings in C# .NET Development Tips from Falcon Web Technologies Home Archive ContactLog inHome » .NET | FeaturedWeb Standards Update for Microsoft Visual Studio 2010 SP16. December 2011by viperguynaz0 Comments Updated 10/2/2011 - The Visual Studio Web Standards Update provides the much wanted HTML5 & CSS3 support to Visual Studio 2010 SP1. It brings VS 2010 intellisense & validation as close to W3C specif... (more)
category: Web Dev | clicked: 1 | comment | | source: www.falconwebtech.com
tags: Visual Studio, CSS 3, VS 2010, HTML 5
2
Shouts

Efficient Use of Try Catch Block | dotnetExpertGuide.com

posted by nandipnandip 535 days, 23 hours, 33 minutes ago
Tuesday, December 06, 2011 9:37:50 AM GMT
In all application, whether it is web or desktop, whether it is built in .NET or JAVA or any other language, we all are using (and we should use if we are not!) Try Catch Block or similar available mechanism to handle the exception. But recently while I was working on one application, I observed that Try Catch Block was also used to make decision!!! As Try Catch mechanism is provided to handle exception and hence it is heavy operation and utilizes more CPU, we should not use Try Catch for such decision ... (more)
category: Web Dev | clicked: 10 | comment | | source: www.dotnetexpertguide.com
tags: Programming, C#, ASP .NET
3
Shouts

Yet Another Approach to NHibernate Session-Per-Method-Call Using StructureMap

posted by Matt_TCFMatt_TCF 536 days, 3 hours, 39 minutes ago
Tuesday, December 06, 2011 5:31:49 AM GMT
There are several documented approaches you can follow to implement the session-per-method-call pattern with NHibernate and StructureMap. The majority of these approaches fail to leverage the full capabilities of StrurctureMap and are therefore more complex than they need to be. In this short post, I’ll show you how you can implement a simpler solution by utilizing StructureMap’s nested containers. (more)
category: Web Dev | clicked: 20 | comment | | source: trycatchfail.com
tags: webservices, NHibernate, WCF, StructureMap
2
Shouts

Windows Phone Sites Around the World

posted by http://kodierer.blogspot.com/http://kodierer.blogspot.com/ 536 days, 12 hours, 17 minutes ago
Monday, December 05, 2011 8:53:15 PM GMT
This post contains a list of international and regional Windows Phone news sites focused on consumers. This list could be useful if a developer plans to release a localized version of an app and want to promote it a bit. (more)
category: Metro | clicked: 6 | comment | | source: kodierer.blogspot.com
tags: WP7, Windows Phone, wpdev
2
Shouts

MS degree from BITS PILANI : DotNetFunda.Com

posted by dotnetfundadotnetfunda 537 days, 4 hours, 58 minutes ago
Monday, December 05, 2011 4:12:33 AM GMT
Hi I am a dot net professional spent more than seven years in this technology. I am thinking of pursuing M.S. in Software Engineering throught BITS Pilani through my employer. This is 2 Years course which I can do while working as a normal prfessiona. My Question is , WIll M.S. degree help me in near future ? If yes what are the other opportunity will it explore apart from IT industry. Any answers will be appreciable. :) (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: careeradvice
2
Shouts

Announcing the EntitySpaces Punchout Early Adopters Program (for Knockout 1.3)

posted by MikeGriffinMikeGriffin 537 days, 6 hours, 21 minutes ago
Monday, December 05, 2011 2:49:22 AM GMT
KICK IT !! The Punchout Grid (and coming suite of controls) are written using JavaScript and leverage Knockout 1.3. If you are not familiar with Knockout yet you really should check it out. Punchout is licensed under the MIT license. This means anyone can use Punchout for free including in commercial applications. EntitySpaces, LLC is the sponsor and will be overseeing the development of Punchout on github. The design approach is such that Punchout can be used with or without EntitySpaces. However, th... (more)
category: Architecture | clicked: 26 | comment | | source: www.entityspaces.net
tags: EntitySpaces, Punchout, JavaScript, knockout
2
Shouts

Asim Sajjad: Bringing SelectedItem Into Focus Using DataGrid Control

posted by asimsajjadasimsajjad 537 days, 18 hours, 59 minutes ago
Sunday, December 04, 2011 2:11:15 PM GMT
Problem :               When using datagrid control of the silverlight control there is situation when datagrid control has lots of records and vertical scrolling of the datagrid control is visible and the selected item of the datagrid control is not in the view as the scrolling (vertical scrolling of the datagrid is visible due to large record). So it is important to give focus to the selected item of the datagrid control.In this post I will give you solution of this problem which many of you may have... (more)
category: Metro | clicked: 11 | comment | | source: asimsajjad.blogspot.com
tags: Silverlight 4
2
Shouts

SQLAuthority News – Microsoft SQL Server ODBC Driver for Linux Available Now « Journey to SQLAuthority with SQL Server

posted by pinaldavepinaldave 538 days, 2 hours, 42 minutes ago
Sunday, December 04, 2011 6:28:38 AM GMT
Yesterday I went to watch movie based on recommendation of the readers on my Facebook page. If you think we only discuss SQL on facebook page, it is not correct. We discussion pretty much everything what DBA do in their daily life. During the movie, someone recognized me from our blog photo. He changed his sit and while I was watching movie and asked couple of quick question. I understand it is a bad manner to talk in movie while others are watching but still answered him quickly. Let us call him Jatin.... (more)
category: Data | clicked: 6 | comment | | source: blog.sqlauthority.com
2
Shouts

Asim Sajjad: Communication Between Silverlight And JavaScript (Part 2)

posted by asimsajjadasimsajjad 538 days, 4 hours, 29 minutes ago
Sunday, December 04, 2011 4:41:47 AM GMT
This post is the second part of the series of Communication Between Silverlight And JavaScript. In the First part I have discuss how to call JavaScript from the managed code.Now in this post I will discuss how to call the managed code from the JavaScript. Calling Managed Code From JavaScript :                                                                   In order to access managed code from the JavaScript you have to do following steps. Step 1:           In step 1 what you have to make is the to... (more)
category: Metro | clicked: 6 | comment | | source: asimsajjad.blogspot.com
tags: Silverlight 4
2
Shouts

Asim Sajjad: Communication Between Silverlight And JavaScript

posted by asimsajjadasimsajjad 538 days, 4 hours, 30 minutes ago
Sunday, December 04, 2011 4:40:54 AM GMT
Problem:            While developing silverlight application there are some situation when you need to pass some information from silverlight application (which you can say managed code) to the JavaScript and also from JavaScript to silverlight application (which you can say calling managed code from the JavaScript). So in this post I will discuss how you can communicate between JavaScript and silverlight  application and vice verse.Solution:                I have develop simple application which displ... (more)
category: Metro | clicked: 5 | comment | | source: asimsajjad.blogspot.com
tags: Silverlight 4
2
Shouts

Shark Compiler Control for Visual Studio review

posted by SergeyVlasovSergeyVlasov 539 days, 3 hours, 37 minutes ago
Saturday, December 03, 2011 5:33:39 AM GMT
Speed up C++ compilation in Visual Studio 2010, 2008 and 2005 using multiple processor cores… (more)
category: How To | clicked: 8 | comment | | source: visualstudioaddins.svprogramming.net
tags: Parallel Processing, C++, Visual Studio
2
Shouts

career in python.. : DotNetFunda.Com

posted by dotnetfundadotnetfunda 539 days, 4 hours, 13 minutes ago
Saturday, December 03, 2011 4:57:26 AM GMT
sir, i am sakthi from chennai..i did my btech (2010 passed out) and currently working in small IT firm..just 2 months back only i had joined this company..currently they have put me as a python trainee..here salary is very low and also i had signed a bond for two years..now my question is whether i could join a MNC at the end of this two years..i am really very much worried about my future..some ppl are saying open source is an upcoming field ,so its have great scope, but i am not convinced with those th... (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: careeradvice
2
Shouts

C#/.NET Fundamentals: Safely and Efficiently Raising Events

posted by BlackRabbitCoderBlackRabbitCoder 540 days, 5 hours, 31 minutes ago
Friday, December 02, 2011 3:39:04 AM GMT
A couple of posts ago, I discussed the EventHandler (more)
category: Web Dev | clicked: 6 | 1 comment | | source: www.blackrabbitcoder.net
tags: .NET, C#, fundamentals, delegates, Events, CSharp
2
Shouts

Reloading a Razor WebGrid after Ajax calls using a partial view - .NET Development - Gal Ratner

posted by galratnergalratner 540 days, 8 hours, 40 minutes ago
Friday, December 02, 2011 12:30:52 AM GMT
If you are using Razor and MVC you probably make some use of the built in controls in System.Web.Helpers. WebGrid, located in the Helpers assembly, was created for WebMatrix’s Razor Web Pages and landed itself nicely to Razor views in MVC. WebGrid, much like ASP.NET’s ListView control, is designed to display a data driven HTML table on the screen. It has support for paging, sorting and column customization. In this article, we will be taking a quick look at loading a WebGrid with data, both as a part o... (more)
category: Web Dev | clicked: 75 | comment | | source: galratner.com
tags: Razor, MVC
2
Shouts

ResourceManager with an External Assembly DLL

posted by lenielleniel 540 days, 12 hours, 41 minutes ago
Thursday, December 01, 2011 8:29:41 PM GMT
As a software developer I like to work with everything that is related to software Localization known as L10n. Besides being a developer working defining the architecture that will be adopted in a given project and doing the hard “FUN” work writing the code, I’m also a translator. One thing I've been trying to do recently is to be able to use localized strings that are present in an external assembly [ DLL ] using the ResourceManager object. Read on... (more)
category: Web Dev | clicked: 13 | comment | | source: www.leniel.net
tags: ASP.NET MVC, Programming, C#, ResourceManager, dll, translation, Razor, Helpers, L10n, resx, resource files, Localization, ASP.NET
2
Shouts

Building a Windows Azure App using Azure Queue, Azure Table and ASP.NET MVC Web Role - Shiju Varghese's Blog

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 540 days, 14 hours, 27 minutes ago
Thursday, December 01, 2011 6:43:21 PM GMT
In this post, I will demonstrate a Windows Azure app using Azure Queue, Azure Table and a ASP.NET MVC 4 Web Role application. This post is explaining few initial steps for building a demo Azure app where asynchronous commands (write operations that changes the data) put into Azure Queue and an Azure Work Role will persist the data into Azure Table from Queue messages for the read operations. The source code is available from http://azurehack.codeplex.com/ .The demo application will modify and add more fu... (more)
category: Architecture | clicked: 49 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Windows Azure, Windows Azure Storage
Previous 1 2 ... 4 5 6 7 8 9 10 11 12 13 ... 168 169 Next