Powered by Blogger.

Working with enterprise library for data access in asp.net Part-3

To work with enterprise library you have to download required from this URL. Here we will use Enterprise Library 5.0 version. We need to give reference in Bin folder to the following dlls: Microsoft.Practices.EnterpriseLibrary.Common.dll Microsoft.Practices.EnterpriseLibrary.Configuration.Design.dll

Asp.Net MVC4 sample application

we will make a sample application using Asp.Net MVC4. Open Visual Studio 2010, then go to File -> New Project. This will open the New Project dialog box. From there make sure .Net Framework 4 is selected. Then select the Visual C# -> Web templates list. From the web template lists, Select ASP.NET MVC 4 Web Application and give a name.

Object Oriented Programming (OOP) concepts in .Net

Mainly there are 3 things in OOPs concept. 1- Inheritance 2- Abstraction 3- Polimorphism Inheritance is one of the key feature of oops concept and C# supports inheritance. Inheritance is a process of deriving the new class from already existing class. It allows you to reuse existing code.

Tutorial on MVVM with WPF

MVVM is nothing but Model view and viewModel.This is the best architecture for WPF. VIEW: A View is defined in XAML and should not have any logic in the code-behind. It binds to the view-model by only using data binding. The View contains the visual controls that will be shown to the user.This is the UI.

WCF tutorial and example in C#.Net

We will discuss how to create a WCF service and how we can consume the WCF service. Open Visual Studio 2010, then go to File -> New -> Project. Then from the New Project dialog box, From the Installed Templates Select WCF from the left hand site, And then Choose WCF Service Library and Give a proper name and Click on OK.

Wednesday, July 9, 2014

.Net job openings in Bangalore

Here is a .Net job openings for Bangalore location.

Work Location : Bangalore
Mode: Contract to Hire
Notice Period :Immediate/ 15 Days
Exp range between 5-8 yrs
Role - Software Engineer/Sr. Software Engineer

Essential skills:
Looking for candidates who has experience in .Net with UI Skills. UI Skills mentioned below
Strong front-end skills utilizing HTML5, CSS, JavaScript, JSON and jQuery.
- Experience with RESTful web services.
- Experience with JSON, AJAX, JavaScript debuggers, UI frameworks and libraries such as KendoUI, Knockout.js, Require.js, and Bootstrap.

If you are interested for this position, send your updated profile to shilpa_chandrashekar@kellyit.co.in with following details:
Current CTC:
Expected CTC:
Notice Period

Saturday, June 21, 2014

This backend version is not supported to design database diagrams or tables error in sql server 2008

In this post we will discuss how to resolve the error "this backend version is not supported to design database diagrams" which comes in sql server 2008.

Also you can check out:

- ModalPopupExtender background css not coming when showing from code behind in asp.net

- ModalPopupExtender example in Ajax in Asp.Net

- Reset auto increment sql server 2008 - Reset Table Identity Sql Server 2008

Recently I got this error as "this backend version is not supported to design database diagrams" which comes in SQL Server 2008.

I opened SQL Server 2012 database in SQL Server 2008 R2. Then I got the error.


Solution-1:
One very easy solution is to install SQL Server 2012.

Solution-2:
The second solution is install SP2 for  SQL Server 2008 R2. This solution work for me.

Thursday, June 5, 2014

File upload control within ajax updatepanel with update progress template asp.net

In this post we will discuss how we can use file upload control within Ajax Update Panem with Update progress template in Asp.Net.

Also you can check out:

- Clear textboxes inside a form in C#.Net

- Array and ArrayList in C#.Net

- Reset auto increment sql server 2008 - Reset Table Identity Sql Server 2008

Recently I have got a requirement like, we want to have a file upload control where we want to upload a file and then on the button click we want to process something and during processing we want to show a progress icon so that user will be able to know something is happening.

We can easily use a Ajax Progress template but we are using a file upload control which always needs a postback to work properly, it will not work with asynchronous postback.

so every time you can check FileUpload1.HasFile, it will return false.

To achieve this we have to use the PostBackTrigger like below:

  <Triggers>
                        <asp:PostBackTrigger ControlID = "btnGenerate" />
   </Triggers>

In the above case it will return true.

But the Progress icon will not work, to make this work we need to write a javascript function and need to call in the OnClientClick method of the button click.

Here is the full code:

<script type="text/javascript">
    function showProgressforGenerate() {
var updateProgress = $get("<%= UpdateProgress1.ClientID %>");
            updateProgress.style.display = "inline-block";
            document.getElementById('loadingimg').style.display = "none";
            document.getElementById('progressBackgroundFilter_UpdatePanel').innerHTML = '<asp:Image ID="LoadImage" runat="server" ImageUrl="../images/loading-1.gif" /><br/><strong>Generating..</strong>';
        }
Upload a File <asp:FileUpload ID="fUpload" runat="server" />
<asp:UpdatePanel ID="upLoadProducts" runat="server" UpdateMode="Conditional">
             <ContentTemplate>
<asp:Button ID="btnGenerate" runat="server" Text="Generate" CssClass="buttonHPBlue" OnClick="btnGenerate_Click" OnClientClick="showProgressforGenerate()"/>
                <asp:Button ID="btnCancel" runat="server" Text="Cancel" CssClass="buttonHPGray" OnClick="btnCancel_Click" />
  <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="upLoadProducts" DynamicLayout="true">
                                 <ProgressTemplate>
                                 <div id="progressBackgroundFilter_UpdatePanel" >
                                 </div>
                                 <div id="processMessage_UpdatePanel">
                                    <div id="loadingimg"> &nbsp;<img id="Img1" alt="progress" runat="server" src="../images/loading-1.gif" /></div></div>
                                 </ProgressTemplate>
                </asp:UpdateProgress>
              
                   
            </ContentTemplate>
                <Triggers>
                        <asp:PostBackTrigger ControlID = "btnCancel" />
                        <asp:PostBackTrigger ControlID = "btnGenerate" />
                    </Triggers>
            </asp:UpdatePanel>

Wednesday, May 21, 2014

Asp.Net C#.Net developer job walkin in JPMorgan

Here is a Asp.Net, C#.net developer job openings with JPMorgan Services India Pvt. Ltd for Bangalore location.

Experience: 5 - 9 years
Job Location: Bengaluru/Bangalore
We have Multiple .Net developer roles open within the Corporate & Investment Banking line of business in Bangalore.

Below are the details please respond with your resume and availability for an interview on Saturday, 31st May

Please note we will get back to you once your resume gets shortlisted
Interview Date: 31st May, 2014
Venue: Bangalore Office

Job Description:
- Strong technical knowledge with 5 to 7 years experience in Microsoft .NET framework, C#.Net and ASP.NET coding
- Good experience on Any RDBMS
- 5 to 7 years of object oriented design skills and familiarity with advanced Microsoft patterns and practices
- Opportunity to work with business partners
- Responsible for application design, development and lifecycle maintenance for Interface-based Business Intelligence system with C#,ASP.NET and SQL-Server
- You will be part of team with complete exposure to project lifecycle
- Good to Have: ETL or Crystal reporting experience
 Interview Process:
- 2 Technical Rounds
- Managerial Interview

If you are interested for this position, send your updated profile to
sneha.e.varghese@jpmorgan.com to schedule the interview.

Sunday, May 18, 2014

RegularExpression Validator example in Asp.Net

In this post we will discuss one example of RegularExpression validator. Also you can check out some articles on:

- Anonymous Types in C#.Net

- Sealed class and Sealed method in C#.Net

- Regular expression validator for image files in Asp.Net

Recently I came accross a situation where I need a validation like below. A field can contain only interger ot 5 or 8 digit. Means it should through validation message of user enters number of length 7 digit, 6 digit, 4 digit etc.

But If you want to validate only numeric values, then you can follow this article.

Below is the code:

<asp:TextBox runat="server" ID="txtNumber" />
        <asp:RegularExpressionValidator runat="server" ID="rexNumber" ControlToValidate="txtNumber"
            ValidationExpression="^[0-9]{5}$|^[0-9]{8}$" ErrorMessage="Please enter a 5 or 8 digit number!"
            ForeColor="Red" />

It will appear like below:

Monday, May 12, 2014

Senior .Net developer job openings with Sapient

Here is a senior Associate .Net job openings with Sapient.
Senior Associate Technology | Dot net WCF
 Location: Bangalore
 Total work exp required: 4 to 7 Years

* Proven experience with following Microsoft .NET technologies
- ASP.NET (3.5 or later)
- ADO.NET
- Entity Framework
- MS Enterprise Library
- LINQ
- SQL Server 2008 R2
* Code Repository
- TFS

* Additional skills required (plus)
- Adept in Agile Methodology
- Performance Tuning in
 Code
 Services
 Database
- Code Quality maintenance
- Writing Unit test cases and executing tests for the same
- Development of Multilingual and Multi Location websites
 WCF Profile Skills
* Proven experience in
- Developing and Deploying Services in WCF
- RESTful Services
- Security, performance engineering, transaction management and concurrency
 MVC Profile Skills
* Proven experience in
- MVC 3 or later
- YUI
- jQuery
- JavaScript

* Additional skills
- Analytics
- Social
- WebAPI

 If this interests you then, please share your latest profile at rshrivastava3@sapient.com

Wednesday, May 7, 2014

Clear textboxes inside a form in C#.Net

In this post we will discuss how to clear textboxes inside a form in C#.Net.

Also you can check out:

- Remove column from datatable in Asp.Net

- How to handle exception in sql server stored procedure?

- Array and ArrayList in C#.Net

If you have very less controls in a form then you can clear like below:

txtName.Text = "";
txtAge.Text= "";``````````

But if you have more controls in the form then you can clear the values like below:

Below is the full method:

public void CleartextBoxes(Control parent)
    {

        foreach (Control x in parent.Controls)
        {
            if ((x.GetType() == typeof(TextBox)))
            {
                ((TextBox)(x)).Text = "";
            }

            if (x.HasControls())
            {
                CleartextBoxes(x);
            }
        }
    }

You can call the method from button click like below:

protected void Button1_Click(object sender, EventArgs e)
    {
        CleartextBoxes(this);
    }

This code will clear all the textboxes presented in the form.

Excellent job openings in .Net for Bangalore location

Here is some excellent job openings in .Net for Bangalore location.

Company: PrimeFocus technologies
Website: www.primefocustechnologies.com

Location: Bangalore
1. Designation: Senior Software Engineer
Role: Developer
Skills: asp.net, C#, WCF , Webservices
Experience- 4-6 Years

2. Designation: Tech lead
Role: Lead and Developer
Skills: asp.net, C#, WCF , Webservices
Experience- 6- 10Years

 If interested, kindly send across your profile to Rajatha@talentfirst.in asap along with the following details:

Total Exp:
Relevant Exp:
Notice Period:
Current CTC:
Expected CTC:
Mobile No:
Current Company: 

Immediate job opening for Dotnet Developers in Bangalore and Chennai

Here is an immediate job openings with Cognizant (CTS), for Bangalore and Chennai.

We need a candidate who can join by 15th May 2014.

Skill : Dotnet Developer
Exp : 3+ Yrs
Location : Bangalore and Chennai
Interview Date:10 May 2014

Note: You will be a working for Magna payrolls and deployed at our client location.

If you are interested for this position, send your updated profile to ppushpa@magna.in with following details:

Total Experience:
Relevant Experience:
Current CTC:
Expected CTC:
Notice period:
Willing to work for Magna Payrolls:
Current Location:

Tuesday, May 6, 2014

Dot Net job openings with CrimsonLogic for Bangalore location

Here is a job openings with CrimsonLogic for Bangalore location.

Job location: Bangalore
Experience: 4 - 7 years
Job Type: Permanent
Minimum Education/Qualifications
Degree in Computer Science, IT or related fields

Job Description:
- Strong analytical and problem solving skill
- Must be a team player, positive attitude, energetic and fun, passionate with technology
- Able to work independently and process self-discipline, and able work in fast pace or tight timeline
- Able to interact with customers, as well as understanding and translating the requirements to design specifications
- 4-5 years project lead experience in IT of at least a team size of at least 4
- At least 7 years of experience in systems analysis, design, programming and project management with knowledge of one or more of the following technologies:
- .Net, C#.Net, ASP.Net
- Proficiency in business application development using Sharepoint 2010 as a platform
- Proficiency in Sharepoint 2010 infrastructure setup, configuration as well as resolving production issues
- Proficiency in SQL Server 2008R2, SQL, PL/SQL DB design and management
- Knowledge in Telerik UI for Asp.Net AJAX added advantage
- Knowledge in K2 Blackpearl or similar workflow engine
- Able to manage tasks using issue tracking tools like Redmine, Jira.
- Able to effectively control and use SVN for source code control
- Able to execute continuous integration and deployment practices
- Experience in Unit/Functional testing using automation regression tools like Telerik Testing Framework, QTP, Selenium

 If interested send me your updated resume with below details to swethal@crimsonlogic.co.in and also refer your friends.

 Total Experience:
 Relevant Experience:
 Education Qualification:
 Current CTC:
 Expected CTC:
 Notice period:

Asp.Net Lead job openings with Dell

Here is a Asp.Net lead or sr. lead job openings with Dell for Bangalore location.

Experience: 7 - 10 years
Job Location: Bangalore

Job Description:
- Analyze, Design and develop software code to meet with business requirements as per Dell process

- Should possess good analysis and design skills and worked on enterprise online application

- Should possess and applies broad application knowledge to complete assignments on time with quality

- Should be able to guide a small team

- Should be competent to analyze diverse and complex problems.

- Should have advanced ability to effectively troubleshoot program errors.

- Should have advanced skill on MS.NET, APS.net MVC, XML, AJAX, Web service and SQL server

If you are interested for this position, send your updated profile to Nandini_pm@dellteam.com with below details:
CTC:
ECTC:
Notice Period:

Saturday, May 3, 2014

Remove Projects from Recent Projects in Visual Studio Start Page

In this post we will discuss how to remove projects from Recent Projects in Visual Studio Start Page.

Also you can check out:

- Exception handling in C#.Net

- Reset auto increment sql server 2008 - Reset Table Identity Sql Server 2008

- Advantages of WCF in Asp.Net

We can remove the recent project through Registry Editor.

1) Go to Start -> Run and then type regedit.

2) Go to HKEY_CURRENT_USER --> Softwares -> Microsoft -> VisualStudio -> 11.0 (For Visual Studio 2012) or 10.0 (For Visual Studio 2010) or 9.0 (For Visual Studio 2008) or 8.0 ((For Visual Studio 2005) -> ProjectMRUList

3) Select and delete the Projects, which we don't want to show in the Recent Projects List of Visual Studio.

Then next time when you open visual studio the deleted projects will not appear in the Recent Project list.

Monday, April 28, 2014

Asp.Net technical lead for SLK Software Services Pvt Ltd for Bangalore location

Here is a technical lead asp.net job openings with SLK Software Services Pvt Ltd for Bangalore location.

Experience: 7 - 11 years
Job Location: Bangalore
Technology & Skill set: asp.net
 Position - Technical Lead
 No. of positions- 2
 Location - SLK Software Services Pvt Ltd. Yelahanka New Town 5th Phase, Bangalore

Requirement:
Should have at least 7 years of experience in asp.net development.
Should have strong exposure in designing, development and coding.
Worked on different design patterns.
Good in oops concepts. collections and problem skills.
Experience in technically mentoring the team.
Work location - SLK Software services - Yelahanka new town.

If interested please forward me your updated resumes to madhusudhan.krishna@slk-soft.com

Total Experience:
Current CTC:
Expected CTC:
Notice Period:
Can join in 30 days:
Can relocate:

Sunday, April 27, 2014

.Net developement lead job openings with Aricent

Here are some .Net development lead job openings with Aricent for Bangalore location,
Experience: 6 - 8 Years
Job Location: Bangalore

Job Description:

- Excellent verbal and written English communication skills

- Strong ability to work with geographically distributed teams

- Experience in Agile and waterfall models of SDLC

- Experience in leading technical project teams through the delivery of medium to large development projects

- Solid experience building commercial software with .NET framework. Strong skills in programming with C#.Net.

- Experience with SOA implementations and developing with WCF

- Experience working with SQL Server 2008/2012. Proficient in SSIS with a good understanding of SSRS

- Good working knowledge of architectural/design patterns (MVC/MVVM, IoC, DI etc.)

- Experience managing Windows Server Virtual Environments

- Experience with version control systems preferably TFS

- The candidate should be able to analyze requirements, suggest solutions while being able to technically lead the activities

If you are interested for this position, send your updated profile to kovvali.priya@aricent.com

Thursday, April 24, 2014

Reset auto increment sql server 2008 - Reset Table Identity Sql Server 2008

In this post we will discuss how to reset auto incremented table value in Sql Server 2008. This is nothing but we are resetting the Table identity in Sql Server 2008.

Also you can check out:

- How to handle exception in sql server stored procedure?

- Get all time zones in C#.Net

- Tutorial on WPF Controls and Layout

We can reset the identity value by using DBCC CHECKIDENT.

Below is the command:

DBCC CHECKIDENT ("Table Name", RESEED, 0);

Here the next value will start from 1 (Next value of 0)

Similarly suppose you have a table with 25 rows with Auto Incremented value as 25. Now suppose you want to set the value to 50 then you can write like below:

DBCC CHECKIDENT ("Table Name", RESEED, 50);

Senior .Net job Openings for Bangalore location

Here are some senior .Net job openings for Bangalore location.
Experience: 5 - 8 years
Job Location: Bangalore

Job Description:
 Individual contributor with strong Windows programming skills using .NET /C# and Microsoft technologies.
 Strong development skills in .Net 2.0/3.5/4.0, C#, XML, web services and WCF.
 Working knowledge & management of IIS, SQL Server and its variant, exposure to one configuration management system.
 Strong skills for R&D to prototype & develop software artifacts using .Net 4.0.
 Excellent analytical and logical skills and team player.
 Adhere to development life cycle, process & policies.
 Very good communication skills (both verbal & written) to interact with onsite clients.

 Added Advantage:
 Experience in OOAD, UML, and Design Patterns to participate in architectural discussions.
 Experience in WPF platform or web Programming-using ASP.NET.

 Desired Technology
 Tools : Visual Studio 2008/2010
 Languages : .Net, C#, UML, Web Services, WCF, WPF
 Servers : IIS 6/7, SQL Server 2000/2005/2008
 Process : Agile, Iterative

If you are interested for this position send your updated profile to mkalyan@avansys.in with following details:
 Total Exp:
 Relevant Exp:
 Current CTC:
 Expected CTC:
 Notice Period:

.NET Requirement with Product Based Comany

Here is a .Net job openings with one of the product based company in Bangalore location.
Company: Product Based Company

 Experience: 5 -7 Yrs
 Requirement : .NET Requirement
 Job Location: Bangalore

 Job Description:
 .Net Developer - 5 - 7 Yrs experience
 Required Skills: C#.Net using Visual Studio 2012+
 3.5+ .Net Framework
 XML
 MS SQL Server
 Windows Services
 Service Oriented Architecture
 Windows Communication Foundation
 Additional Skills: (ordered by importance)
 WCF, including
 Setup of diagnostics and finding errors in service trace files
 Following the transactions in Fiddler
 Debug from App to WCF in .NET
 WCF debugging tools (WCFClient, WCFStorm, etc)
 Service endpoint configuration (client and server)
 Windows Workflow
 WinForms
 Entity Framework 3.0
 DevXpress windows controls

 Please send your profile to rupa@volensoftware.com with following details:
 Work Location:
 Total Experience:
 Relevant Experience in WCF:
 Current Location:
 Current Company Permanent/Contract:
 Current CTC:
 Expected CTC:
 Notice Period:
 Reason for a change:
 Are you available for the F2F discussion Week Days:

Thursday, April 10, 2014

.Net Job Openings with Odessa Technologi​es Bangalore

Here are some .Net professional job openings with Odessa Technologi​es for Bangalore location.

Job Location: Odessa technologies, Bangalore

Years of Experience: 4 to 7 years

Skill: Asp.Net, C#.Net, JavaScript, Jquery, Sql server

If you are interested for this position send your updated profile to priyanka.ratnakar@careernet.co.in

Wednesday, April 9, 2014

.Net MVC and jQuery developer job openings for Bangalore location

Here is a .Net MVC and jQuery job openings for Bangalore location.

Position : .Net with Jquery / MVC
Experience : 4 - 8 Years
Job Location : Bangalore
Interview Location : Bangalore
Notice Period : Immediate or Max 1 Month
Education : B.E/B.Tech/MCA/M.Sc Only

Job Description : 

- Minimum 4-8 year experience in technical
- Excellent communication skills
- leadership qualities
- ASP.NET 4.5/ C# 4.0 on .NET Framework 4.5
- JQuery
- SQL Server 2012
- 4-6 Yrs - .Net with Jquery is mandatory
- 6-8 Yrs .Net with MVC is mandatory

If you are interested for this position, send your updated profile to santhosh@volensoftware.com

Total Exp:
Relevant Exp:
Current CTC:
Expected CTC:
Notice Period :
Reason for Change:
Current Location: 

Monday, April 7, 2014

Could not load type 'System.Runtime.CompilerServices.ExtensionAttribute' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' error in Asp.Net

Recently I got the below exception after deploy my code to a different server.

Exception information:
    Exception type: TypeLoadException
    Exception message: Could not load type 'System.Runtime.CompilerServices.ExtensionAttribute' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

Also you can check out:

- Remove column from datatable in Asp.Net

- Simple JavaScript textbox validation example in Asp.Net

- Advantages of WCF in Asp.Net

The error came to me in the below scenario:

We have build the code in .Net framework 4.5 version and also in that we have used Microsoft Enterprise Library 6 as well as Ajax updated version. But the server we deployed does not have 4.5 rather than 4.0.

So we changed the target version as 4.0 in the web.config. But it did not work. Then we compiled the whole project again in 4.0 and then put in the server. But still it did not work.

Solution:
Then best and only one solution we got is install .Net Framework 4.5 in the server.

And it work for us.

Saturday, April 5, 2014

.Net job openings with Product based company

Here is some .Net job openings with one of the Product based company.

Job Description:
Mandatory: ASP.net, C#.net, Jquery, WCF and Java Scripting.
Working Exp in Product based company is must.
Exp : 3 to 8 yrs
Job location: Bangalore
Mode: Permanent

If interested, kindly send your updated CV in word format along with the following details to kavitha@pacehrservices.in

Total Exp:
Relevant Exp in ASP.net:
Relevant Exp in C#.net:
Relevant Exp in Jquery:
Relevant Exp in WCF:
Current CTC
Expected CTC
Notice Period

Thursday, April 3, 2014

Asp.Net lead job openings for Bangalore location

Here is some .Net lead job openings for Bangalore location.

Company Name: Nalashaa Solutions

Location: Bangalore (HSR Layout)

Experience: 4+ years

Position: .Net Lead

Job Description:
- Should worked on Asp.Net, C#.Net, JavaScript

- Good to have MVC & WCF

- Ability to think out of the box and implement robust technical solutions to business problems is expected from this role

If you are interested, Kindly send us your resume to neelima@nalashaa.com with below details...
Current CTC:
Expected CTC:
Notice Period:

Saturday, March 29, 2014

Remove column from datatable in Asp.Net

In this post we will discuss how to remove columns from a datatable in Asp.Net.

Also you can check out:

- Tutorial on WPF Controls and Layout

- Cross-page posting in Asp.Net

- Convert ArrayList to String using C#.Net

DataTable represents one table of in-memory data. It contains rows and columns. You can also check out this article, if you want to create a datatable at runtime.

Suppose you want to delete a column from a datatable, they you can delete by using the column name or the column index.

dt.Columns.Remove("Name"); // Here it will remove the Name column from the datatable.

or

dt.Columns.Remove(2); // Here it will delete the 3rd column from the datatable, because index starts from 0.

Here dt is the object name of my datatable.

Thursday, March 27, 2014

Asp.Net job openings with Ness Technologies

Here is a Asp.Net job openings with Ness Technologies.
Job Location: Bangalore
Experience: 5 to 8 Years

Skills:
1. Strong conceptual knowledge on programming skills
2. Strong logical reasoning and analytical skills
3. Strong communication and presentation skills
4. Good understanding of Object Oriented Programming(OOPs) concepts.
5. Hands on experience in the .NET Based enterprise application development using ASP.NET, WCF, C#.Net and SQL Server. We currently work with .NET framework 4.0 and SQL Server 2008 R2.
6. Hands on experience in the AJAX based ASP.NET Web application development
7. Technical document writing for developed modules

Added Advantage:1. Experience in unit testing and code analysis
2. Experience Knowledge in Windows Workflows Foundation(WWF), Windows Communication Foundation(WCF) and LINQ to objects is desirable
3. Knowledge on third party UI controls like Telerik, Infragistics, JQuery etc
4. Candidates from product development background
NOTE: Lead candidates must have hands on designing experience.

If interested kindly send across your updated resume to sasikalan02@gmail.com with the following details.

IT Exp:
Exp in Asp.net:
Exp in WCF:
Current CTC:
Expected CTC:
Notice period :
Available for F2F on 29th of march(saturday) (Y/N):

Wednesday, March 26, 2014

.Net module lead requirement in Media technology company

Here is a .Net module lead requirement in Media technology company.

Job Location: Bangalore, Whitefield

Salary- Negotiable

Job Description:
- In depth knowledge of Microsoft .NET framework (3.5 and above)
- Experienced in C#.Net development
- Substantial experience in developing WCF applications using MSMQ, SOAP, REST
- Substantial experience with IIS/ASP.NET/ASP.NETMVC /XHTML/JavaScript/CSS/ Ajax/JQuery/
- RDBMS experience (Microsoft SQL Server 2008).
- Strong object-oriented design skills, multi-threading programming
- Experience using 3rd party UI components (such as Dev Express)
- Experience working with Agile development methodologies
- Strong testing and debugging skills
- Excellent communications skills

Please send us you updated resume with following details to samidha.ambre@prismhrc.in
current sal
expected sal
total exp
relevant exp(.net)
notice period

Friday, March 21, 2014

Asp.Net developer job openings with leading final services company

Here is a .Net developer job openings with a leading finacial services company.
Experience -0.6- 7 years
Job Location- Bangalore/Mumbai

Skill:
.Net
Experience in Winforms,WCF,WPF

In case you are interested please send your updated resume with the following details to janhvi.j@randstad.in

Total Experience-
Current CTC-
Expected CTC-
Notice period -

Asp.Net technical lead job openings with Wipro technologies

Here is an Asp.Net technical lead job openinsg with Wipro technologies.

Experience: 6 - 10 years
Job Location: Bengaluru/Bangalore
Title : MS Tech Lead
Experience Level : 6 to 10 yrs
Job Location : Bangalore

Mandatory Skills:
- Asp.Net
- C#.Net
- WCF/MVC
- Framework 3.0/3.5/4.0

 If you are interested for this position, send your updated profile to sanjana.kumari@wipro.com with the following details:
 Full Name:
 D.O.B:
 Contact Details:
 Total Experience:
 Relevant Experience:
 Highest Full time qualification:
 Year of completion:
 Current Company:
 Current CTC:
 Expected CTC:
 Notice Period:

Thursday, March 20, 2014

Asp.Net technical lead job openings

Here is an Asp.Net technical lead job openings for Bangalore location.

Experience: 5 - 7 years
Job Location: Bangalore

Job Description:
- Candidate is majorly involved in web application development
- Should be good in ASP.Net with HTML & Jquery
- Should have work knowledge on SQL server 2008
- Experience in WCF would be an added advantage

If you are interested please send your updated profile along with your following details to punitha@axheleon.com

CCTC:
ECTC:
Notice Period:
Mob Number:

Asp.Net developer job openings with product based company

Here is some Asp.Net developer job openings with product based company for Bangalore location.

Location: Bangalore
Experience: 4-8 Years
Client: Product Based Client

Job Description:
Individual contributor with strong Windows programming skills using .NET /C# and Microsoft technologies.
Strong development skills in .Net 2.0/3.5/4.0, C#.Net, XML, web services and WCF.
Working knowledge & management of IIS, SQL Server 2008 and its variant, exposure to one configuration management system.
Strong skills for R&D to prototype & develop software artifacts using .Net 4.0.
Excellent analytical and logical skills and team player.
Adhere to development life cycle, process & policies.
Very good communication skills (both verbal & written) to interact with onsite clients.

Added Advantage:
Experience in OOAD, UML, and Design Patterns to participate in architectural discussions.
Experience in WPF platform or web Programming-using ASP.NET.

If you are interested for this position, then send your updated profile to: mkiran@avansys.in with following details:

Current Location:
Relocation to Bangalore: Yes/No
Notice Period:
Current CTC:
Expecting CTC:
Total IT Experience:
Experience in .Net Technologies:

Openings for .Net Developer with Cognizant

Here is a job openings in .Net for Cognizant CTS for Bangalore location.

Experience: 3 - 8 years
Job Location: Bangalore

Job Description:
- Experience in .NET; experience with C#.Net, VB.Net (Must)
- Bachelor's degree or equivalent experience
- Excellent verbal and written communication skills
- Ability to identify and resolve problems
- Proficiency with TSQL programming using SQL Server 2005, 2008, 2008R2. SQL LCR, SSRS, Replication, Service Broker, Agent Jobs
- Proficiency with Classic ASP, ASP.Net using Visual Studio 2003 - 2010, .Net 1.1 - 4.5 Framework (C# and VB.Net), Team Foundation Server.
- Proficiency in Web development (including ASP.Net, AJAX, JavaScript, jQuery)
- Experience in Web services using Windows Communication Foundation (WCF)
- Windows Presentation Foundation (WPF)
- Experience in Windows Services for process automation

If you are interested for this position, send your updated profile to Manju.D2@cognizant.com with the below details.

- Full name:
- Total Exp:
- Relevant Exp:
- Current Location:
- Current CTC:
- Expected CTC:
- Current Company:
- Notice period:
- Mobile :

Saturday, March 15, 2014

Authentication and Authorization in Asp.Net

In this article we will discuss about Authentication and Authorization in Asp.Net. Also you can check out:

- WPF Tutorial in Asp.Net-Windows Presentation Foundation

- Tutorials on WCF in Asp.Net

- Triggers in sql server 2008

Authentication:
This is the process of determining users identities and forcing those users to prove they are who they claim to be. Normally user enter credentials against a longin page and then they are authenticated against the Windows user accounts on a computer, a list of users in a file, or a back-end database.

To secure asp.net web site, you can use two types of authentication.

1- Forms Authentication:

Forms authetication works with conjunction with database where you store user information like user name or password. But you also can store user information in any where else.

To implement Forms Authentication follow these three steps:

- Set the authentication mode to forms authentication in the web.config file.

- Restrict anonymous users from a specific page or directory in your application.

- Create the login page.

2- Windows authentication:

With Windows authentication, the web server forces every user to log in as a Windows user. Here all users should have Windows user accounts on the server.

To implement Windows authentication follow below steps:

- Set the authentication mode to Windows authentication in the web.config file.

- Disable anonymous access for a directory by using an authorization rule.

- Configure the Windows user accounts on your web server.

Authorization:
Authorization is the process of determining whether that user has sufficient permission to perform a given action such as viewing a page or retrieving information from a database. But provided the user should have been authenticated before.

URL Authorization examples

Here we will discuss about some typical URL authorization examples.

You can also read:

- Asp.Net MVC4 sample application

- Ten Tips for Optimizing SQL Server Performance

- Set Enter and Esc Keys in Windows application C#.Net

The below list shows the syntax for some typical URL authorization examples:

Deny access to the anonymous account

<deny users="?" />

Deny access to all users

<deny users="*"/>

Deny access to Manager role

<deny roles="Manager"/>

Forms authentication example
<configuration>
<system.web>
<authentication mode="Forms">
<forms name=".ASPXUSERDEMO" loginUrl="login.aspx" protection="All" timeout="60" />
</authentication>
<authorization>
<deny users="aspdotnethelp24@gmail.com" />
<deny users="?" />
</authorization>
</system.web>
</configuration>

Forms Authentication in Asp.Net

In this post we will discuss about Forms Authentication in Asp.Net.

Also you can check out:

- Working with enterprise library for data access in asp.net Part-3

- Convert ArrayList to String using C#.Net

- asp.net mvc 4 tutorial

The below configuration elements show how you enable Forms authentication in Web.config.

<authentication mode="Forms">
<forms loginUrl="login.aspx" name="MyCookie" timeout="60" path="/">
</forms>
</authentication>

When you use Forms authentication, the following authorization options are avail- able to you:

Client Requested Resources
Requested resources require ACLs that allow read access to the anonymous Internet user account. (IIS should be configured to allow anonymous access when you use Forms authentication).

URL Authorization
Configure URL Authorization in Web.config. With Forms authentication, the format of user names is determined by your custom data store; a SQL Server database, or Active Directory.

If you are using a SQL Server data store:

<authorization>
<deny users="?" />
<allow users="Raju,Biju,Tamanna" roles="Manager,Sales" />
</authorization>

Explicit Role Checks
You can perform role checking using the IPrincipal interface.

IPrincipal.IsInRole("Director");

When to Use
Forms authentication is most ideally suited to Internet applications. Use Forms authentication when: Your application’s users do not have Windows accounts.

You want users to log on to your application by entering credentials using an HTML form.