impa
Name: impa
Score: 18,567.98
Last Seen: 357 days, 20 hours, 1 minute ago
Member Since: 7 February, 2009
DotNetShoutout
atom rss
8
Shouts

VS File Explorer – Extension #9 - Sara Ford

published 979 days, 6 hours, 18 minutes ago posted by jantujantu 982 days, 28 minutes ago
Wednesday, September 15, 2010 2:59:37 PM GMT Sunday, September 12, 2010 8:48:55 PM GMT
My series continues with the VS File Explorer.I call this extension out because of its tag line The Visual Studio File Explorer Add-in (sexy name we know, but hey, it's self documenting)Gotta love self-documenting Add-in names.Rock on.Seriously, it was the Shell Extension within Visual Studio experience that grabbed my attention. See below... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: VS, Visual Studio
6
Shouts

xmlns confusion - Rudi Grobler in the Cloud

published 981 days, 7 hours, 40 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 984 days, 13 hours, 57 minutes ago
Monday, September 13, 2010 1:37:09 PM GMT Friday, September 10, 2010 7:19:59 AM GMT
A very short article on whic scheme I should use in XAML (more)
category: Metro | clicked: 0 | comment | | source: www.rudigrobler.net
tags: XAML
7
Shouts

Simplified TextBox focus in WPF 4 - Rudi Grobler in the Cloud

published 981 days, 7 hours, 40 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 984 days, 12 hours, 19 minutes ago
Monday, September 13, 2010 1:37:09 PM GMT Friday, September 10, 2010 8:57:57 AM GMT
A very basic example of how to use {x:Reference ...} in WPF 4.0 (more)
category: Smart Client | clicked: 0 | comment | | source: www.rudigrobler.net
tags: Markup Extensions, WPF 4
4
Shouts

Config Transformation Tool: Parameters support

published 981 days, 7 hours, 40 minutes ago posted by http://outcoldman.ru/openidhttp://outcoldman.ru/openid 984 days, 14 hours, 28 minutes ago
Monday, September 13, 2010 1:37:09 PM GMT Friday, September 10, 2010 6:49:04 AM GMT
Couple of weeks ago I wrote about my small utility Config Transformation Tool, which I wrote with base of web.config transformation task. In those moments I was thinking about opportunity to pass parameters to transform file, to tool can replaces parameters in transformation file with special values. Yesterday I resolved this issue. From now I use class Microsoft.Web.Publishing.Tasks.XmlTransformation which works with strings and XmlDocuments instead of files. I had two tasks: (a) I need method which wil... (more)
category: Architecture | clicked: 1 | comment | | source: outcoldman.ru
tags: .NET, C#, XDT, XML-Document-Transform, CodePlex, Config Transformation Tool
5
Shouts

WPF & Silverlight at risk from Microsoft's passion for HTML5

published 981 days, 7 hours, 40 minutes ago posted by mikeukmikeuk 984 days, 13 hours, 3 minutes ago
Monday, September 13, 2010 1:37:09 PM GMT Friday, September 10, 2010 8:14:01 AM GMT
Is WPF dead? Is Silverlight dead? Will Microsoft embrace and assimilate HTML5? Rumours are all we have - but they are plausible rumours. (more)
category: Metro | clicked: 0 | comment | | source: www.i-programmer.info
4
Shouts

.NET Links of the Week #36

published 981 days, 7 hours, 40 minutes ago posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 984 days, 1 hour, 45 minutes ago
Monday, September 13, 2010 1:37:09 PM GMT Friday, September 10, 2010 7:32:22 PM GMT
.NET Links of the Week #36! Enjoy reading! (more)
category: How To | clicked: 0 | comment | | source: www.mbaldinger.com
tags: linklist
6
Shouts

Parallel programming in .NET – Introduction « Kevin Pelgrims

published 981 days, 7 hours, 40 minutes ago posted by http://kevinpelgrims.wordpress.com/http://kevinpelgrims.wordpress.com/ 984 days, 12 hours, 45 minutes ago
Monday, September 13, 2010 1:37:09 PM GMT Friday, September 10, 2010 8:32:15 AM GMT
What is parallel programming? Sequential programming assumes a set of instructions that are executed sequentially by a single processor. The point of parallel programming is to program systems that consist of multiple processors and therefore have multiple simultaneous instruction streams.Why do we need it? The clock speeds of chips are no longer increasing. All future improvements in computer speed will come from parallelism. In other words, more and more processors are being added to new computers. T... (more)
category: Architecture | clicked: 1 | comment | | source: kevinpelgrims.wordpress.com
tags: .net parallel
13
Shouts

Complexity in ASP.NET MVC, Part 1: Dealing With Large Models

published 974 days, 8 hours, 46 minutes ago posted by sonukapoorsonukapoor 984 days, 6 hours ago
Monday, September 20, 2010 12:31:05 PM GMT Friday, September 10, 2010 3:17:14 PM GMT
At times, every developer has a web forms page or MVC view that ends up getting pretty complex, for various reasons. Whether it pulls in and integrates a lot of data (such as a portal page) or allows users to edit a lot of information, applications require data, and the amount of data grows over time. It’s a simple reality. We’re going to examine what a larger ASP.NET MVC view looks like, and some actions we can take to keep the model instantiation code as slim as possible. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: MVC, ASP.NET
9
Shouts

Import Shapefiles into SQL Server and Aggregate Spatial Data (Geometry)

published 983 days, 3 hours, 47 minutes ago posted by dharadhara 984 days, 15 hours, 49 minutes ago
Saturday, September 11, 2010 5:30:17 PM GMT Friday, September 10, 2010 5:28:23 AM GMT
Around 6 months ago, I was desperately looking for some online resources to help me implement some map reports. The shapefile I was dealing with was at a very granular level (which means that it had a lot of data, 2.5 MB in size), and we needed to do some custom aggregations on the spatial data. As the custom aggregations were done at report run time, it turned out to be a major performance bottleneck. (more)
category: Data | clicked: 1 | 3 comments | | source: beyondrelational.com
tags: SQL Server, MSBI, BI, SSRS
5
Shouts

Entity Framework Code First and WCF Data Services

published 983 days, 3 hours, 47 minutes ago posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 984 days, 16 hours, 3 minutes ago
Saturday, September 11, 2010 5:30:17 PM GMT Friday, September 10, 2010 5:13:55 AM GMT
Entity Framework combined with WCF Data Services provides you a fast approach to present your data. In combination with Entity Framework Code first it allows you to create simple applications, which shows a quick result and are also easy to maintain! (more)
category: How To | clicked: 4 | comment | | source: www.mbaldinger.com
tags: .NET, EF, WCF Data Services, ef code first
8
Shouts

A Feature-driven Comparison of Entity Framework and NHibernate-Lazy loading

published 983 days, 3 hours, 47 minutes ago posted by sonukapoorsonukapoor 984 days, 20 hours, 54 minutes ago
Saturday, September 11, 2010 5:30:17 PM GMT Friday, September 10, 2010 12:23:00 AM GMT
Last month I took the challenge of trying to compare Entity Framework (EF4) and NHibernate (NH) in a hopefully unbiased and feature-driven way. In this article, I'll start looking into some programming features such as lazy loading. (more)
category: Architecture | clicked: 0 | comment | | source: dotnetslackers.com
tags: EF, NHibernate
12
Shouts

Script Component–Source Part2 Retain last record - Sudeep's Domain

published 984 days, 6 hours, 7 minutes ago posted by http://rajsudeep.blogspot.com/http://rajsudeep.blogspot.com/ 992 days, 6 hours, 55 minutes ago
Friday, September 10, 2010 3:10:12 PM GMT Thursday, September 02, 2010 2:22:25 PM GMT
Sudeep's DomainHomeContactRSS for Posts So keeping my focus on SSIS Script Component as Source I show another example. Mostly Script component is needed when source is Flat file and we need to retain the previous record value(s) to be used in the next record(s). Keeping this in mind I present the scenario:.... read on... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, Script Component Source, MSBI, SSIS, Script Component, Retain Last Record
7
Shouts

Findout Calling procedure name using @@PROCID

published 984 days, 6 hours, 7 minutes ago posted by dharadhara 984 days, 12 hours, 18 minutes ago
Friday, September 10, 2010 3:10:12 PM GMT Friday, September 10, 2010 8:59:19 AM GMT
Suppose you want to find out the name of the procedure that calls the procedure being executed,you can use system function @@PROCID which returns the object id of the current procedure. (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
7
Shouts

Inside C# Data Structs

published 983 days, 3 hours, 47 minutes ago posted by mikeukmikeuk 986 days, 9 hours ago
Saturday, September 11, 2010 5:30:17 PM GMT Wednesday, September 08, 2010 12:16:54 PM GMT
C# data structures are aggregates of any other data type you care to think of. Usually you can just ignore the details of using them but occasionally you need to get deep inside and control what happens. We look at how to control they layout of structs and how to pass them to unmanaged code. (more)
category: How To | clicked: 0 | comment | | source: www.i-programmer.info
tags: C#, structs, pinvoke
6
Shouts

Building OpenPOS: Part 11 - ClickOnce - Rudi Grobler in the Cloud

published 983 days, 3 hours, 47 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 986 days, 13 hours, 27 minutes ago
Saturday, September 11, 2010 5:30:17 PM GMT Wednesday, September 08, 2010 7:50:31 AM GMT
Article on how to deploy a clickOnce app to codeplex and make it auto update itself (more)
category: Smart Client | clicked: 5 | comment | | source: www.rudigrobler.net
tags: ClickOnce, OpenPOS, WPF, CodePlex
10
Shouts

Why we should not use cast, convert and Year() function on datetime column in where clause?

published 983 days, 3 hours, 47 minutes ago posted by dharadhara 986 days, 12 hours, 14 minutes ago
Saturday, September 11, 2010 5:30:17 PM GMT Wednesday, September 08, 2010 9:03:15 AM GMT
This post is inspired by a discussion at MSDN forums, which is about the Performance effect of Cast,Convert and Year() functions on Datetime columns in where clause. (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
7
Shouts

Most popular .NET web frameworks

published 983 days, 3 hours, 47 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 985 days, 11 hours, 40 minutes ago
Saturday, September 11, 2010 5:30:17 PM GMT Thursday, September 09, 2010 9:37:21 AM GMT
What is most popular .NET WEB Frameworks? Web frameworks for .NET - some confusion around the difference between WebForms, ASP.NET MVC, FubuMVC, ASP.NET.  Basic explanations of these frameworks, what the intended audience is for each, and what the strengths and weaknesses are of this Frameworks. This is not an exhaustive list. It does not include all the frameworks that are out there. There are many good ones for. NET each with their own particular take on the matter in behalf what you need. (more)
category: Web Dev | clicked: 1 | comment | | source: blog.agafonov.net.ua
tags: web2.0, .NET Framework, Casttle Project, .net web, Web, FubuMVC, Monorail, Web Frameworks, ASP.NET Framework, ASP.MVC, WinForms, ASP.NET
5
Shouts

When it Comes to Asp.Net: Handling Head Section Dynamically

published 983 days, 3 hours, 47 minutes ago posted by ashishsarda99ashishsarda99 986 days, 8 hours, 59 minutes ago
Saturday, September 11, 2010 5:30:17 PM GMT Wednesday, September 08, 2010 12:18:34 PM GMT
Share| When it comes to Search Engine Optimization there are few modifications we need to do in Header Section. If a web application has simple structure then handling Head Section is an easy task. But consider an application like E-Commerce store where there is huge collection of different kind of products which belongs to various categories and sub categories. In that case we have to manipulate many things for every request depending on the product, its details, depending on category and subcategory. (... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: aspdotnetmatters.blogspot.com
tags: search engine optimisation, web development, ASP.NET
5
Shouts

Use of Expression Trees in .NET for Lambda Decomposition

published 983 days, 3 hours, 47 minutes ago posted by dotnetfundadotnetfunda 986 days, 3 hours, 25 minutes ago
Saturday, September 11, 2010 5:30:17 PM GMT Wednesday, September 08, 2010 5:51:55 PM GMT
Expression Trees comes very handy when you want your lambda expression to be evaluated only when the object needs it to be compiled. Generally when we pass an annonymous delegate it builds the entire Expression Tree and C# is capable of building the expression at runtime. In this article I will explain how you could decompose an expression into an Expression Tree (more)
category: Architecture | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: C#
4
Shouts

GC Start and Stop events in .NET using Windbg « Naveen's Blog

published 984 days, 6 hours, 7 minutes ago posted by reshmireshmi 986 days, 7 hours, 29 minutes ago
Friday, September 10, 2010 3:10:12 PM GMT Wednesday, September 08, 2010 1:48:42 PM GMT
I was recently showing someone the new ETW features in .NET especially the GC Event notification and I was asked if we can get this using Windbg. So here is the sample code for the GC Collection namespace GCStartStop { public partial class Form1 : Form { public Form1() { InitializeComponent(); button1.Click += (s, b) => GC.Collect(2); button1.Click += (s, b) => GC.Collect(1); } } } The goal is set to a break-point only when the collection count is 2. Here is a bp script for doing this. bp clr!WKS::G... (more)
category: Architecture | clicked: 1 | comment | | source: naveensrinivasan.com
tags: WinDbg
Previous 1 2 ... 8 9 10 11 12 13 14 15 16 17 ... 124 125 Next