Friday, November 03, 2017

Apache spark

Installation and troubleshooting errors.
http://nishutayaltech.blogspot.com/2015/04/how-to-run-apache-spark-on-windows7-in.html

In Command Prompt run "spark-shell"

Spark UI : http://localhost:4040

Sunday, June 11, 2017

Npm Node Angular Commands

node –version

npm –version

ng new “app name”

Thursday, October 29, 2015

git cheatsheet

http://ndpsoftware.com/git-cheatsheet.html#loc=remote_repo;

Tuesday, June 15, 2010

WPF – I’m Not Dead Yet!

nice article..
http://www.softinsight.com/bnoyes/2010/06/06/WPFNdashIrsquomNotDeadYet.aspx

WPF i am not dead...

nice article..
http://www.softinsight.com/bnoyes/2010/06/06/WPFNdashIrsquomNotDeadYet.aspx

Monday, April 26, 2010

changes to RIA services in VS 2010

http://dotnet-redzone.blogspot.com/2010/04/changes-of-wcf-ria-services-for-visual.html

Tuesday, April 20, 2010

Learning Windows Azure platform Resources

more here
http://www.wintellect.com/CS/blogs/pmehner/archive/2010/04/20/learning-windows-azure-platform-resources.aspx

Tuesday, February 09, 2010

Thursday, February 04, 2010

ASP.NET 4 features

Nice quick preview of ASP.NET 4 features.
  1. web.config
  2. Routing
  3. CSS Improvements
  4. Code expressions
more here.

Wednesday, December 31, 2008

Visual Studio 2010 CTP

Visual Studio 2010 and .NET Framework 4.0 Community Technology Preview

Download here

Wednesday, August 06, 2008

Visual Studio 2008 Certification - MCTS

Visual Studio 2008 certifications details here..
http://www.microsoft.com/learning/mcp/vstudio/2008/default.mspx

Tuesday, July 29, 2008

Monday, July 28, 2008

MSDN Library for Visual Studio 2008 - Download

MSDN library for Visual Studio 2008 is available for download. Its around 2GB in size.
Download here

Thursday, July 24, 2008

.NET Framework 3.5 Namespace poster Updated

.net framework 3.5 namespace poster download links

pdf

split pdf

ASP.NET - Render Hidden Fields at the Top of a Form with .NET 3.5 SP1

I just came across a nice feature in ASP.NET 3.5 SP1
that I didn’t realize was included. It’s always nice to discover
hidden gems from time to time. With ASP.NET 1.0, 1.1, 2.0 and 3.5
applications if a user or JavaScript function tried to do a postback
before all of the ViewState and EventValidation data was loaded in the
browser, a ViewState MAC validation error could be raised by the server.

In
ASP.NET 3.5 SP1 Microsoft provides a new attribute on the <pages>
element in web.config that now allows all hidden fields to be rendered
at the top of a form rather than at the bottom which can help to avoid
the ViewState MAC validation error when people perform a postback
operation before the page has finished loading. The attribute is named
renderAllHiddenFieldsAtTopOfForm (which does what it
says) and defaults to a value of true.

Friday, August 17, 2007