DotNetShoutout - Stories tagged with .NET
5
shouts

.NET Framework/ASP.NET/C# Development Ultimate Learning Resources (Tutorials for Beginners to Advanced) | {Programming} & Life

published 1 day, 1 hour, 28 minutes ago posted by http://grahamoneale.myvidoop.com/http://grahamoneale.myvidoop.com/ 1 day, 7 hours, 43 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Monday, March 15, 2010 5:40:44 AM GMT
Today I am taking a few minutes time-out to share some links with you I found for a friend today who wished to start out learning ASP.NET web development. I’m sharing them because I was absolutely astonished at how hard it was to find any decent, rich tutorial resources on the topic of ASP.NET and C# development. Many of the top ranking links on Google I felt did not either start at the right place, were too complicated for beginners or was missing information, but more so I wanted to hand on a single ... (more)
category: ASP.NET | clicked: 50 | 1 comment | | source: goneale.com
tags: .NET, ASP.NET, C#
6
shouts

Piracy in .NET /Silverlight Code – Part 1 – Even when the code is obfuscated

published 1 day, 1 hour, 28 minutes ago posted by reshmireshmi 1 day, 20 hours, 46 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Sunday, March 14, 2010 4:38:12 PM GMT
This is going to be a series of posts where I am going to demonstrating how someone with little advanced knowledge in .NET can hack in to the code, and circumventing licensing logic. I know there are other ways to prevent this ,which I am not going to be discussing about. The usual assumption is that, if the code is obfuscated and signed , then it is close to impossible for someone to hack in to the code because the method names and variables are jumbled up, which would prevent someone from figuring wha... (more)
category: Architecture | clicked: 74 | comment | | source: naveensrinivasan.com
tags: .NET, Debugging, Silverlight 3, WinDbg
5
shouts

Bidirectional Integrity: IEnumerable and read only Entity properties

published 1 day, 1 hour, 28 minutes ago posted by http://sblakemore.com/blog/http://sblakemore.com/blog/ 2 days, 2 hours, 8 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Sunday, March 14, 2010 11:16:21 AM GMT
Keeping your bidirectional relationships in sync and providing a clean API for consumers which only exposes the operations you want them to see. (more)
category: Architecture | clicked: 35 | comment | | source: sblakemore.com
tags: .NET, C#, DDD
3
shouts

YouTube - Rich Ajax Web Applications Development Demo

posted by webguiwebgui 6 days, 51 minutes ago
Wednesday, March 10, 2010 12:33:01 PM GMT
Ajax empowered Web applications development with the complete Develop/Design/Run Visual WebGui Platform version (more)
category: Ajax | clicked: 8 | comment | | source: www.youtube.com
tags: .NET, Ajax, applications, ASP .NET, developers, Framework, Programming, UI, UI Design, Web, web 2.0, web application development, web design, web development
6
shouts

DotNetRocks - Show #531 - Toad + .NET = Datadude for Oracle

published 6 days, 1 hour, 55 minutes ago posted by mithumithu 6 days, 14 hours, 44 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Tuesday, March 09, 2010 10:40:10 PM GMT
Carl and Richard talk to Daniel Norwood and Daniel Wood (I know) from Quest Software, makers of Toad - data tools for Oracle. Now providing Toad Extention for Visual Studio .NET, bringing all of the Datadude features of Visual Studio to Oracle developers. (more)
category: Podcast | clicked: 51 | comment | | source: www.dotnetrocks.com
tags: .NET, Datadude, developers, DotNetRocks, Oracle, Toad, Visual Studio
3
shouts

Automatic Factories With Unity 2.0

posted by xunilrjxunilrj 9 days, 8 hours, 33 minutes ago
Sunday, March 07, 2010 4:51:13 AM GMT
Unity 2.0 comes with new features. But the feature i want to talk about is "Automatic Factory". This feature is useful when one class has a dependency in another but may not need to have the instance of dependency in the constructor. Or, just want to create the dependency in another time. (more)
category: Architecture | clicked: 6 | comment | | source: www.machinaaurum.com.br
tags: .NET, C#, DI, IoC, Unity
4
shouts

ProSysPlus Blog: The Empty Client and The Cloud

published 10 days, 22 hours, 50 minutes ago posted by webguiwebgui 12 days, 4 hours, 16 minutes ago
Friday, March 05, 2010 2:33:53 PM GMT Thursday, March 04, 2010 9:07:49 AM GMT
"...I read about the cloud being used for complex data-based applications, that latency could well be an issue... This is the issue that Visual WebGui solves: what is essentially a Windows Forms application runs on the Visual WebGui server, and only the image of the application is transmitted to the client, and only the users actions are transmitted back to the Visual WebGui server. They call this the Empty Client model..." (more)
category: Architecture | clicked: 35 | comment | | source: blog.prosysplus.com
tags: .NET, Cloud, cloud applications, Cloud Computing, data, Programming, Security, Software
4
shouts

The Empty Client and The Cloud

published 10 days, 22 hours, 50 minutes ago posted by webguiwebgui 12 days, 4 hours, 19 minutes ago
Friday, March 05, 2010 2:33:53 PM GMT Thursday, March 04, 2010 9:05:03 AM GMT
"...I read about the cloud being used for complex data-based applications, that latency could well be an issue... This is the issue that Visual WebGui solves: what is essentially a Windows Forms application runs on the Visual WebGui server, and only the image of the application is transmitted to the client, and only the users actions are transmitted back to the Visual WebGui server. They call this the Empty Client model..." Hank Fay (more)
category: Architecture | clicked: 35 | comment | | source: www.reddit.com
tags: .NET, Cloud, cloud applications, data, Development, platform, Programming, Security
7
shouts

DeepFriedBytes - Episode 46: Using PowerShell to be more Productive with Steven Murawski

published 15 days, 45 minutes ago posted by mithumithu 15 days, 17 hours, 58 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Sunday, February 28, 2010 7:26:17 PM GMT
.NET developers have had the .NET Framework to themselves long enough. Why not let the ITPros have some fun and productivity that comes with using .NET? That is why we now have PowerShell. In this episode, Keith and Woody sit down with Steve Murawski to discuss PowerShell for the ITPro and .NET developer communities. The guys discuss the many ways to use PowerShell and how it can save time and sanity for highly productive developers and IT folks. (more)
category: Podcast | clicked: 55 | comment | | source: deepfriedbytes.com
tags: .NET, .NET developers, .NET Framework, DeepFriedBytes, ITPro, Powershell
4
shouts

The Security of the Empty Client Model: In contract with AJAX

posted by webguiwebgui 16 days, 1 hour, 14 minutes ago
Sunday, February 28, 2010 12:10:03 PM GMT
'The benefits of AJAX are undisputed, in particular the techniques that empowered the Web 2.0 experience. This helped make AJAX very popular among mainstream webprogramming because it offered a richer web UI and more fluid page transitions. Today, approximately 60% of all newly built websites use some AJAX components. AJAX, however, has not achieved a penetration rate that is even close to that of the enterprises. In fact, only 1% of newly built enterprise web applications utilize major AJAX infrastruct... (more)
category: Ajax | clicked: 3 | comment | | source: www.visualwebgui.com
tags: .NET, Ajax, ASP.NET, Frameworks, IT, sevurity, UI, web 2.0, Web applications, web development
8
shouts

Get function return values and profiling information in .NET using Windbg

published 16 days, 29 minutes ago posted by reshmireshmi 18 days, 17 hours, 21 minutes ago
Sunday, February 28, 2010 12:54:31 PM GMT Thursday, February 25, 2010 8:02:40 PM GMT
There have been times when we would like to the know function return value ,debug within the function and get profiling information like the duration of a function. VS.NET provides all these features, but in production environment we won’t have VS.NET. This is where Windbg comes in handy.  Here is the sample code that I am going to use. using System; using System.Collections.Generic; using System.Threading; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form... (more)
category: Architecture | clicked: 40 | comment | | source: naveensrinivasan.com
tags: .NET, SOS, WinDbg
6
shouts

Web 2.0 | Did you know.. How to generate Excel 2007 file in C#?

published 17 days, 22 hours, 46 minutes ago posted by farooqkaiserfarooqkaiser 19 days, 20 hours, 54 minutes ago
Friday, February 26, 2010 2:37:38 PM GMT Wednesday, February 24, 2010 4:30:25 PM GMT
You can do it using ExcelPackagethat provides server-side generation of Excel 2007 spreadsheets. You can download it from codeplex.  Here is sample code to generate XLSX file using ExcelPackage. 1: FileInfo XLSXFile = new FileInfo(XLSXFileName); 2:using (ExcelPackage xlPackage = new ExcelPackage(XLSXFile)) 3: { 4: ExcelWorksheet worksheet = xlPackage.Workbook.Worksheets.Add("Sheet1"); 5:  6:int row = 1; 7:foreach (DataRow dr in dataTable.Rows) 8: { 9:int col =... (more)
category: ASP.NET | clicked: 32 | comment | | source: www.fairnet.com
tags: .NET, C#, Office 2007, XLSX
3
shouts

Web 2.0 | Did you know.. How to create CSV or Text file in C#?

posted by farooqkaiserfarooqkaiser 20 days, 15 hours, 25 minutes ago
Tuesday, February 23, 2010 9:58:52 PM GMT
Here is our C# code to generate CSV file. 1: StringBuilder sb = new StringBuilder(); 2:string strDelimiter = ","; 3:  4:foreach (DataRow dr in table.Rows) 5: { 6:string[] arr = Array.ConvertAll(dr.ItemArray, new Converter (more)
category: ASP.NET | clicked: 9 | comment | | source: www.fairnet.com
tags: .NET, C#, CSV
3
shouts

Desktop Publishing Work Order Scheduling Application exceeds client expectations

posted by webguiwebgui 21 days, 11 minutes ago
Tuesday, February 23, 2010 1:13:08 PM GMT
"Development assumed productivity would be equal to the speed of developing WinForms applications, and this proved to be a correct assumption… the application performs very well and… has exceeded expectations," Mike Bennett. (more)
category: ASP.NET | clicked: 2 | comment | | source: www.visualwebgui.com
tags: .NET, Ajax, Framework, rich internet applications, UI, Web, web development, Windows Forms, WinForms
7
shouts

Some e-books and .NET 4.0 beta exams

published 19 days, 18 hours, 43 minutes ago posted by gpeipmangpeipman 21 days, 4 hours, 26 minutes ago
Wednesday, February 24, 2010 6:40:36 PM GMT Tuesday, February 23, 2010 8:58:02 AM GMT
Lately I have found some pretty interesting e-books about different technologies and one announcement about .NET Framework 4.0 beta exams. In this posting I will introduce you books I found and first beta exams. (more)
category: Foundation | clicked: 36 | comment | | source: weblogs.asp.net
tags: .NET, Office, Virtualization, Windows
8
shouts

Unit testing and mocking internal interfaces with RhinoMocks

published 20 days, 17 hours, 46 minutes ago posted by http://roboblob.myopenid.com/http://roboblob.myopenid.com/ 21 days, 18 hours, 23 minutes ago
Tuesday, February 23, 2010 7:37:51 PM GMT Monday, February 22, 2010 7:00:33 PM GMT
Unit testing and mocking internal interfaces with RhinoMocks Im working on a project that i want to cover with unit tests as much as possible. Problem is that most of the things i need to test are kept internal inside some libraries. Im not the kind of purist that will avoid unit testing internal classes. If its some very important code i want to test it even if its internal. Another case when i want to access internal classes is when i want to te... (more)
category: Agile | clicked: 50 | comment | | source: blog.roboblob.com
tags: .NET, C#, Mocking, Rhino, Rhino Mocks, TDD, unit testing, Unit Test
7
shouts

A 10 minute ASP.NET MVC Twitter Search App – Using a Duck Typed (dynamic) View Model using ElasticObject

published 21 days, 7 hours, 24 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 22 days, 2 hours, 59 minutes ago
Tuesday, February 23, 2010 6:00:03 AM GMT Monday, February 22, 2010 10:25:05 AM GMT
The objective of this article is to demonstrate how to use duck typed (dynamic) view models with ASP.NET MVC, especially when you work with fluid data stores like XML. As we are using .NET dynamic features, you’ll need VS2010 beta or RC to work with the samples. Full source code is available, but I’ll recommend you to go through the article before you download. [v] Download Twitter Search AspNetMvcDemoApp The Application Alright, to start with, have a look at the application screen shot below. It is a... (more)
category: ASP.NET | clicked: 28 | comment | | source: amazedsaint.blogspot.com
tags: .NET, .Net 4.0, ASP.NET, MVC
4
shouts

Code Metrics: Measuring LoC in .NET applications

published 22 days, 18 hours, 48 minutes ago posted by gpeipmangpeipman 23 days, 14 hours, 29 minutes ago
Sunday, February 21, 2010 6:36:05 PM GMT Saturday, February 20, 2010 10:54:55 PM GMT
My previous posting gave quick overview of code metric called Lines of Code (LoC). In this posting I will introduce you how to measure LoC in Visual Studio projects using Visual Studio Code Analysis and NDepend. (more)
category: Foundation | clicked: 9 | comment | | source: weblogs.asp.net
tags: .NET, Code Metrics, loc
6
shouts

Dot Net Facts: Hide specific cell values in DataGridView

published 22 days, 18 hours, 48 minutes ago posted by eugenciutaeugenciuta 24 days, 16 hours, 53 minutes ago
Sunday, February 21, 2010 6:36:05 PM GMT Friday, February 19, 2010 8:30:27 PM GMT
In this post I will show you how to hide a specific cell value in a DataGridView control. (more)
category: UX | clicked: 31 | comment | | source: dotnetfacts.blogspot.com
tags: .NET, cell, DataGridView, hide, values
12
shouts

Introducing ElasticObject for .NET 4.0 - An easier way to work with XML in CSharp, A Smarter Cousin of ExpandoObject.

published 22 days, 18 hours, 48 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 24 days, 19 hours, 47 minutes ago
Sunday, February 21, 2010 6:36:05 PM GMT Friday, February 19, 2010 5:36:55 PM GMT
This is an intro post on the ‘ElasticObject’ concept I’ve implemented some time back – First of all, let us see what exactly the ElasticObject implementation is capable off. After that we might touch the implementation details. To start with, here are few scenarios you can use ElasticObjectAn easier, fluid way to work with data formats – like XML and JSON. Presently, we’ve some support for XML. Cleaner code though it is duck typed A ... (more)
category: Foundation | clicked: 91 | comment | | source: amazedsaint.blogspot.com
tags: .NET, C#, dynamic, DynamicObject, XML
Previous 1 2 3 4 5 6 7 8 9 10 ... 21 22 Next